Deepline Plugins
Description
Deepline GTM skills + CLI as a Claude Code plugin
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Deepline Skills Plugin
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.
Install In Claude Cowork
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-pluginsInstall the `deepline` plugin.

- 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@latest
# Fallback for secure sandboxes: mkdir -p "$HOME/.local" && npm config set prefix "$HOME/.local" && export PATH="$HOME/.local/bin:$PATH" && npm install -g deepline@latest --registry https://code.deepline.com/api/v2/npm/
deepline setup --json
deepline auth wait --timeout 120 # on
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11