Screen Video Maker

v1.0.0

Skip the learning curve of professional editing software. Describe what you want — trim the pauses, add captions, and export as a shareable tutorial video —...

0· 54·0 current·0 all-time
bypeandrover adam@peand-rover
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 name/description match the declared requirements: a single NEMO_TOKEN credential and a nemovideo.ai API are required for cloud video processing. The declared config path (~/.config/nemovideo/) and primaryEnv (NEMO_TOKEN) are consistent with a cloud rendering backend.
Instruction Scope
SKILL.md instructs the agent to obtain or use NEMO_TOKEN, create sessions, upload user-provided video files, send SSE messages, poll render status, and download results — all expected for this service. It does instruct deriving an X-Skill-Platform header by inspecting common install paths (e.g., ~/.clawhub/, ~/.cursor/skills/) which requires checking the agent's filesystem; this is minor scope creep but explainable for attribution headers. The skill does not request unrelated file reads or other system credentials.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. That is low-risk and appropriate here.
Credentials
Only one environment variable (NEMO_TOKEN) is required and it is the primary credential used for all API calls. The skill also documents how to obtain an anonymous token if one is not present; no other secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not force-included (always:false). It will autonomously call the remote API when first opened (automatic anonymous token acquisition if NEMO_TOKEN absent) which is expected for a cloud editor but means the agent will perform network activity on open. It does not request system-wide config modifications or other skills' credentials.
Assessment
This skill appears to do what it says: it uploads your screen recordings to nemovideo.ai for cloud editing and returns edited videos. Before installing or invoking it, consider: (1) You will be sending video files to a third-party domain (mega-api-prod.nemovideo.ai) — check their privacy/terms for how uploaded media and transcripts are stored and used. (2) If NEMO_TOKEN is not set, the skill will automatically request an anonymous token and store a session id for subsequent API calls; if you prefer explicit consent, set your own NEMO_TOKEN ahead of time or avoid opening the skill until you are ready. (3) The skill may inspect common install paths to set an attribution header — if you don’t want the agent to read its install path, avoid invoking the skill or restrict its filesystem access. Overall this skill is internally consistent, but treat uploads of private or sensitive video content cautiously and confirm the service’s data retention/policy before use.

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

latestvk971y8esyvsdvb3kqexq8xemj184pgxr

License

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

Runtime requirements

🖥️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments