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 twelvelabs-io/twelve-labs-claude-code-plugin/plugin install twelvelabsWrote 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/twelvelabs-io/twelve-labs-claude-code-plugin/index)<a href="https://agentmods.dev/skills/twelvelabs-io/twelve-labs-claude-code-plugin/index"><img src="https://agentmods.dev/badge/skills/twelvelabs-io/twelve-labs-claude-code-plugin/index/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/twelvelabs-io/twelve-labs-claude-code-plugin/index"><img src="https://agentmods.dev/badge/skills/twelvelabs-io/twelve-labs-claude-code-plugin/index.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.00048 | $0.01022 |
| Opus 5 | $0.00024 | $0.00511 |
| Sonnet 5 | $0.00010 | $0.00204 |
| Haiku 4.5 | $0.00005 | $0.00102 |
Grade A, and why
index 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 9d 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 — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Index Videos for AI Analysis
Index local video files or remote URLs for AI search and analysis using TwelveLabs. Once indexed, videos can be searched with natural language and analyzed to generate summaries, chapters, highlights, and more.
When to Use This Skill
Use this skill when the user:
- Explicitly asks to index a video ("index this video", "add this video")
- Wants to enable AI search on a video ("I want to search this video")
- Mentions a video file/URL they want to work with ("process this video file")
- Provides a video path or URL in context of wanting to analyze it
Instructions
Step 1: Identify the Video Source
Extract the video path or URL from the user's message:
- Local file path:
/path/to/video.mp4,./video.mp4,~/Videos/demo.mov - Remote URL:
https://example.com/video.mp4 - Google Drive link:
https://drive.google.com/file/d/FILE_ID/view
If no path/URL is provided, ask the user:
Please provide the video file path or URL you'd like to index.
Examples:
- Local file: /path/to/video.mp4 or ./video.mp4
- Remote URL: https://example.com/video.mp4
- Google Drive: https://drive.google.com/file/d/FILE_ID/view
Step 2: Validate the Input
For Local Files:
- Resolve relative paths to absolute paths
- Verify the file exists
- Check file extension is supported:
.mp4,.mov,.avi,.mkv,.webm
Validation errors:
- File not found: "Video file not found at:
<path>. Please check the path and try again." - Unsupported format: "Unsupported video format:
<extension>. Supported formats: mp4, mov, avi, mkv, webm"
For URLs:
- Verify URL starts with
http://orhttps:// - Note if it's a Google Drive link (special handling)
Step 3: Start Video Indexing
Use the mcp__twelvelabs-mcp__start-video-indexing-task tool:
For Local Files:
Tool: mcp__twelvelabs-mcp__start-video-indexing-task
Parameters:
videoFilePath: "<absolute-path-to-video>"
For URLs (including Google Drive):
Tool: mcp__twelvelabs-mcp__start-video-indexing-task
Parameters:
videoUrl: "<url>"
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.
- 9d ago First seen · 123 lines · 48 tokens per session scan A 2bf543409c7c
index is a skill published in the GitHub repository twelvelabs-io/twelve-labs-claude-code-plugin (23 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 1,022 once invoked, about $0.0002 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
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.