Enrich With Signals
SkillDev toolsPull PredictLeads buying-intent signals (jobs, news, funding, tech, leadership changes) for a result set of companies and write them back into the local cache. Use when the user says 'enrich these companies with signals', 'add buying signals to this list', 'pull intent data for [domain]', 'check signals for these accounts', or 'fetch jobs and news for these companies'. Side-effecting — calls PredictLeads API and writes to local SQLite + JSON cache.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Enrich With Signals skill
What this skill tells your AI
The instructions your AI receives, as published by othmane-khadri/yalc-the-gtm-operating-system in .claude/skills/enrich-with-signals/SKILL.md and read by ahel’s review.
I'll wrap signals:enrich. Take a result set, fan out PredictLeads calls (cached 7 days per domain), and surface signal counts + summary per company.
When This Skill Applies
- "enrich these companies with signals"
- "add buying signals to this list"
- "pull intent data for [domain]"
- "check signals for these accounts"
- "fetch jobs and news for these companies"
NOT this skill (use find-lookalikes instead):
- "find similar companies" — that discovers new prospects.
NOT this skill (use qualify-leads --enrich-signals instead):
- "qualify these leads with signals" — that's the qualification pipeline with signal enrichment as a gate.
Workflow
Step 0 — Ask which result set
"Which result set should I enrich? Pass the id, or use the most recent."
Step 1 — Validate result set exists
Step 2 — Ask which signal types
"Which signal types? (default: jobs, funding, tech, news; also available: leadership)"
Step 3 — Shell out
cd ~/Desktop/gtm-os && set -a && source .env.local && set +a && \
npx tsx src/cli/index.ts signals:enrich --result-set <id> --types <types>
Side-effecting → shell-out per benchmark.
Step 4 — Parse output
CLI emits per-company signal counts + cache hit ratio + total credits consumed.
Step 5 — Render
See references/example-output.md.
Step 6 — Offer follow-ups
"Want me to (a) qualify the enriched set via
qualify-leads, (b) launch a campaign segmented by signal type?"
Notes
- ~1 PredictLeads credit per uncached domain per signal type.
- 7-day cache TTL; pass
--no-cacheto force re-fetch. - Companies with no signals get an empty entry (still cached so we don't re-query).
Signals
- GitHub stars
- 301
- Forks
- 90
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
enrich-with-signals- Source
- github.com/othmane-khadri/yalc-the-gtm-operating-system