Search inside videos, generate summaries, and analyze video content using TwelveLabs video understanding AI. Use when the user wants to find moments in a vid...
Security Analysis
high confidenceThe skill's requirements and instructions match its stated purpose (using TwelveLabs to index, search, and analyze videos); nothing requested is disproportionate or unexplained.
Name/description, required binary (python3), and the single required env var (TWELVE_LABS_API_KEY) all align with using the TwelveLabs Python SDK to upload, index, search, and analyze video content.
SKILL.md provides concrete Python snippets for initializing the SDK, uploading assets (from URL or local file), indexing, polling, searching, and analysis. These instructions stay within the stated purpose. Note: uploading a local file (open('/path/to/video.mp4','rb')) will transmit that file to the TwelveLabs service — users should be aware this sends video data off-host and may have privacy/billing implications.
The skill is instruction-only (no code files). SKILL.md metadata and examples recommend installing the public 'twelvelabs' Python package via pip (python3 -m pip install twelvelabs). This is a standard public package/install method. Minor inconsistency: registry install spec shows none while SKILL.md includes a pip install entry in its metadata; platform installers may not auto-install the SDK.
Only TWELVE_LABS_API_KEY is required and is the declared primary credential; this is appropriate for authenticating to TwelveLabs. No unrelated secrets, extra config paths, or broad credentials are requested.
always is false and the skill can be invoked normally by the agent. The skill does not request persistent system-wide privileges or claim to modify other skills/config — nothing privileged or force-included is requested.
Guidance
This skill will send videos (and any local files you explicitly upload) to TwelveLabs using the TWELVE_LABS_API_KEY you provide. Only install if you trust TwelveLabs' data handling, retention, and billing practices. Be mindful not to upload sensitive videos unless allowed. The SKILL.md recommends installing the public 'twelvelabs' pip package — check that package's source (repository linked in SKILL.md) if you want to review its code. Provide an API key with appropriate scope/limits, monitor its usage, and rotate/revoke it if you stop using the skill. Finally, note a small metadata inconsistency: the registry lists no install spec while SKILL.md includes a pip install recommendation — ensure the runtime environment has the 'twelvelabs' SDK available before using the skill.
Latest Release
v1.0.2
Remove MCP server references from skill file
Popular Skills
A Stock Monitor
@jame-mei-ltp · 24 stars
Real Estate Intelligence
@James-southendsolutions · 6 stars
AIOps Agent
@jame-mei-ltp · 3 stars
Geospacial relationship between two locations
@James-southendsolutions · 2 stars
Broad Location Entity Query
@James-southendsolutions · 2 stars
Route between two locations
@James-southendsolutions · 2 stars
Published by @james-le-twelve-labs on ClawHub