LinkedIn Growth
Stateful SQLite-backed LinkedIn lead pipeline: import, ICP-qualify, round-robin invite, retry, and status queries.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 2f03a29
Ran the real pipeline end to end (npm install, doctor.mjs, two fake accounts, a hand-built candidate batch through import.mjs commit, query.mjs, network-invite.mjs) and it all worked correctly and failed gracefully where the paid Linked API CLI was absent — but SKILL.md's claim of 'round-robin ... alphabetical order, starting after the last-assigned account' is false: the code actually load-balances by not_connected/daily_invite_limit runway, and the persisted 'last_assigned_account' cursor is never read by the assignment logic at all.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What LinkedIn Growth does
A two-phase LinkedIn outreach pipeline: Phase A imports leads from a search URL, qualifies them against a user-owned ICP via sub-agent, and commits them to a local SQLite database; Phase B runs on a schedule sending connection invites within per-account daily/interval limits and withdrawing stale pending requests. Triggers on growing a LinkedIn network from searches, managing invite pacing/retry policy, or status questions about leads/accounts; needs the paid linkedin-cli / Linked API service to actually send real invites.
How to install LinkedIn Growth
git clone https://github.com/Linked-API/linkedin-skills
cd linkedin-skills
mkdir -p ~/.claude/skills
cp -r linkedin-growth ~/.claude/skills/linkedin-growth
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger LinkedIn Growth
-
/linkedin-growthStateful SQLite-backed LinkedIn lead pipeline: import, ICP-qualify, round-robin invite, retry, and status queries.
It also activates on plain-language prompts like these:
-
Import these LinkedIn search leads and qualify them against my ICP -
Set up daily connection invite pacing for my LinkedIn accounts -
Check the status of leads in my LinkedIn outreach pipeline
Frequently asked questions
- Is the LinkedIn Growth skill free?
- Yes. The skill itself is free from Linked-API/linkedin-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does LinkedIn Growth work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran the real pipeline end to end (npm install, doctor.mjs, two fake accounts, a hand-built candidate batch through import.mjs commit, query.mjs, network-invite.mjs) and it all worked correctly and failed gracefully where the paid Linked API CLI was absent — but SKILL.md's claim of 'round-robin ... alphabetical order, starting after the last-assigned account' is false: the code actually load-balances by not_connected/daily_invite_limit runway, and the persisted 'last_assigned_account' cursor is never read by the assignment logic at all.
- What is the LinkedIn Growth SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install LinkedIn Growth?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use LinkedIn Growth with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.