Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

407 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  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

  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

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

Select a project folder when starting a Cowork session

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

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 -h

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

Install In Claude Code

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 -h

Auth

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

Verify

Ask Claude to run:

command -v deepline
deepline --version
deepline auth status

References

License

MIT

About

Deepline GTM skills + CLI as a Claude Code plugin

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages