TwelveLabs Video Intelligence

v1.0.1

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...

1· 51·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (video search/analysis) align with required items: python3 and TWELVE_LABS_API_KEY. Examples and API calls in SKILL.md all use the TwelveLabs SDK and reference video assets, indexing, search, and analysis as expected.
Instruction Scope
SKILL.md only instructs installation of the TwelveLabs SDK, use of the TWELVE_LABS_API_KEY, uploading/indexing videos, polling indexing status, and calling search/analysis APIs. It does not ask for unrelated files, system credentials, or to transmit data to endpoints other than the TwelveLabs service.
Install Mechanism
No registry install spec in the bundle, but the SKILL.md recommends 'python3 -m pip install twelvelabs' and the embedded metadata lists a pip install. Installing a PyPI package is expected for this use, but pip packages are third-party code — moderate trust is required. The skill does not download arbitrary URLs or execute unknown installers.
Credentials
Only TWELVE_LABS_API_KEY is required and declared as primaryEnv. The SKILL.md uses only that environment variable; no unrelated secrets, config paths, or extra credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system-wide privileges or modify other skills' configs. Autonomous invocation is enabled (platform default) but not combined with other red flags.
Assessment
This skill is an instruction-only adapter for the TwelveLabs Python SDK and appears coherent. Before installing or using it: 1) Verify you trust the TwelveLabs service and understand billing/retention policies — uploaded videos may be stored/processed by the vendor. 2) Review the twelvelabs PyPI package and its source (or the linked repository) if you need assurance about what client code will run. 3) Use an API key with least privilege and avoid uploading sensitive videos unless you accept the provider's data handling terms. 4) Installing via pip will add third-party code to your environment; consider doing this in an isolated virtualenv/container. If you want extra safety, ask the skill author for a signed source URL or a vetted package checksum.

Like a lobster shell, security has layers — review code before you run it.

latestvk9764eja2dw0kx34kk6f97dz99844kmk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
Binspython3
EnvTWELVE_LABS_API_KEY
Primary envTWELVE_LABS_API_KEY

Comments