Editor Ai

v1.0.0

Cloud-based editor-ai tool that handles automatically editing raw footage into polished videos. Upload MP4, MOV, AVI, WebM files (up to 500MB), describe what...

0· 14·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, declared config path (~/.config/nemovideo/), and required env var (NEMO_TOKEN) all align with a cloud video-editing backend. Endpoints and operations (upload, render, credits, state) are consistent with the stated purpose.
Instruction Scope
Instructions are specific about authentication, session creation, SSE handling, uploads, and polling. They explicitly tell the agent to obtain/refresh an anonymous token and to include it in Authorization headers. The runtime directions also instruct the agent not to display raw API responses or token values to the user (reduces transparency). The skill will upload user media to an external domain (mega-api-prod.nemovideo.ai) — this is expected for a cloud editor but is a privacy/transfer of data consideration rather than an incoherence.
Install Mechanism
No install spec or downloaded code — instruction-only skill. This minimizes disk footprint and installation risk.
Credentials
Only a single service credential (NEMO_TOKEN) and an optional config path are requested, which is proportionate for a cloud editing service. The skill includes a flow to obtain an anonymous token if none is present, which explains the primaryEnv usage.
Persistence & Privilege
always:false and normal agent invocation. The skill does not request elevated or cross-skill configuration changes. It expects to store session IDs/tokens for the session but does not request system-wide privileges.
Assessment
The skill appears internally consistent with a cloud video-editing service: it uploads the user’s media to mega-api-prod.nemovideo.ai and uses a single service token (NEMO_TOKEN), which the skill can obtain anonymously if not provided. Before installing, confirm you are comfortable with uploading your videos (privacy/retention concerns) to that hostname and with the skill obtaining/storing an ephemeral token. Because the skill hides raw API responses and token values from the UI, verify whether tokens are persisted to disk or kept only in memory if that matters to you. If you need stronger assurance, ask the publisher for a homepage/terms/privacy link or request a code bundle (so you can review exact request/ storage behaviour).

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

latestvk97dhq64jx48ey1535e6hc7g8x84kg4x

License

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

Runtime requirements

✂️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments