
from claude-code-wrapped-skill8
Open a terminal slideshow summarising Claude Code usage (Spotify Wrapped style).
Launches a terminal-based interactive slideshow that summarises an agent's Claude Code usage statistics, similar to a 'Spotify Wrapped' recap. It opens a new console window and runs an included Python script to present slides the user can advance with SPACE/ENTER and quit with Q.
Use when a user asks for a year-in-review or usage summary, mentions 'wrapped', types /wrapped, or requests an interactive CLI recap of their Claude Code activity. The skill is intended for local environments where opening a new console is supported.
Likely compatible with Claude Code and other agents that support invoking shell/Bash tools and launching local helper scripts.
A single-purpose skill that launches a Python slideshow (wrapped.py) in a new terminal to display Claude Code usage stats in a Spotify Wrapped style. The SKILL.md uses subprocess.Popen to spawn a detached process. No scripts were available to run-test (scripts dict was empty in fetch). The skill is narrowly scoped to Claude Code users wanting a usage recap.
Simple novelty skill. subprocess.Popen with start_new_session is the main security surface but is controlled via CLAUDE_SKILL_DIR variable. No exfiltration or destructive commands detected. Architecture is minimal — monolithic SKILL.md with inline bash, no references/ or proper separation.