Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
install-deepvista-cli - Skill - OpenSmartRoute
Skillv1.0.0
install-deepvista-cli
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 `de
Imported from DeepVista-AI/deepvista-cli (plugins/claude-code/skills/install-deepvista-cli/SKILL.md). Install upstream with npx skills add DeepVista-AI/deepvista-cli --skill install-deepvista-cli. Copyright stays with the author.
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
the skill catalog won't sync — so /skills shows no DeepVista entries.
deepvista auth login # opens a browser for OAuthdeepvista 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:
/refresh-skills
This writes skill stubs under ${CLAUDE_PLUGIN_ROOT}/skills/.
Full reference
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.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "deepvista-ai-deepvista-cli-install-deepvista-cli",
"kind": "skill",
"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.",
"publisher": "DeepVista-AI",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"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."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/DeepVista-AI/deepvista-cli",
"path": "plugins/claude-code/skills/install-deepvista-cli/SKILL.md",
"ref": "10b988570238cd6c6204e85180808e9ba0b589ee",
"url": "https://github.com/DeepVista-AI/deepvista-cli/blob/10b988570238cd6c6204e85180808e9ba0b589ee/plugins/claude-code/skills/install-deepvista-cli/SKILL.md",
"key": "DeepVista-AI/deepvista-cli/plugins/claude-code/skills/install-deepvista-cli/SKILL.md"
}
},
"instructions": "# Install the DeepVista CLI\n\nThe DeepVista Claude Code plugin requires the `deepvista` CLI to be installed\nseparately. Without it, the plugin's `SessionStart` hook exits silently and\nthe skill catalog won't sync — so `/skills` shows no DeepVista entries.\n\n## Install\n\n```bash\nuv tool install deepvista-cli # preferred\n# or\npip install deepvista-cli\n```\n\n## Authenticate\n\n```bash\ndeepvista auth login # opens a browser for OAuth\ndeepvista auth status # verify\n```\n\n## Trigger a first sync\n\nOnce the CLI is installed and authenticated, force the plugin's sync without\nwaiting for the next se",
"cost": {
"context_tokens": 256
}
}
Fetch it by URL: GET /api/v1/registry/deepvista-ai-deepvista-cli-install-deepvista-cli/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.