Deepline Plugins banner
getaero-io getaero-io

Deepline Plugins

Development community

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:

  1. Open Claude Desktop and switch to Cowork.
  2. Open Customize in the left sidebar.
  3. Click the + next to Personal plugins.
  4. Open Create plugin, then choose Add marketplace.

![Find Add marketplace in Cowork plugins](assets/cowork-add-marketplace.png)

  1. Add a personal/custom plugin from this GitHub repository:

    https://github.com/getaero-io/deepline-plugins
  2. Install the `deepline` plugin.

![Deepline installed in Cowork plugins](assets/cowork-plugin-directory.png)

  1. 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.

![Cowork network egress set to all domains](assets/cowork-network-egress.png)

  1. Start a Cowork session and select a project folder.

![Select a project folder when starting a Cowork session](assets/cowork-select-project-folder.png)

Selecting a folder lets Deepline persist auth in that workspace, so future Cowork sessions opened on the same folder can reuse the saved auth.

  1. Run:

    /deepline-quickstart

![Deepline quickstart running in Cowork](assets/cowork-quickstart.png)

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