claude-vis-stats

Query Claude-Vis to analyze session costs, token usage, and activity logs.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/gebl/anvil-skill-marketplace --skill claude-vis-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-vis-stats
Source: https://github.com/gebl/anvil-skill-marketplace/tree/main/plugins-claude/claude-vis/skills/stats
Command: npx skills add https://github.com/gebl/anvil-skill-marketplace --skill claude-vis-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track and report session analytics for Claude-Vis, including costs, token usage, and activity logs, so you can understand usage and spending.

Core Features & Use Cases

  • Retrieve recent sessions and totals
  • Break down costs and token usage by project
  • Inspect per-session details, tools, and URLs

Quick Start

Run a query with the stats_query.py script to fetch the latest analytics.

Frequently Asked Questions about claude-vis-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track session costs and token usage for Claude-Vis?

You can track session costs and token usage by querying Claude-Vis with the stats_query.py script. It retrieves recent sessions, project-level costs, and per-session details, formatting the output as Markdown tables.

Can I break down Claude-Vis activity logs by project?

Yes, you can break down Claude-Vis activity logs by project using subcommands like cost-by-project. This allows you to analyze token usage and spending across different projects in Markdown table format.

What's the best way to inspect per-session details and tools used in Claude-Vis?

To inspect per-session details and tools, query Claude-Vis using the session, tools, and commands subcommands. This retrieves specific activity logs and formats them into readable Markdown tables for evaluation.

How do I retrieve recent sessions and total token usage totals?

Retrieve recent sessions and total token usage by running the recent and totals subcommands via the stats_query.py script. This fetches the latest Claude-Vis activity logs and calculates overall costs.

Does the Claude-Vis analytics query require any external dependencies?

No external dependencies are required to query Claude-Vis analytics. The Skill operates independently using the stats_query.py script to fetch session costs, token usage, and activity logs.

Can I extract URLs accessed during my Claude-Vis sessions?

Yes, you can extract accessed URLs by running the urls subcommand. This queries your Claude-Vis session logs to retrieve and display the specific URLs visited during recent activity.