> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude plugins

> Install the Deepline plugin in Claude Code or Claude Cowork.

Use the Deepline plugin if Claude Code or Claude Cowork is your primary
workspace. The plugin bundles Deepline skills. The first request installs and
authorizes the Deepline CLI when needed.

## Claude Code

Run these commands in Claude Code:

```text theme={null}
/plugin marketplace add getaero-io/deepline-plugins
/plugin install deepline@deepline
/reload-plugins
```

Then run:

```text theme={null}
/deepline-quickstart
```

## Claude Cowork

[Install Deepline in Claude Cowork](/docs/claude-cowork). Cowork requires a project
folder and network egress before it can run Deepline.

## Verify the CLI

Ask Claude to run:

```bash theme={null}
command -v deepline
deepline --version
deepline auth status
```

If Deepline asks you to authorize, run `deepline setup --json` and complete the
browser approval.
