promptlens
Installation
SKILL.md
PromptLens
Scan local AI-agent history, extract only user-authored messages, and render a PNG word cloud that supports both Chinese and English.
Quick Start
Run from the skill directory:
When invoked by an Agent, scan only that Agent's own history by default. Use the source matching the invoking harness, for example --sources codex for Codex, --sources claude for Claude Code, --sources opencode for OpenCode, --sources openclaw for OpenClaw, or --sources hermes for Hermes Agent.
uv run --with jieba --with wordcloud --with matplotlib --with pillow \
scripts/promptlens.py \
--sources codex \
--days 90 \
-o outputs/wordcloud.png \
--report-json outputs/wordcloud.json