From claude-vis
Query session analytics, cost tracking, token usage, and activity logs from the claude-vis database. Triggers when the user asks about session costs, spending, token usage, analytics, session history, or activity logs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-vis:statsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about session costs, token usage, spending, session history, commands run, URLs visited, or any analytics question, run the appropriate query from the claude-vis stats engine.
When the user asks about session costs, token usage, spending, session history, commands run, URLs visited, or any analytics question, run the appropriate query from the claude-vis stats engine.
Run via Bash with the appropriate subcommand:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/stats_query.py <subcommand> [args]
Subcommands:
recent [N] — last N sessions (default 10)cost-by-project — cost grouped by projecttotals — grand totals across all sessionssession <id> — detail for one session (supports partial ID prefix match)tools — most-used toolscommands [N] — recent Bash commandsurls [N] — recent WebFetch/WebSearch URLsNo arguments runs recent + totals together.
Present output directly — it is pre-formatted as markdown tables.
npx claudepluginhub gebl/anvil-skill-marketplace --plugin claude-visSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.