# Install Deepvista Cli

> |

- **Type:** Skill
- **Install:** `agentstack add skill-deepvista-ai-deepvista-cli-install-deepvista-cli`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [DeepVista-AI](https://agentstack.voostack.com/s/deepvista-ai)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [DeepVista-AI](https://github.com/DeepVista-AI)
- **Source:** https://github.com/DeepVista-AI/deepvista-cli/tree/main/plugins/claude-code/skills/install-deepvista-cli
- **Website:** https://www.deepvista.ai/

## Install

```sh
agentstack add skill-deepvista-ai-deepvista-cli-install-deepvista-cli
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Install the DeepVista CLI

The DeepVista Claude Code plugin requires the `deepvista` CLI to be installed
separately. Without it, the plugin's `SessionStart` hook exits silently and
neither the skill catalog nor your agent roles sync — so `/skills` shows no
DeepVista entries and no `@` subagents are generated.

## Install

```bash
uv tool install deepvista-cli   # preferred
# or
pip install deepvista-cli
```

## Authenticate

```bash
deepvista auth login      # opens a browser for OAuth
deepvista auth status     # verify
```

## Trigger a first sync

Once the CLI is installed and authenticated, force the plugin's sync without
waiting for the next session start. This writes both the skill stubs (under
`skills/`) and one `dv-.md` subagent per managed-agent role (under
`agents/`):

```
/refresh-skills
```

## Full reference

The canonical install + auth + profile reference lives with the CLI itself:
[`skills/deepvista/reference/shared.md`](https://github.com/DeepVista-AI/deepvista-cli/blob/main/skills/deepvista/reference/shared.md).
Load it for profile switching, headless-auth codes, credential paths, and
global-flag rules.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [DeepVista-AI](https://github.com/DeepVista-AI)
- **Source:** [DeepVista-AI/deepvista-cli](https://github.com/DeepVista-AI/deepvista-cli)
- **License:** Apache-2.0
- **Homepage:** https://www.deepvista.ai/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-deepvista-ai-deepvista-cli-install-deepvista-cli
- Seller: https://agentstack.voostack.com/s/deepvista-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
