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 aibot88/sec_skill_store (skills/claudskills/install-deepvista-cli/SKILL.md). Install upstream with npx skills add aibot88/sec_skill_store --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
no catalog skills sync.
The [ui] extra adds the optional terminal UI (deepvista ui). Omit the
suffix for a CLI-only install.
Authenticate
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 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.
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": "aibot88-sec-skill-store-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": "aibot88",
"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/aibot88/sec_skill_store",
"path": "skills/claudskills/install-deepvista-cli/SKILL.md",
"ref": "608120788167d56f99e31449e411e603ed250dc6",
"url": "https://github.com/aibot88/sec_skill_store/blob/608120788167d56f99e31449e411e603ed250dc6/skills/claudskills/install-deepvista-cli/SKILL.md",
"key": "aibot88/sec_skill_store/skills/claudskills/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\nno catalog skills sync.\n\n## Install\n\n```bash\nuv tool install 'deepvista-cli[ui]' # preferred\n# or\npip install 'deepvista-cli[ui]'\n```\n\nThe `[ui]` extra adds the optional terminal UI (`deepvista ui`). Omit the\nsuffix for a CLI-only install.\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 ",
"cost": {
"context_tokens": 260
}
}
Fetch it by URL: GET /api/v1/registry/aibot88-sec-skill-store-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.