From heimdall
Analyzes video files when the user mentions a video file path in conversation. Triggers on file paths ending in .mp4, .mov, .avi, .mkv, .webm, or .m4v, or when the user says "watch this video", "analyze this recording", "screen recording", "bug recording", or "video of the bug".
How this skill is triggered — by the user, by Claude, or both
Slash command
/heimdall:video-watchingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user has mentioned a video file. Use the heimdall agent to analyze it.
The user has mentioned a video file. Use the heimdall agent to analyze it.
heimdall agent via the Agent tool to handle the analysisheimdall agent with this prompt:Analyze the video file at: [VIDEO_PATH]
Run the full heimdall workflow: guard → overview extraction → batched frame reading → optional drill-down → synthesize report. Return the structured report as your final message.
npx claudepluginhub pranavtotla/heimdall --plugin heimdallCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.