linkedin-growth-import

linkedin-growth-import is a command for coding agents from Linked-API/linkedin-skills. It costs 32 tokens per session (725 once invoked), scanned A, a copy of linkedin-growth-import, MIT.

An import command for bringing potential contacts from a LinkedIn or Sales Navigator search into a lead pipeline.

In plain words
What is it for?
Use it to import a chosen number of leads, select the search account and list, distinguish regular LinkedIn search from Sales Navigator, define or confirm targeting criteria, and assign imported leads in rotation across accounts.
Why use it?
It organizes searching, filtering against an ideal customer profile, removing duplicates, and assigning leads, which otherwise requires several separate steps.

Command

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.

agentmods
npx agentmods add commands/linked-api/linkedin-skills/linkedin-growth-import
Clone the repo
git clone --depth 1 https://github.com/Linked-API/linkedin-skills

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/linked-api/linkedin-skills/linkedin-growth-import.svg)](https://agentmods.dev/commands/linked-api/linkedin-skills/linkedin-growth-import)
Your own site
<a href="https://agentmods.dev/commands/linked-api/linkedin-skills/linkedin-growth-import"><img src="https://agentmods.dev/badge/commands/linked-api/linkedin-skills/linkedin-growth-import.svg" alt="Measured on agentmods" 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. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 5d ago against content hash 28ff2dbf24ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 5d 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

This is a copy

100% identical to linkedin-growth-import — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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. 5d 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 Linked-API/linkedin-skills (48 stars, last pushed 23d 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. It is 100% identical to linkedin-growth-import, differing in 0 lines, and is treated as a copy.