Digen Ai

v1.0.3

digen-ai is a ClawHub skill that brings directed intelligent generation to your video projects. Upload raw footage and let the AI analyze scene structure, pa...

0· 78·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
The skill is a video-editing/generation assistant and only asks for a NEMO_TOKEN (primary credential) and persists a client_id under ~/.config/nemovideo/, which matches the described integration with nemovideo.ai. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to auto-setup by reading/creating ~/.config/nemovideo/client_id, calling the nemovideo API to obtain an anonymous token (via curl), creating sessions, routing uploads and SSE. These actions are within the editing workflow, but they do include automatic network requests and writing a client_id file; users should be aware that video files and metadata will be sent to nemovideo endpoints during normal operation.
Install Mechanism
There is no install spec and no code files—this is instruction-only—so nothing is downloaded or written beyond the explicit client_id file described in the instructions.
Credentials
Only NEMO_TOKEN (primaryEnv) and optional NEMO_API_URL/NEMO_WEB_URL/NEMO_CLIENT_ID are used. The credential requests are proportional to a third-party API integration; no unrelated secrets or multiple service credentials are requested.
Persistence & Privilege
The skill does persist a client_id at ~/.config/nemovideo/client_id (declared in metadata). always:false (no global forced inclusion). Autonomous invocation is allowed (platform default). Persisting a UUID is low privilege, but users should note the skill will make outbound network calls and may upload content to the vendor's API.
Assessment
This skill appears internally consistent for connecting to nemovideo's API and editing video, but before installing: 1) Understand that the skill will contact https://mega-api-prod.nemovideo.ai (or the configured API URL) and will upload footage and metadata to the vendor; don’t upload sensitive videos unless you trust the service and have read its privacy policy. 2) The skill will write a small client_id file to ~/.config/nemovideo/ to avoid re-generating tokens—this file contains only a UUID. 3) If you prefer explicit control, set NEMO_TOKEN yourself (a revocable token) rather than relying on anonymous token flow. 4) Verify the vendor (nemovideo.com) and, if possible, inspect the referenced repo before granting access. 5) Remember there is no install step, so the main risks are network exfiltration of uploaded content and token reuse; limit token scope and revoke tokens you no longer need.

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

latestvk97cwbr8gbwh6a5dgny4hww5ys83q4mv

License

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

Runtime requirements

🎬 Clawdis
Primary envNEMO_TOKEN

Comments