Deepline adds GTM skills to Claude Cowork and Claude Code. Each installed skill includes the Deepline CLI setup commands, so the plugin is only a skills bundle.
Use it to build prospect lists, enrich CSVs, research accounts, write outbound, and run Deepline workflows from Claude.
In Cowork, add Deepline as a personal plugin:
- Open Claude Desktop and switch to Cowork.
- Open Customize in the left sidebar.
- Click the + next to Personal plugins.
- Open Create plugin, then choose Add marketplace.
-
Add a personal/custom plugin from this GitHub repository:
https://github.com/getaero-io/deepline-plugins -
Install the
deeplineplugin.
- Enable internet access for all domains in the Cowork session settings: open Settings -> Capabilities, turn on Allow network egress, then set Domain allowlist to All domains.
- Start a Cowork session and select a project folder.
Selecting a folder lets Deepline persist auth in that workspace, so future Cowork sessions opened on the same folder can reuse the saved auth.
-
Run:
/deepline-quickstart
If the CLI is not installed yet, the skill will tell Claude to run:
npm install -g deepline
# Fallback for secure sandboxes: mkdir -p "$HOME/.local" && npm config set prefix "$HOME/.local" && export PATH="$HOME/.local/bin:$PATH" && npm install -g deepline --registry https://code.deepline.com/api/v2/npm/
deepline auth register --wait auto
deepline auth wait --timeout 120 # completes Cowork/browser approval; no-op if already connected
deepline auth status
deepline -hTeam and Enterprise plans: your organization owner may need to enable Cowork for the workspace. They may also need to allow internet access for all domains, or add the domains you use, in Cowork's network settings. See Use Claude Cowork on Team and Enterprise plans.
Inside Claude Code, run:
/plugin marketplace add getaero-io/deepline-plugins
/plugin install deepline@deepline
/reload-plugins
Then try:
/deepline-quickstart
If the CLI is not installed yet, the skill will tell Claude to run:
npm install -g deepline
# Fallback for secure sandboxes: mkdir -p "$HOME/.local" && npm config set prefix "$HOME/.local" && export PATH="$HOME/.local/bin:$PATH" && npm install -g deepline --registry https://code.deepline.com/api/v2/npm/
deepline auth register --wait auto
deepline auth wait --timeout 120 # completes Cowork/browser approval; no-op if already connected
deepline auth status
deepline -hIf Deepline asks you to authenticate:
deepline auth register --wait auto
deepline auth wait --timeout 120 # completes Cowork/browser approval; no-op if already connected
deepline auth status
deepline -h--wait auto waits locally and returns after printing the approval link in
Cowork. auth wait is safe in both places.
Ask Claude to run:
command -v deepline
deepline --version
deepline auth statusMIT




