← Back to Skills Marketplace
Vivideo
by
whitejohnk-26
· GitHub ↗
· v1.0.1
· MIT-0
107
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vivideo
Description
Turn raw footage into polished, insight-rich video content with vivideo — the AI skill built for creators, editors, and teams who work with video every day....
Usage Guidance
This skill otherwise looks like a legitimate integration with NemoVideo, but review these points before installing:
- Expect that any video you upload will be transmitted to nemo's servers; do not send sensitive or private footage unless you trust their service and privacy policy.
- The SKILL.md suggests generating or using a NEMO_TOKEN and then embedding that token in a workspace-claim URL — tokens in URLs can leak via browser history, referrer headers, or logs. Ask the vendor to avoid placing tokens in query parameters (use short-lived, one-time codes or POST flows instead) or confirm that the token included is deliberately ephemeral and safe to expose.
- Clarify where session_id and any obtained tokens are stored and how long they persist. Prefer in-memory/session-only storage or an encrypted credential store rather than writing long-lived tokens to disk.
- Verify the skill's provenance: the registry source is unknown; check the GitHub repository (https://github.com/nemovideo/nemovideo_skills) and NemoVideo's official site to confirm this package is legitimate and not an impersonation.
- If you must test, use an account/token with minimal privileges/credits or the anonymous/demo token rather than production credentials. Ask for more precise docs about logging, retention, and token handling; absence of those details increases risk.
If you want, I can produce a checklist of questions to ask the vendor or propose safer token-handling changes to the SKILL.md.
Capability Analysis
Type: OpenClaw Skill
Name: vivideo
Version: 1.0.1
The 'vivideo' skill is a legitimate AI-powered video analysis and editing assistant that integrates with the NemoVideo API (mega-api-prod.nemovideo.ai). The SKILL.md file provides clear instructions for the agent to manage sessions, handle file uploads, and process video tasks. While it performs automated setup—including generating a client ID in ~/.config/nemovideo/ and fetching an anonymous token—these actions are transparently documented and strictly necessary for the skill's stated functionality. No indicators of data exfiltration, malicious execution, or deceptive prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description, required env var (NEMO_TOKEN), and all documented endpoints reference the NemoVideo service; there are no unrelated credentials or unrelated binaries requested. The skill is coherent with a video-processing assistant.
Instruction Scope
The SKILL.md instructs the agent to create a client_id file under ~/.config/nemovideo/, obtain anonymous tokens, create and persist session IDs, upload user video files to the external NemoVideo API, and include attribution headers. These actions are expected for this purpose, but there are two issues: (1) the doc asks not to display raw tokens yet instructs the agent to construct a claim URL that embeds the token as a query parameter (token exposure risk via history/referrers/logs), and (2) it is vague about where/how session_id is stored and for how long — this ambiguity can lead to persistent secrets on disk or logs.
Install Mechanism
Instruction-only skill with no install spec or code to download; nothing is written to disk by an installer. The only filesystem action described is creating a small client_id file in a declared config path, which is proportionate for rate-limiting.
Credentials
Only one credential (NEMO_TOKEN) is required and declared as primary, which fits the service. However, the skill's flow will obtain (and/or accept) a token automatically and then instruct including that token in a claim URL — this is not proportional from a privacy perspective because tokens in URLs are easily leaked. The skill also suggests probing install paths to determine platform (reading home paths), which is minor but should be noted.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation. It will write a client_id file into the declared config path (metadata lists ~/.config/nemovideo/), which is expected. The only concern is unspecified session storage location and retention, which could lead to longer-lived tokens/sessions if implemented carelessly.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vivideo - After installation, invoke the skill by name or use
/vivideo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
vivideo 1.0.1 Changelog
- Updated documentation in SKILL.md for improved clarity and onboarding.
- Refined skill description and usage examples to better reflect real-world workflows and user needs.
- Reorganized feature explanations to make supported use cases and API routing more discoverable.
- No functional or API changes; this update is documentation only.
v1.0.0
Vivideo 1.0.0 — Transform raw footage into actionable video intelligence with AI-powered analysis.
- Initial release of Vivideo AI Video Skill for ClawHub.
- Upload or link video files (mp4, mov, avi, webm, mkv) for scene breakdowns, transcripts, content summaries, and visual analysis.
- Automatic onboarding: instant backend connection, session management, and free anonymous authentication flow.
- Supports key operations like export, credits, status checks, uploads, and advanced editing via API.
- Clear session and error handling to ensure seamless user experience with real-time feedback.
Metadata
Frequently Asked Questions
What is Vivideo?
Turn raw footage into polished, insight-rich video content with vivideo — the AI skill built for creators, editors, and teams who work with video every day.... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Vivideo?
Run "/install vivideo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vivideo free?
Yes, Vivideo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vivideo support?
Vivideo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vivideo?
It is built and maintained by whitejohnk-26 (@whitejohnk-26); the current version is v1.0.1.
More Skills