Video Maker Export Code Roblox

v1.0.0

Turn a 30-second Roblox gameplay screen recording into 1080p exported Roblox videos just by typing what you need. Whether it's exporting Roblox gameplay vide...

0· 47·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
The skill claims to export Roblox video clips and only requests a single service credential (NEMO_TOKEN) and references a nemovideo config path in its frontmatter — these align with the stated cloud render purpose. Minor inconsistency: the registry metadata listed no required config paths, while the SKILL.md frontmatter mentions ~/.config/nemovideo/.
Instruction Scope
Instructions direct the agent to obtain/use a bearer token (or request an anonymous token), create a session, upload user-provided video files, poll render jobs (SSE), and return download URLs. This is within the expected scope for a cloud video-export skill, but it explicitly sends user video data and session tokens to https://mega-api-prod.nemovideo.ai — a privacy/consent consideration rather than a functional mismatch. The skill also instructs detection of an install path to populate X-Skill-Platform which may require reading agent runtime paths.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk by an installer. This is the lowest-risk installation model.
Credentials
Only NEMO_TOKEN is required as the primary credential, which is proportional to calling the described API. The SKILL.md also describes generating an anonymous token when NEMO_TOKEN is absent. The frontmatter's configPaths (~/.config/nemovideo/) appears in the SKILL.md but was not listed in the registry's required config paths — this mismatch should be clarified.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It instructs saving a session_id for job tracking, which is normal for a session-based cloud API.
Assessment
This skill uploads the videos you send to a third-party service (mega-api-prod.nemovideo.ai) and uses or generates a bearer token (NEMO_TOKEN) to do so. Before installing, confirm you trust that service and are comfortable with your videos and session metadata being transmitted and stored there. Ask the publisher to clarify the config path usage (~/.config/nemovideo/) and where session_id and tokens are stored, and avoid using sensitive or private footage unless you trust the vendor. If you do not already have a NEMO_TOKEN, the skill will create an anonymous token with limited expiry — that is expected behavior but still results in data leaving your machine.

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

latestvk979d33fg2t3qdj3dmbjk35v7d84sb6w

License

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

Runtime requirements

🎮 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments