runtime/skills/operator/token-chart/SKILL.md
Generate a 7-day token usage chart (all chats) and post it to the web UI timeline.
npx skillsauth add rcarmo/piclaw token-chartInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a 7-day token usage chart (all chats) and post it to the web UI timeline as a message.
Run the standard chart script (default mode):
bun /workspace/piclaw/runtime/skills/operator/token-chart/token-chart.ts
Run the alternative provider+model mode (stacked series by provider + model):
bun /workspace/piclaw/runtime/skills/operator/token-chart/token-chart.ts --mode provider-model
Post safely to the web chat (JSON-encoded, no Pushover nudge):
bun /workspace/piclaw/runtime/skills/operator/token-chart/token-chart.ts --ipc
If you explicitly want a Pushover nudge as well:
bun /workspace/piclaw/runtime/skills/operator/token-chart/token-chart.ts --ipc --nudge
--ipc posts the chart as an inline SVG attachment via the IPC media mechanism.token_usage table by default; pass --source sessions (or --sessions-dir) to read session JSONL files.source = "autoresearch" usage into a single per-day stacked bar, with cached segments below uncached ones.--mode provider-model draws an alternative chart grouping tokens by provider/model.documentation
Resolve Teams or SharePoint document links to canonical metadata.
development
Search the web via SearXNG and optionally convert result pages to Markdown.
development
Search via SearXNG, fetch top results, and return quick summaries plus markdown.
testing
Fetch a user's recent tweets (tweets, replies, retweets) using Playwright + Nitter fallbacks and produce compact JSON/Markdown summaries.