/linkedin-growth-config
Adjust linkedin-growth account settings — daily invite limit, schedule time, pending threshold, pause/resume — or edit the ICP qualification prompt.
$ 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-config
Context preview
What this command does when you run it.
Adjust linkedin-growth account settings — daily invite limit, schedule time, pending threshold, pause/resume — or edit the ICP qualification prompt.
Command definition
linkedin-growth-config.mddescription: Adjust linkedin-growth account settings — daily invite limit, schedule time, pending threshold, pause/resume — or edit the ICP qualification prompt.
argument-hint: "[account name] [what to change]"
Use the **linkedin-growth** skill to change configuration. Arguments: $ARGUMENTS
First show current state with `node scripts/account.mjs list --json`. Then apply what I asked, confirming the exact change back to me:
- Daily invite limit (how many/day) → `node scripts/account.mjs update --name <acct> --daily-invite-limit <n>`
- Invite pace (no more than one connect every N min) → `node scripts/account.mjs update --name <acct> --min-invite-interval <n>`
- Active hours (when invites go out) → `node scripts/account.mjs update --name <acct> --active-start <HH:MM> --active-end <HH:MM>`
- Pending threshold (check after N days) → `node scripts/account.mjs update --name <acct> --max-pending-days <n>`
- Pending check batch per run → `node scripts/account.mjs update --name <acct> --pending-batch-size <n>`
- Retry policy — if someone doesn't accept, try from other accounts (global, not per-account)
→ `node scripts/settings.mjs set max_connect_attempts <1|N|all>` (1 = no retry)
- Temporarily stop an account → `node scripts/account.mjs pause --name <acct>`
(and `resume` to re-enable). A paused account is skipped by both import round-robin and the scheduler.
- Rename / remove an account → `account.mjs rename` / `account.mjs remove`
- Change who we target (the ICP) → show me the current ICP with
`node scripts/settings.mjs get icp_definition`, discuss the change, then save the new version with `node scripts/settings.mjs set icp_definition --stdin` (pipe via heredoc). It is stored in the database (not a file) and takes effect on the next import. The ICP is my own data, not a hardcoded list — don't leave stray ICP files around.
If I am vague, ask which account and which setting before changing anything. Never change limits or schedules without telling me the before/after values.
Read more
description: Adjust linkedin-growth account settings — daily invite limit, schedule time, pending threshold, pause/resume — or edit the ICP qualification prompt. argument-hint: "[account name] [what to change]"
Use the **linkedin-growth** skill to change configuration. Arguments: $ARGUMENTS
First show current state with `node scripts/account.mjs list --json`. Then apply what I asked, confirming the exact change back to me:
- Daily invite limit (how many/day) → `node scripts/account.mjs update --name <acct> --daily-invite-limit <n>`
- Invite pace (no more than one connect every N min) → `node scripts/account.mjs update --name <acct> --min-invite-interval <n>`
- Active hours (when invites go out) → `node scripts/account.mjs update --name <acct> --active-start <HH:MM> --active-end <HH:MM>`
- Pending threshold (check after N days) → `node scripts/account.mjs update --name <acct> --max-pending-days <n>`
- Pending check batch per run → `node scripts/account.mjs update --name <acct> --pending-batch-size <n>`
- Retry policy — if someone doesn't accept, try from other accounts (global, not per-account)
→ `node scripts/settings.mjs set max_connect_attempts <1|N|all>` (1 = no retry)
- Temporarily stop an account → `node scripts/account.mjs pause --name <acct>`
(and `resume` to re-enable). A paused account is skipped by both import round-robin and the scheduler.
- Rename / remove an account → `account.mjs rename` / `account.mjs remove`
- Change who we target (the ICP) → show me the current ICP with
`node scripts/settings.mjs get icp_definition`, discuss the change, then save the new version with `node scripts/settings.mjs set icp_definition --stdin` (pipe via heredoc). It is stored in the database (not a file) and takes effect on the next import. The ICP is my own data, not a hardcoded list — don't leave stray ICP files around.
If I am vague, ask which account and which setting before changing anything. Never change limits or schedules without telling me the before/after values.
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-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 - /linkedin-growth-setup
Onboard the linkedin-growth pipeline — check prerequisites, connect LinkedIn accounts, register them, and install the scheduler.
Open command

