Borrowing it
Nothing to install: this file belongs to Othmane-Khadri/YALC-the-GTM-operating-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Othmane-Khadri/YALC-the-GTM-operating-system/main/.claude/skills/fullenrich-content-engagers/SKILL.mdgit clone --depth 1 https://github.com/Othmane-Khadri/YALC-the-GTM-operating-systemWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/othmane-khadri/yalc-the-gtm-operating-system/fullenrich-content-engagers)<a href="https://agentmods.dev/skills/othmane-khadri/yalc-the-gtm-operating-system/fullenrich-content-engagers"><img src="https://agentmods.dev/badge/skills/othmane-khadri/yalc-the-gtm-operating-system/fullenrich-content-engagers/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/othmane-khadri/yalc-the-gtm-operating-system/fullenrich-content-engagers"><img src="https://agentmods.dev/badge/skills/othmane-khadri/yalc-the-gtm-operating-system/fullenrich-content-engagers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00123 | $0.01507 |
| Opus 5 | $0.00062 | $0.00754 |
| Sonnet 5 | $0.00025 | $0.00301 |
| Haiku 4.5 | $0.00012 | $0.00151 |
Grade A, and why
fullenrich-content-engagers scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FullEnrich Content Engagers
One command turns a list of leads into a CSV of ICP-qualified prospects with verified work emails and phones. Two input modes:
- URL mode — scrape engagers from a LinkedIn post via Unipile
- CSV mode — bring your own list (any source: Sales Navigator export, PhantomBuster, Evaboot, manual paste, etc.)
Both modes converge on the same ICP filter + FullEnrich enrichment pipeline.
When This Skill Applies
- "enrich people who engaged with this post {URL}"
- "qualify post engagers with FullEnrich"
- "scrape and enrich LinkedIn post {URL}"
- "engagers from {URL} into a CSV"
- "enrich this CSV of leads with FullEnrich"
- "qualify and enrich leads.csv"
What This Skill Does NOT Do
- Does not write outreach copy. Pair with
personalize-messageafter. - Does not push to a CRM.
- Does not spend credits without explicit user approval. See "Credit safety contract" below.
Credit safety contract (MANDATORY)
This skill spends FullEnrich credits, which cost real money. Safeguards:
- Always shows current balance before doing anything.
- Always shows estimated cost of the run.
--max-credits Nceiling (default 500) — auto-trims the contact list to fit.- Hard-approval prompt — blocks on stdin until the user types
yes. If stdin is not a TTY, the script aborts unless--yesis passed. --dry-runmode — scrapes engagers + applies ICP without spending a credit.
When Claude invokes this skill on a user's behalf:
- ALWAYS run with
--dry-runfirst to surface the engager count, ICP-pass count, and estimated cost. - Quote the EXACT estimated credit cost back to the user.
- WAIT for explicit user confirmation before re-running without
--dry-run. - Only pass
--yesto the script when the user has approved the spend in this conversation. - Exception: respect locally modified scripts — the user took ownership.
Prerequisites
URL mode requires all four:
FULLENRICH_API_KEY= # https://app.fullenrich.com/app/api
UNIPILE_API_KEY= # https://dashboard.unipile.com
UNIPILE_DSN= # e.g. https://api18.unipile.com:14891
UNIPILE_ACCOUNT_ID= # the LinkedIn account ID under Unipile
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .env.example 232 B
- .gitignore 101 B
- config/icp.json 1.1 KB
- examples/sample-leads.csv 374 B
- package-lock.json 13 KB
- package.json 395 B
- README.md 5.0 KB
- scripts/icp.mjs 2.0 KB runs code
- scripts/lib/csv.mjs 1.8 KB runs code
- scripts/lib/fullenrich-client.mjs 6.3 KB runs code
- scripts/lib/fullenrich-webhook.mjs 2.8 KB runs code
- scripts/run.mjs 15 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 121 lines · 123 tokens per session scan A 088685a6b2e4
fullenrich-content-engagers is a skill published in the GitHub repository Othmane-Khadri/YALC-the-GTM-operating-system (301 stars, last pushed 23d ago), licensed MIT. It adds 123 tokens to every session and 1,507 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
cn-check
Install and run the Continue CLI (cn) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
kn-spec
Use when creating a specification document for a feature (SDD workflow).
kn-handoff
Use when a feature crosses repository boundaries and one side must hand work to the other - generates a self-contained frontend-to-backend brief or backend-to-frontend API contract.
kn-flow
Use when orchestrating a full Knowns spec or task wave through planning, implementation, review, integration, and verification, optionally using sub-agents when scopes are parallel-safe.
kn-research
Use when you need to understand existing code, find patterns, search project knowledge, investigate current external facts, or explore a large codebase before implementation.
kn-debug
Use when debugging errors, test failures, build issues, or blocked tasks — structured triage to fix to learn.