/linkedin-growth-status
Show the linkedin-growth dashboard — lead counts by status, invites left today, pending older than the threshold, recent errors, and recent imports.
$ npx -y skills add charlieviettq/awesome-agent-skill --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/linkedin-growth-status
Context preview
What this command does when you run it.
Show the linkedin-growth dashboard — lead counts by status, invites left today, pending older than the threshold, recent errors, and recent imports.
Command definition
linkedin-growth-status.mddescription: Show the linkedin-growth dashboard — lead counts by status, invites left today, pending older than the threshold, recent errors, and recent imports. argument-hint: "[account name] [question]"
Use the **linkedin-growth** skill to answer status questions. Arguments: $ARGUMENTS
1. Start with the dashboard: `node scripts/status.mjs --json` (add `--account <name>` if I named one, and `--since 7d`/`30d` if I asked about a time window). 2. Present it clearly per account: paused?, daily limit, invites sent today and remaining, counts by status (not_connected / pending / connected / withdrawn / error), and any recent errors. 3. If I asked something the dashboard does not directly answer (conversion rates, best lists, pending older than N days, per-list breakdowns), consult `node scripts/schema.mjs --examples --json` and then run a read-only query with `node scripts/query.mjs --sql "..." --json`. 4. For a specific lead, use `node scripts/lead.mjs show "<name|url>" --json` and explain its status and recent run history.
These reads hit the local database (fast, free). Only if I explicitly ask for the *live* LinkedIn state should you call linkedin-cli directly.
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Other commands on awesome-agent-skill.
- /install-bundle
Install starter or full skill bundle into a target project
Open command - /install-domain
Install a skill domain into a target project
Open command - /sync-skills
Sync skills between Cursor (source) and Claude (generated flat) formats
Open command - /validate-skills
Run skill validation (frontmatter, naming, triggers, links)
Open command - /linkedin-growth-config
Adjust linkedin-growth account settings — daily invite limit, schedule time, pending threshold, pause/resume — or edit the ICP qualification prompt.
Open command - /linkedin-growth-import
Import leads from a LinkedIn / Sales Navigator search into the pipeline — search, qualify against the ICP, dedupe, and store with round-robin assignment.
Open command

