‹ 首页

fullenrich-network-activation

@othmane-khadri · 收录于 5 天前 · 上游提交 1 个月前

Use when the user says "activate co-founder network with FullEnrich", "enrich LinkedIn connections export", "qualify my LinkedIn connections CSV", "turn Connections.csv into a lead list", "FullEnrich network activation", or any variant indicating they want to convert a LinkedIn personal-network CSV export into ICP-qualified leads with FullEnrich-verified emails and phones. Reads the LinkedIn Data Export Connections.csv, applies an ICP filter, then enriches missing contact info via FullEnrich v2 with webhook callback delivery.

适合你,如果你有LinkedIn人脉CSV,想自动筛选并补全联系方式

/ 通过 npx 安装 校验哈希
npx oh-my-skill add othmane-khadri/yalc-the-gtm-operating-system/fullenrich-network-activation
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- othmane-khadri/yalc-the-gtm-operating-system/fullenrich-network-activation
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify othmane-khadri/yalc-the-gtm-operating-system/fullenrich-network-activation
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
268GitHub stars
~914最小装载
~5.7K含声明引用
~6.7K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 ffc6e37 · 表述以原文为准
它做什么

读取你提供的 LinkedIn Connections.csv 文件,按 ICP 规则筛选出符合目标客户画像的联系人,然后通过 FullEnrich 补充缺失的邮箱和电话,最后输出一份排名后的潜客列表。

什么时候触发

当你说“激活我的 LinkedIn 网络”、“用 FullEnrich 丰富 LinkedIn 连接”或要求将 Connections.csv 转化为潜客列表时触发。

装好后可以这样说
Claude 会先以 dry-run 模式估算信用点消耗。
需要你提供 CSV 文件路径。
Claude 会询问确认后才实际花信用点。
技能原文 SKILL.md作者撰写 · MIT · ffc6e37

FullEnrich Network Activation

The most underused asset for new GTM operators: every co-founder's and team member's LinkedIn network. This skill turns a LinkedIn Connections.csv export into a ranked, ICP-qualified, contact-enriched list ready for the SDR queue.

When This Skill Applies
  • "activate co-founder network with FullEnrich"
  • "enrich LinkedIn connections export"
  • "qualify my LinkedIn connections CSV"
  • "turn Connections.csv into a lead list"
What This Skill Does NOT Do
  • Does not download the export. Each user must click "Get a copy of your data → Connections" in LinkedIn settings.
  • 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:

  1. Always shows current balance before doing anything.
  2. Always shows estimated cost of the run.
  3. --max-credits N ceiling (default 500) — auto-trims the qualified list to fit.
  4. Hard-approval prompt — blocks on stdin until the user types yes. Non-TTY without --yes aborts.
  5. --dry-run mode — parses + ICP-filters without spending a credit.

When Claude invokes this skill on a user's behalf:

  1. ALWAYS run with --dry-run first.
  2. Quote the EXACT estimated credit cost back to the user.
  3. WAIT for explicit user confirmation before re-running without --dry-run.
  4. Only pass --yes after the user has approved.
  5. Exception: respect locally modified scripts.
Prerequisites
FULLENRICH_API_KEY=  # https://app.fullenrich.com/app/api

Optional:

FULLENRICH_WEBHOOK_URL=  # public URL for callbacks; otherwise webhook.site fallback
Workflow
  1. Validate inputs — accept the path to Connections.csv as the first positional arg.
  2. Parse LinkedIn's CSV — handle the file's odd header (a "Notes:" preamble before the actual header row), tolerant of whitespace and BOM.
  3. Apply ICP filter — load config/icp.json (same format as fullenrich-content-engagers), score each connection on Position + Company, drop everything below the threshold.
  4. Estimate cost + confirm — show the cost preview, block on stdin for yes.
  5. Enrich — chunk into ≤100 contacts per FullEnrich bulk request with enrich_fields: ["contact.work_emails", "contact.phones"], requesting Triple Email Verification.
  6. Receive callbacks — webhook payloads land within ~30s per batch.
  7. Write outputspriority-network.csv (ICP-passed + enriched, ranked by score) and priority-network-disqualified.csv (failed ICP, with reasons).
CLI Reference
node scripts/run.mjs <path/to/Connections.csv>
    [--out path.csv]           # default priority-network.csv
    [--icp config/icp.json]    # ICP rules file
    [--threshold 50]           # ICP minimum score (0-100)
    [--max-credits <N>]        # hard credit ceiling (default 500)
    [--dry-run]                # parse + ICP + cost preview, no spending
    [--yes | -y]               # skip the interactive approval prompt
Reference
  • Shared API client: ./scripts/lib/fullenrich-client.mjs
  • Shared webhook receiver: ./scripts/lib/fullenrich-webhook.mjs
  • Shared CSV reader/writer: ./scripts/lib/csv.mjs
  • ICP scorer: ./scripts/icp.mjs
  • FullEnrich v2 docs: https://docs.fullenrich.com/llms.txt
Sourcing the Connections.csv

In LinkedIn:

  1. Settings & Privacy → Data privacy → Get a copy of your data
  2. Select "Connections" only
  3. Wait for the email (10-20 min). Download the zip.
  4. Unzip and use Connections.csv as input to this skill.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。