Skill · em Marketing e negócio
curviate-premium
Drive LinkedIn Sales Navigator and Recruiter through the Curviate CLI. Covers `sales-nav` (search, profile, message, lead and account lists, save-lead, save-account) and `recruiter` (projects, pipeline, talent-search, save-candidate, project jobs, applicants, message, profile, search), and what can…
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/skills/curviate/curviate-premium - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- nenhum download no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 18,2 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/skills/curviate-premium/.
d=".claude/skills/curviate-premium" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/curviate/curviate-premium" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md"
Global: instala em ~/.claude/skills/curviate-premium/.
d="$HOME/.claude/skills/curviate-premium" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/curviate/curviate-premium" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md"
Codex
Neste projeto: instala em .agents/skills/curviate-premium/.
d=".agents/skills/curviate-premium" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/curviate/curviate-premium" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md"
Global: instala em ~/.agents/skills/curviate-premium/.
d="$HOME/.agents/skills/curviate-premium" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/curviate/curviate-premium" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md"
Antigravity
Neste projeto: instala em .agents/skills/curviate-premium/.
d=".agents/skills/curviate-premium" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/curviate/curviate-premium" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md"
Global: instala em ~/.gemini/antigravity-cli/skills/curviate-premium/.
d="$HOME/.gemini/antigravity-cli/skills/curviate-premium" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/curviate/curviate-premium" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md"
Peça ao Rook
Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.curviate-premium
Prévia do SKILL.md
---
name: curviate-premium
description: "Drive LinkedIn Sales Navigator and Recruiter through the Curviate CLI. Covers `sales-nav` (search, profile, message, lead and account lists, save-lead, save-account) and `recruiter` (projects, pipeline, talent-search, save-candidate, project jobs, applicants, message, profile, search), and what can refuse…
version: 0.1.0
author: Curviate
license: MIT
tags: [LinkedIn, CLI, Agents, Sales, Recruiting, Outreach]
repository: https://github.com/Curviate/curviate-plugin
---
# Curviate: Sales Navigator and Recruiter
Sales Navigator and Recruiter are **no longer gated by a separate Curviate add-on**: there is one paid
subscription and one seat, and these commands carry no extra Curviate paywall. What can still refuse
them is LinkedIn's own subscription on the connected account, and, where a workspace has not opted
into beta operations, the beta gate.
Every command here is **badged beta**. That badge is a truth claim about stability, not a refusal:
the beta-gated set is empty at launch, so these commands are callable today. If that changes, the
refusal is `BETA_NOT_ENABLED` and the fix is entirely yours; see Gates below, including what that
refusal actually looks like at this CLI version.
Command surface established against CLI `0.33.0`.
## Before any command
```bash
npm install -g @curviate/cli && curviate --version # needs Node 18 or newer
curviate login --api-key <key> # or export CURVIATE_API_KEY
curviate account list --json # the acc_id for --account
```
- **`curviate profile subscription --json` reads what LinkedIn grants** the connected account:
`has_premium` and the plan. A free account is a valid result, not an error. It tells you nothing
about your Curviate seat, and it is the read to do before assuming a Recruiter command will work.
- **`--profile <name>` picks the stored credential set; `--account <acc_id>` picks which connected
LinkedIn account's seat is used.** A tenant can hold one subscribed account among several.
- **`--preview` before every write.** It renders the resolved request without sending. On a read
command it is refused with exit `2`.
- **`--json` on anything you parse**; **`--fields a,b,c`** to project; **`--verbose`** when a slim
…