linkedin-growth-import

linkedin-growth-import is a command for Claude Code from seaworld008/Commonly-used-high-value-skills. It costs 32 tokens per session (725 once invoked), scanned A, original, MIT.

An import command that takes results from a LinkedIn or Sales Navigator search and adds suitable people to a lead pipeline. Sales Navigator is LinkedIn’s tool for searching potential business contacts.

In plain words
What is it for?
Use it to search by URL or filters, choose how many leads to import, check them against your ideal customer profile, and save them in named lists.
Why use it?
It removes unsuitable or duplicate leads before they enter the pipeline and assigns the remaining leads across accounts.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents; mentions Claude Code.

Good fit Use it to search by URL or filters, choose how many leads to import, check them against your ideal customer profile, and save them in named lists.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/seaworld008/commonly-used-high-value-skills/linkedin-growth-import
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skills

Made for: Claude Code.

Wrote 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.

agentmods badge for linkedin-growth-import

README.md
[![agentmods](https://agentmods.dev/badge/commands/seaworld008/commonly-used-high-value-skills/linkedin-growth-import/github.svg)](https://agentmods.dev/commands/seaworld008/commonly-used-high-value-skills/linkedin-growth-import)
Your own site
<a href="https://agentmods.dev/commands/seaworld008/commonly-used-high-value-skills/linkedin-growth-import"><img src="https://agentmods.dev/badge/commands/seaworld008/commonly-used-high-value-skills/linkedin-growth-import/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.

agentmods 80×15 button for linkedin-growth-import

Your own site · 80×15
<a href="https://agentmods.dev/commands/seaworld008/commonly-used-high-value-skills/linkedin-growth-import"><img src="https://agentmods.dev/badge/commands/seaworld008/commonly-used-high-value-skills/linkedin-growth-import.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 725 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00725
Opus 5 $0.00016 $0.00362
Sonnet 5 $0.00006 $0.00145
Haiku 4.5 $0.00003 $0.00072

Measured 8d ago against content hash 28ff2dbf24ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

linkedin-growth-import 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 8d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

openclaw-skills/linkedin-growth/commands/linkedin-growth-import.md · 43 lines

What it actually says

Use the linkedin-growth skill to run a Phase A import. Arguments: $ARGUMENTS

Drive the full import flow:

  1. Determine the inputs. If I gave a search URL, detect the type (URL containing /sales/nv, otherwise st). If I gave filters instead, use them. Ask me for anything missing: which account should run the search (--searcher), and a list name (--list). If I have more than one account, confirm the searcher with me.
  2. Always ask me the limit — how many of the found leads to take. I can give a number or say "max" for the maximum (Sales Navigator caps at 2500, standard search at 1000). Do not assume a default; this question is required every time.
  3. Run node scripts/import.mjs prepare --searcher <acct> --list "<name>" --type <nv|st> --limit <N|max> with either --search-url "<url>" or the filter flags. (--limit is required; a number above the cap is clamped and reported as limit_capped_to_max.)
  4. Settle the ICP before qualifying (this is the filtering step — make it explicit, not silent). The prepare output tells you whether an ICP is configured:
    • If none is configured, interview me: which roles/seniority to target, which industries/company types fit, company size/stage if relevant, locations to include or exclude, and any hard exclusions. Summarize what you heard, then save it with node scripts/settings.mjs set icp_definition --stdin (pipe the text via a heredoc — it is stored in the database, not a file; do not leave stray ICP files in the repo or tmp).
    • If one is configured, show it to me in plain language and ask whether to use it as-is or adjust it for this list (re-save if I change it).
  5. Read the returned candidate file and qualify every candidate against my ICP, using the output contract in config/qualification-prompt.md. For more than ~25 candidates, chunk the work and delegate each chunk to a sub-agent. Use a cheap/fast model for these qualification sub-agents — it's simple classification, not deep reasoning (in Claude Code, spawn them with model: "haiku"; in other hosts use their small/fast model). Keep orchestration on the main model. Produce a JSON array [{hashed_url, suitable, reasoning}] covering every candidate (reasoning must cite the ICP criterion that drove the decision), and write it to the expected result file path.
  6. Run node scripts/import.mjs commit --batch <id> --results <file>.
  7. Report transparently: how many were found, skipped as duplicates, kept vs filtered, a few concrete sample reasons from both sides, and how the new leads were distributed across accounts.

Never send invites here — import only stores leads as not_connected.

Changes

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.

  1. 8d ago First seen · 43 lines · 32 tokens per session scan A 28ff2dbf24ec

Subscribe to this mod's changes

linkedin-growth-import is a command published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 4d ago), licensed MIT. It adds 32 tokens to every session and 725 once invoked, about $0.0002 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-09-03.