From deepvista
Installs DeepVista CLI via uv or pip, handles OAuth authentication, and triggers skill catalog sync. Auto-loads when CLI missing from PATH or unauthenticated.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deepvista:install-deepvista-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The DeepVista Claude Code plugin requires the `deepvista` CLI to be installed
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.
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.
deepvista auth login # opens a browser for OAuth
deepvista auth status # verify
Once the CLI is installed and authenticated, force the plugin's catalog sync without waiting for the next session start:
/refresh-skills
The canonical install + auth + profile reference lives with the CLI itself:
skills/deepvista/reference/shared.md.
Load it for profile switching, headless-auth codes, credential paths, and
global-flag rules.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub deepvista-ai/deepvista-cli --plugin deepvista