deepvista

deepvista is a skill for Claude Code, Codex from DeepVista-AI/deepvista-cli. It costs 204 tokens per session (2,012 once invoked), scanned A, original, Apache-2.0.

A command-line knowledge and note system used from a terminal. It can manage notes, searchable knowledge cards, projects, conversations, schedules, and related skills through the DeepVista CLI.

In plain words
What is it for?
Capturing notes, searching or editing knowledge cards, switching projects, recording agent sessions, and managing DeepVista settings or schedules.
Why use it?
It gives developers one terminal-based place to save and retrieve facts, notes, project context, and session records. The available excerpt does not describe every command in detail.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw.

Good fit Capturing notes, searching or editing knowledge cards, switching projects, recording agent sessions, and managing DeepVista settings or schedules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deepvista-ai/deepvista-cli/deepvista
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DeepVista-AI/deepvista-cli --skill deepvista
Clone the repo
git clone --depth 1 https://github.com/DeepVista-AI/deepvista-cli

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deepvista

README.md
[![agentmods](https://agentmods.dev/badge/skills/deepvista-ai/deepvista-cli/deepvista.svg)](https://agentmods.dev/skills/deepvista-ai/deepvista-cli/deepvista)
Your own site
<a href="https://agentmods.dev/skills/deepvista-ai/deepvista-cli/deepvista"><img src="https://agentmods.dev/badge/skills/deepvista-ai/deepvista-cli/deepvista.svg" alt="Measured on agentmods" height="20"></a>
Per session 204 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00204 $0.02012
Opus 5 $0.00102 $0.01006
Sonnet 5 $0.00041 $0.00402
Haiku 4.5 $0.00020 $0.00201

Measured 7d ago against content hash 9d586c44fd17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

deepvista scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deepvista/SKILL.md · 135 lines

How it starts

The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DeepVista CLI

Your second brain, from the terminal. Chat, notes, skills, knowledge base, and memory — one skill for the whole CLI. Pick the reference file for the subcommand you need.

Before you start

Read reference/shared.md — it covers authentication, profiles, global flags, exit codes, and the "global flags come BEFORE the resource" rule. Every other reference file assumes you know it.

Subcommand index

Subcommand Use when Reference
deepvista auth / agents / config / upgrade authenticating, the agent heartbeat, switching profiles, checking for updates shared.md
deepvista project listing projects, picking / switching the working project that scopes every other command (X-Project-Id + /project/{id}/… links) project.md
deepvista notes taking a note the user explicitly asked to record, listing / updating / deleting notes, quick-capture of a single-line fact notes.md
deepvista session recording an agent conversation transcript as a rolling type=session card via the init / tick / finalize hook lifecycle session.md
deepvista schedule activating / deactivating / listing the opt-in recurring daily-planning job deepvista schedule --help
deepvista card (alias: vistabase) creating / searching / pinning / archiving / grepping knowledge base cards across any type (person, topic, file, note, todo, etc.), uploading an image / video / binary file (card upload), version history (history / diff / restore), and entity re-indexing (index) vistabase-card.md
deepvista chat sending a message to the AI agent, listing / deleting chat sessions, continuing a conversation chat.md
deepvista skill listing, running, creating new skills, or catalog-syncing (sync / load) structured Skill workflows; load also installs a skill's bundled files skill.md
deepvista pull installing a card's bundled files (a skill's scripts/ / references/ / assets) onto this machine — cloud VM or laptop pull.md
deepvista push uploading a local skill directory — SKILL.md plus its scripts/ / references/ / assets — to Vistabase so it can be stored, shared, and installed elsewhere push.md
deepvista tasks running this Machine's dispatched work: tasks run polls for tasks (web-chat prompts run headless via claude -p, plus queued CLI commands / workflow runs) and tasks list shows them tasks.md
— analyze notes searching → reading → synthesizing notes to surface themes / patterns skill-analyze-notes.md
— research → run finding context in the knowledge base, then running a Skill with synthesized input skill-research-to-skill.md
— create from note synthesizing a workflow skill from a podcast / interview / book note; batch-converting a corpus skill-create-from-note.md
— import files recursively importing a local folder as type=file cards skill-import-files.md
auto-capture for OpenClaw automatically saving notable facts from conversations without confirmation openclaw.md

Read the full file on GitHub · 135 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 135 lines · 204 tokens per session scan A 9d586c44fd17

Subscribe to this mod's changes

deepvista is a skill published in the GitHub repository DeepVista-AI/deepvista-cli (9 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 204 tokens to every session and 2,012 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

Migrate

Intakes external content, classifies chunks against LifeOS taxonomy, commits with provenance. Sources: .md/.txt, stdin, LifeOS dirs, CLAUDE.md/Cursor/OpenAI Custom Instructions, Obsidian/Notion/Apple Notes exports. MigrateScan classifies → routing table. MigrateApprove with…

danielmiessler/LifeOS · 158 tokens

daily-briefing

Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…

vellum-ai/vellum-assistant · 75 tokens

company-brain

Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…

coreyhaines31/makerskills · 322 tokens

email-assistant

Read, search, draft, and send emails via Himalaya CLI or Python IMAP/SMTP. Requires email account configuration.

fuyuxiang/echo-agent · 29 tokens

calendar

Manage calendar events via CalDAV (Google/iCloud/Nextcloud) or local ICS files. View, create, and query events.

fuyuxiang/echo-agent · 29 tokens