Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add BinyaminEden/letmewatch/plugin install letmewatchWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/binyamineden/letmewatch/video-last)<a href="https://agentmods.dev/commands/binyamineden/letmewatch/video-last"><img src="https://agentmods.dev/badge/commands/binyamineden/letmewatch/video-last/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/binyamineden/letmewatch/video-last"><img src="https://agentmods.dev/badge/commands/binyamineden/letmewatch/video-last.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00345 |
| Opus 5 | $0.00000 | $0.00172 |
| Sonnet 5 | $0.00000 | $0.00069 |
| Haiku 4.5 | $0.00000 | $0.00034 |
Grade B, and why
video-last scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
cat ~/.claude/video.conf 2>/dev/null What it actually says
Watch the most recently recorded video.
Instructions
1. Find the video directory
Check for a configured video directory:
cat ~/.claude/video.conf 2>/dev/null
If the file exists and contains a path, use that directory.
If it does NOT exist, search common locations for video files:
find ~/Desktop ~/Movies ~/Downloads -maxdepth 2 -type f \( -name "*.mp4" -o -name "*.mov" -o -name "*.mkv" \) 2>/dev/null | head -10
Show the user what you found and ask them where their videos live. Once they tell you, save it:
echo "/their/chosen/path" > ~/.claude/video.conf
Tell them: "Saved. Next time /letmewatch:video-last will use this folder automatically. To change it, run /letmewatch:video-dir."
2. Find the most recent video
Find the newest video file in the configured directory:
find <VIDEO_DIR> -maxdepth 1 -type f \( -name "*.mp4" -o -name "*.mov" -o -name "*.mkv" -o -name "*.webm" \) -print0 | xargs -0 ls -t | head -1
If no videos found, tell the user.
3. Analyze
Tell the user which file you found (name + size + date). Then invoke the letmewatch skill to process it using ${CLAUDE_PLUGIN_ROOT}/skills/letmewatch/video-extract.py.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 42 lines · 0 tokens per session scan B 92953afebfae
video-last is a command published in the GitHub repository BinyaminEden/letmewatch (9 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 345 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
brand-generate
Generate an on-brand document from a saved Brand Profile.
list
List available Piper TTS TTS voices with optional filtering.
review-video
Make a " Reviews" video — a fast, faceless VO montage of REAL, verified competitor reviews that names the recurring complaints and positions YOUR business as the alternative, then hands off to your own customer testimonials.
transcribe
Transcribe the file at $ARGUMENTS into Markdown using the Frenchie MCP server.
varyshop-carousel
Create a Varyshop multi-slide carousel (LIGHT style, hook → CTA).
imperium:create-video
Create startup video content. Supports pitch videos, product demos, social clips, investor updates, and hiring videos. Bridges to Remotion for rendering.