Agent skill
enrich-with-signals
Pull PredictLeads buying-intent signals (jobs, news, funding, tech, leadership changes) for a result set of companies and write them back into the local cache.
Filed under Prospecting and list building.
From Othmane-Khadri/YALC-the-GTM-operating-system · 61 skills · 290 · pushed 2026-08-20
What it does when it runs
Pull 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.
Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It does act, so it runs under whatever permissions your session already grants. - Actions present in the files
- shell
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system.git /tmp/YALC-the-GTM-operating-system git -C /tmp/YALC-the-GTM-operating-system sparse-checkout set ".claude/skills/enrich-with-signals" mkdir -p ~/.claude/skills/enrich-with-signals cp -R "/tmp/YALC-the-GTM-operating-system/.claude/skills/enrich-with-signals/." ~/.claude/skills/enrich-with-signals/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from Othmane-Khadri/YALC-the-GTM-operating-system/blob/5686d1f2f526346133f78eef3349fc5a655757b4/.claude/skills/enrich-with-signals/SKILL.md, which is licensed MIT (repository). 279 words, 11 headings.
Enrich With Signals
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).
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- intent-signals by kenny589 · 64
- signals by octavehq · 11
- community-signals by taizen-ai · 8
- gtm-signals by getbeton · 6
- competitor-signals by Frontal-so · 5
- buying-signals-6 by Frontal-so · 5
- clay-buying-signals-5 by Frontal-so · 5
- enrich-company by explorium-ai · 3
Need help setting it up?
This page tells you what enrich-with-signals does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.