Install
$ agentstack add skill-ao92265-claude-code-playbook-loom-analyze ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Loom Analyze
Local pipeline (no API key, no third-party MCP) that turns a Loom share URL into:
- A plain-text transcript via
whisper. - Optional keyframe PNGs for visual analysis when the user asks about UI / screen content.
When to invoke
- User pastes a
https://www.loom.com/share/...URL. - User says "transcribe", "analyze", or "watch this loom".
/loom-analyzeis typed.
How to run
The shell wrapper lives next to this file: loom-analyze.sh. Always call it through Bash.
${CLAUDE_PLUGIN_ROOT:-$HOME/.claude}/skills/loom-analyze/loom-analyze.sh [--model M] [--frames N] [--keep]
Flags:
--model base|small|medium|large— whisper accuracy/speed tradeoff. Defaultbase(~140 MB download first time).--frames N— also extract one PNG every N seconds intoframes/. Skip this for transcript-only (faster).--keep— keep MP4/MP3 after transcribing. Default deletes them.
Output goes to ~/Downloads/loom-transcripts//. The transcript is printed to stdout, so the agent gets it in the tool result.
Decision rules for the agent
- Transcript-only is the fast default. Don't request frames unless the user asks about visuals, UI, screen content, or a demo walkthrough.
- Long videos (>10 min): stick to
--model base.--model smallor larger only when the user specifically complains about transcript accuracy. - When frames are extracted: read the PNGs from
~/Downloads/loom-transcripts//frames/via the Read tool when the user asks what's on screen at a given time. Don't bulk-read every frame; pick the ones that match the question. - First-time setup: if the script exits with "Missing dep", run
${CLAUDE_PLUGIN_ROOT:-$HOME/.claude}/skills/loom-analyze/setup.shonce, then retry.
Setup (per-machine, one-time)
bash ${CLAUDE_PLUGIN_ROOT:-$HOME/.claude}/skills/loom-analyze/setup.sh
Installs yt-dlp, ffmpeg, openai-whisper via Homebrew + pip. Idempotent.
For machine requirements, model disk sizes, troubleshooting, and limitations, see references/usage.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ao92265
- Source: ao92265/claude-code-playbook
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.