Slide To Video

v1.0.0

convert presentation slides into narrated slide video with this skill. Works with PPTX, PDF, KEY, PNG files up to 200MB. educators, marketers, business prese...

0· 20·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
The skill's name/description (convert slides to narrated videos) matches the runtime instructions and required credential (NEMO_TOKEN). One minor incoherence: the SKILL.md metadata lists a config path (~/.config/nemovideo/) but the registry metadata reported no required config paths — this is likely a documentation mismatch, not a functional red flag.
Instruction Scope
Instructions are focused on creating a session, uploading slides, streaming edits via SSE, polling export status, and returning a download URL. They do not instruct reading unrelated system files or other credentials. There is some ambiguous guidance about deriving an X-Skill-Platform header from the install path (mentions ~/.clawhub/ and ~/.cursor/skills/), which implies inspecting environment/install paths to set headers, but this is narrowly scoped and consistent with attribution headers described.
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes on-disk code risk; nothing is downloaded or executed by an installer.
Credentials
The skill only requires one credential (NEMO_TOKEN) which is proportional for a remote service API. The SKILL.md instructs generating an anonymous token via the service if a token isn't present. Be aware that tokens grant credits and expire after 7 days; the skill also indicates it will save session_id/token state (potentially under ~/.config/nemovideo/), which is expected but means sensitive tokens may be persisted locally.
Persistence & Privilege
The skill does not request always:true and is not unusually privileged. It does instruct saving session_id and setting/storing NEMO_TOKEN (session persistence), and may write to a service config directory (~/.config/nemovideo/). Autonomous invocation is allowed by default (normal for skills) — combine this with token persistence only if you need to restrict automatic calls.
Assessment
This skill appears to do what it claims: it uploads slides to mega-api-prod.nemovideo.ai, creates a short-lived service token (or uses one you set), and returns a video URL. Before installing or using it: (1) confirm you are comfortable uploading the slide contents to the external service (do not upload sensitive/private slides); (2) expect the skill to persist session state and tokens (likely under ~/.config/nemovideo/), so remove tokens when you no longer want access; (3) the anonymous token grants 100 credits and expires in 7 days — use a dedicated account/token if you need longer control; (4) ask the publisher for provenance/reputation of mega-api-prod.nemovideo.ai if you need stronger assurance; (5) if you want to avoid the agent invoking this skill autonomously, disable model invocation for the skill in your agent settings.

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

latestvk97eadh8z248tyj28mp1xtr0f585326c

License

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

Runtime requirements

🎞️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments