/history
List past video analyses from the cache
$ npx -y skills add mnvsk97/eyeroll --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/history
Context preview
What this command does when you run it.
List past video analyses from the cache
Command definition
history.mddescription: List past video analyses from the cache argument-hint: '[clear] [--limit N] [--json]' allowed-tools: Bash
Show past eyeroll analyses.
Raw arguments: `$ARGUMENTS`
Run:
eyeroll history $ARGUMENTS
If the output shows past analyses, present them in a readable format. If the user asks about a specific past analysis, they can re-watch the same video and it will use the cached intermediates (instant, no API cost).
If the user says "clear" or "clear cache":
eyeroll history clear --yes
AI eyes that roll through video footage — watch, understand, act. eyeroll is a Claude Code plugin that analyzes screen recordings, Loom videos, YouTube links, and screenshots, then helps coding agents fix bugs, build features, and create skills.
Other commands on eyeroll.
- /api-watch
Analyze a video URL or local file using the eyeroll hosted API.
Open command - /fix
Watch a bug video, diagnose the issue, fix the code, and raise a PR
Open command - /init
Set up eyeroll for this project — pick a backend, install dependencies, and generate codebase context
Open command - /watch
Analyze a video, screen recording, or screenshot and produce a structured report
Open command

