Ai Video Flip

v1.0.0

Flip videos horizontally or vertically with AI — correct mirrored selfie recordings, create artistic flip effects, fix upside-down footage, produce split-scr...

0· 83·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 name/description (video flip/transform) match the runtime instructions, which call a NemoVideo API endpoint and describe flip operations. The operations, parameters, and the use of an Authorization Bearer token are coherent with a cloud video-processing service.
Instruction Scope
The SKILL.md instructs the agent to POST JSON to https://mega-api-prod.nemovideo.ai/api/v1/generate with an Authorization header using $NEMO_TOKEN — this stays within the stated purpose. Small gaps: the doc does not detail how to upload raw video data (multipart upload, URLs, or pre-signed uploads), and it references preserving audio sync and text detection without showing exact data flows — but these are capability descriptions rather than instructions to access unrelated local files or secrets.
Install Mechanism
No install spec or downloaded code — instruction-only skill. No binaries or archives are fetched/written, so there is minimal on-disk install risk.
Credentials
The skill requires an API credential (NEMO_TOKEN) to call the remote service, which is proportionate for a hosted video-processing API. Minor metadata inconsistency: registry lists no required env vars but sets primaryEnv to NEMO_TOKEN and includes a config path (~/.config/nemovideo/). The SKILL.md example uses $NEMO_TOKEN, so the token is actually required — this should be clarified in the manifest.
Persistence & Privilege
The skill does not request persistent/always-on presence (always: false). It does not modify other skills or system settings in its instructions. Autonomous invocation is allowed by platform default but is not combined with other concerning privileges here.
Assessment
This skill simply calls a remote NemoVideo API to flip videos and expects an API token (NEMO_TOKEN). Before installing, confirm you trust the nemo domain (mega-api-prod.nemovideo.ai) and the service's privacy/retention policy because your videos will be sent to that external service. Ensure the NEMO_TOKEN you provide has appropriate scope and is stored securely (the manifest references ~/.config/nemovideo/ — check whether the agent will read/write that path). Also ask the skill author or registry owner to fix the manifest inconsistency (primaryEnv declared but requires.env empty) and to document how videos are uploaded (multipart/form-data, URLs, or signed uploads) so you understand what data leaves your device.

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

latestvk97ch7zv2dng14a1dexpmrvcdx83sx1m

License

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

Runtime requirements

🔃 Clawdis
Primary envNEMO_TOKEN

Comments