Agent skill · AI & Agents

gptme-wrapped

Analyze your gptme conversation history for insights like token usage, costs, model preferences, and usage patterns - inspired by Spotify Wrapped.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gptme-wrapped --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ReadBash
Path: skills/analysis/gptme-wrapped/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# gptme Wrapped - Conversation Analytics **Description:** Analyze your gptme conversation history for insights like token usage, costs, model preferences, and usage patterns - inspired by Spotify Wrapped. ## Overview "gptme Wrapped" provides year-end (or any period) analytics for your gptme usage, similar to Spotify's annual Wrapped feature. It analyzes conversation logs stored locally to provide insights about: - **Token usage**: Input/output tokens, cache hits - **Cost tracking**: Spending by model, day, conversation - **Model preferences**: Most used models, provider breakdown - **Usage patterns**: Peak hours, conversation lengths, topics - **Context efficiency**: Average context sizes, compression ratios ## Storage Structure gptme stores conversations in `~/.local/share/gptme/logs/` with this structure: ```tree ~/.local/share/gptme/logs/ ├── 2025-12-25-running-red-cat/ │ ├── conversation.jsonl # Messages with metadata │ ├── config.toml # Conversation config (model, tools) │ ├── branches/ # Conversation branches │ └── workspace -> /path # Symlink to workspace └── ... ``` ### Message Format (conversation.jsonl) Each line is a JSON object representing a message: ```json { "role":

What's inside
Steps it walks through
  1. Overview
  2. Storage Structure
  3. Message Format (conversation.jsonl)
  4. Config Format (config.toml)
  5. Best Practices
  6. Plugin Integration
  7. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the gptme-wrapped skill do?

Analyze your gptme conversation history for insights like token usage, costs, model preferences, and usage patterns - inspired by Spotify Wrapped.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gptme-wrapped --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going