Photo To Video Ai Online

v1.0.0

convert images into animated photo videos with this skill. Works with JPG, PNG, WEBP, HEIC files up to 200MB. social media creators use it for turning photo...

0· 57·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
Name/description match the instructions: the SKILL.md documents uploading images, creating a session, queuing cloud GPU render jobs, and returning MP4s. The single declared credential (NEMO_TOKEN) is consistent with authenticating to the nemovideo.ai backend that the skill calls.
Instruction Scope
Instructions are focused on contacting mega-api-prod.nemovideo.ai endpoints, uploading files, managing sessions, and polling render status. They do instruct the agent to detect an install path (~/.clawhub/, ~/.cursor/skills/) to populate an attribution header and reference a local config path (~/.config/nemovideo/) in the YAML metadata; these filesystem checks are limited but worth noting as they touch local paths for attribution/config detection.
Install Mechanism
No install spec and no code files (instruction-only). That minimizes write-to-disk and arbitrary code install risk.
Credentials
The skill requires a single API token (NEMO_TOKEN), which is appropriate for a remote service integration. The instructions also describe creating an anonymous token when NEMO_TOKEN is absent. Slight inconsistency: registry metadata showed no required config paths, but the SKILL.md YAML frontmatter lists configPaths ("~/.config/nemovideo/") — this mismatch should be clarified because it implies the skill may read a local config directory.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent installation or elevated platform privileges in the provided instructions.
Assessment
This skill appears to do what it says: it will upload images to nemovideo.ai and return rendered MP4s. Before installing/using it, consider: (1) Privacy: your images are uploaded to an external service — do not send sensitive images you wouldn't want shared. (2) Token scope: only provide a NEMO_TOKEN scoped for this service; prefer using the anonymous-token fallback if you don't want to supply a persistent token. (3) Metadata mismatch: the SKILL.md references a local config path (~/.config/nemovideo/) and checks install paths for attribution headers while the registry lists no config paths — ask the publisher to confirm whether the skill reads that directory and what it stores. (4) Verify the service domain (mega-api-prod.nemovideo.ai) and the skill provenance (source is unknown); if you need stricter guarantees, request source code or a trusted publisher. If these points are acceptable, the skill is internally coherent for its stated purpose.

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

latestvk97djme7v7bhhs1x2fdzph8eah84nv2f

License

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

Runtime requirements

🖼️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments