fix
Watch a bug video, diagnose the issue, fix the code, and raise a PR
Analyze a video URL or local file using the eyeroll hosted API.
> /plugin marketplace add mnvsk97/eyeroll > /plugin install eyeroll@mnvsk97-eyeroll
How it fires
How this command gets triggered: by you, by Claude, or both.
/api-watchContext preview
What this command does when you run it.
Analyze a video URL or local file using the eyeroll hosted API.
Analyze a video URL or local file using the eyeroll hosted API.
/eyeroll:api-watch <url-or-path> [context]
1. Reads `EYEROLL_API_URL` from the environment, defaulting to the hosted API URL 2. POSTs the source and optional context to `/api/watch` 3. Returns intent, repo guess, handoff recommendation, confidence, and the structured markdown report
1. Set `EYEROLL_API_URL` to `https://api.eyeroll.dev` if not already set.
2. Call the hosted API. Authentication is handled by the deployment platform, not by eyeroll API keys.
3. Run:
curl -s -X POST "$EYEROLL_API_URL/api/watch" \
-H "Content-Type: application/json" \
-d "{\"source\": \"$ARGUMENTS\", \"context\": null}"4. Display the structured response:
5. If the response status is 401 or 403, tell the user the hosted endpoint authentication is blocking the request and they should authenticate through the TrueFoundry-protected route.
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.
Repo: mnvsk97/eyeroll
Watch a bug video, diagnose the issue, fix the code, and raise a PR
List past video analyses from the cache
Set up eyeroll for this project — pick a backend, install dependencies, and generate codebase context
Analyze a video, screen recording, or screenshot and produce a structured report