Install the DeepVista CLI. Load when the `deepvista` binary is missing from PATH (hooks/commands return "command not found" or silently no-op), when the user asks how to install DeepVista, or when `deepvista auth login` hasn't been run yet. Ships with the DeepVista Claude Code plugin so the install path stays discoverable even before the CLI is present.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill install-deepvista-cli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Install Deepvista Cli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-install-deepvista-cli)More formats (shields.io, HTML) on the badges page.
---
name: install-deepvista-cli
description: |
Install the DeepVista CLI. Load when the `deepvista` binary is missing from
PATH (hooks/commands return "command not found" or silently no-op), when the
user asks how to install DeepVista, or when `deepvista auth login` hasn't
been run yet. Ships with the DeepVista Claude Code plugin so the install
path stays discoverable even before the CLI is present.
---
# 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
no catalog skills sync.
## Install
```bash
uv tool install 'deepvista-cli[ui]' # preferred
# or
pip install 'deepvista-cli[ui]'
```
The `[ui]` extra adds the optional terminal UI (`deepvista ui`). Omit the
suffix for a CLI-only install.
## 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 catalog
sync without waiting for the next session start:
```
/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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!