Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/qingyu321/Little-Claudenpx agentmods add skills/qingyu321/little-claude/video-analysisWrote 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/skills/qingyu321/little-claude/video-analysis)<a href="https://agentmods.dev/skills/qingyu321/little-claude/video-analysis"><img src="https://agentmods.dev/badge/skills/qingyu321/little-claude/video-analysis/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/skills/qingyu321/little-claude/video-analysis"><img src="https://agentmods.dev/badge/skills/qingyu321/little-claude/video-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 137 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 160 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00214 | $0.05562 |
| Opus 5 | $0.00107 | $0.02781 |
| Sonnet 5 | $0.00043 | $0.01112 |
| Haiku 4.5 | $0.00021 | $0.00556 |
Grade A, and why
video-analysis scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Video Analysis
Use this skill to turn an authorized video file or direct video URL into a timestamped, auditable report. Remote models do not receive the raw MP4/WebM stream. This workflow decodes the video locally, extracts timestamped JPEG frames and speech transcription, and—only after the user answers the mandatory pre-run interview—interprets frames through the route the user chose.
Authorized inputs only
Accept any of:
- A local video file that the user is authorized to analyze.
- A public, direct
http://orhttps://media URL, such as a public.mp4or.webmresource. - With
--allow-platform, a public video-platform page (for example a Bilibili or YouTube watch link). The skill fetches the single public video withyt-dlpand then processes it locally.
Platform-page fetching is deliberately narrow and these limits are not to be weakened:
- Public, anonymously accessible videos only. Never send cookies, passwords, or authenticated headers; never log in; never access member-only, private, friend-only, or age-gated content.
- No DRM circumvention. DRM-protected streams are refused with an honest error, not decrypted.
- Single video per run (
--no-playlist); no batch scraping, playlists, or channels. - The user remains responsible for the platform's terms of service and for being authorized to analyze the content.
If a platform video requires login or membership, do not work around it: ask the user for an authorized original file, a direct public export, or the platform's official API/export route. The same applies when a platform fetch fails on stream merging/postprocessing: the authorized fallback is a local file the user downloaded themselves, re-run with --input — never a credential, format, or access-control workaround.
The URL fetcher blocks local, private, link-local, reserved, and metadata-service addresses. Do not weaken these checks.
Workflow
Step 0 — Pre-run route selection (TOKENICODE defaults first)
Before executing ANY analysis, decide the vision route. Never pick a random vendor just because an unrelated key is in the environment (e.g. DEEPSEEK_API_KEY present ≠ permission to use DeepSeek for vision — DeepSeek is text-only). Prefer the TOKENICODE app defaults when they are complete.
What ships with it
22 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- README.md 20 KB
- requirements.txt 679 B
- scripts/acceleration.py 17 KB runs code
- scripts/analyze_video.py 52 KB runs code
- scripts/asr_worker.py 6.1 KB runs code
- scripts/bundled_env.py 3.9 KB runs code
- scripts/platform_download.py 6.9 KB runs code
- scripts/preflight.py 8.2 KB runs code
- scripts/providers.py 23 KB runs code
- scripts/safe_download.py 6.9 KB runs code
- setup_offline.bat 1.4 KB runs code
- setup_offline.sh 1.3 KB runs code
- tests/test_acceleration.py 8.2 KB runs code
- tests/test_asr_worker.py 8.6 KB runs code
- tests/test_custom_defaults.py 9.8 KB runs code
- tests/test_media_pipeline.py 24 KB runs code
- tests/test_platform_download.py 11 KB runs code
- tests/test_preflight.py 2.4 KB runs code
- tests/test_providers.py 17 KB runs code
- tests/test_safe_download.py 3.9 KB runs code
- USAGE.md 19 KB
- wheelhouse/pillow-12.3.0-cp311-cp311-win_amd64.whl 7064 KB
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 · 259 lines · 214 tokens per session scan A e327faca2b0c
video-analysis is a skill published in the GitHub repository qingyu321/Little-Claude (21 stars, last pushed 16d ago), licensed Apache-2.0. It adds 214 tokens to every session and 5,562 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
bento-slides
Create and edit Bento presentations — self-contained .bento.html decks whose document is JSON. Use whenever the user wants a slide deck or presentation: from scratch, from source material, or by improving an existing file.
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, UI mockups, product shots, or transparent-background cutouts. Use when the result should be an image asset rather than repo-native SVG, HTML/CSS, or canvas.
visualize
A Chinese-language guide for creating interactive charts, diagrams, simulations, visual explanations, dashboards, visual comparisons, SVG or Canvas artwork, and interface prototypes in a Nexus conversation.
p5js
Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.
audiocraft-audio-generation
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
hyperframes
Render MP4/WebM videos from HTML compositions.