Script Generator

v1.0.0

generate topic or idea into ready-to-use scripts with this skill. Works with TXT, DOCX, PDF, MP4 files up to 200MB. YouTubers, content creators, marketers us...

0· 74·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, the API endpoints in SKILL.md, the render/upload/export workflows, and the single required env var (NEMO_TOKEN) are coherent: they all relate to using a Nemo Video backend to generate scripts and render media.
Instruction Scope
Instructions are focused on connecting to the nemo-api, session management, SSE message flow, uploads, and exports. They ask the agent to detect install path (to set X-Skill-Platform) and to read this file's YAML frontmatter for attribution headers — a small local file/read requirement that is plausible for setting request headers but is broader than strictly necessary for pure script generation.
Install Mechanism
No install spec and no code files are present (instruction-only skill), so nothing is written to disk or fetched during install. This is the lowest-risk pattern for installation.
Credentials
Only NEMO_TOKEN is declared as required (and the SKILL.md provides a fallback anonymous-token flow). That single credential is proportional to a service that requires authenticated requests. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always:false (no forced persistent inclusion). The skill does not request system-wide modification privileges or access to other skills' credentials. It will make outbound calls to the Nemo backend, which is expected for the stated functionality.
Assessment
This skill integrates with nemo-video's API and either uses a provided NEMO_TOKEN or obtains a short-lived anonymous token; if you install or run it, be aware that any files you upload (up to ~200MB) and the content of prompts will be sent to https://mega-api-prod.nemovideo.ai for processing. If you care about privacy, do not upload sensitive data or secrets, and consider using an anonymous token (the skill supports obtaining one) instead of a long-lived NEMO_TOKEN. The skill will read a small local path (to set an X-Skill-Platform header) and its own YAML frontmatter for attribution — this is likely harmless but means it checks certain filesystem locations. No installers or extra credentials are required, and the behavior described in SKILL.md matches the declared purpose.

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

latestvk978wjn2wpm7b7zcc881gtga9184qm1b

License

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

Runtime requirements

📝 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments