Editor Ai Simple

v1.0.0

Cloud-based editor-ai-simple tool that handles quickly editing raw footage without manual timeline work. Upload MP4, MOV, AVI, WebM files (up to 500MB), desc...

0· 60·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
medium confidence
Purpose & Capability
Name/description, endpoints, and required env var (NEMO_TOKEN) align with a cloud video-editing service. The skill declares session creation, upload, render, and credit endpoints consistent with editing/export functionality. Minor mismatch: registry metadata listed no config paths while the SKILL.md metadata references ~/.config/nemovideo/ for attribution; this is likely informational but worth noting.
Instruction Scope
SKILL.md explicitly directs the agent to check for NEMO_TOKEN, auto-obtain an anonymous token by POSTing to the provider's auth endpoint if missing, create sessions, upload user video files, stream SSE responses, and poll status. These actions are within the tool's editing scope. The instructions also require reading the skill's frontmatter and detecting install path to set X-Skill-Platform, which means the agent will access its local SKILL.md and environment/install path information — expected for attribution but requires filesystem access.
Install Mechanism
No install spec and no code files — instruction-only skill. No binaries or downloads are requested, so nothing is written to disk by an installer.
Credentials
Only one env var (NEMO_TOKEN) is required and is the declared primary credential. The skill can auto-provision an anonymous NEMO_TOKEN via the provider's anonymous-token endpoint, so no additional credentials are demanded. However, the token authorizes uploads and exports to an external service; requiring a token is proportionate but implies uploading potentially sensitive media to a remote host.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide settings. The skill maintains session_id and tokens for its own operations only. Autonomous invocation is allowed (platform default) but not elevated by other privileges.
Assessment
This skill behaves like a normal cloud video editor: it will upload your videos to https://mega-api-prod.nemovideo.ai and use a NEMO_TOKEN (which it can create anonymously) to run edits and produce exports. Before installing, consider: (1) the provider has no public homepage or verifiable identity in the package metadata — treat it as untrusted until verified; (2) do not upload sensitive or private footage unless you trust the service's storage/retention and privacy policy; (3) the agent will access the skill file and your agent install path for attribution headers — this requires local read access; (4) if you want to limit exposure, run with a throwaway/ephemeral token or test with non-sensitive media first. If you need higher assurance, ask the publisher for a privacy policy, data retention terms, and a verifiable homepage or organization identity before use.

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

latestvk97br1y8h5w1trv45tsn6cnkj584k6zt

License

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

Runtime requirements

✂️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments