Veo 3.1

v1.0.0

Generate videos with the NanoPhoto.AI Veo 3.1 API. Use when: (1) User wants Veo 3.1 text-to-video generation, (2) User wants Veo 3.1 generation from referenc...

0· 115·0 current·0 all-time
byNanoPhoto.AI@nanophotohq
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 match behavior: the bundled script only calls nanophoto.ai's Veo endpoints and implements text/reference/first-last-frame workflows. The only required credential is NANOPHOTO_API_KEY, which is appropriate for the stated API calls.
Instruction Scope
SKILL.md and the script confine operations to building shot payloads, POSTing to the generate/check-status endpoints, and optionally polling. The only local file read is the OpenClaw config (~/.openclaw/openclaw.json) to resolve a stored API key, which the docs explicitly declare.
Install Mechanism
No install spec; skill is instruction-only with a bundled Python script that uses the standard library for HTTP. Nothing is downloaded or written by an installer.
Credentials
Requires exactly one environment variable (NANOPHOTO_API_KEY). The script accepts an explicit --api-key override and falls back to environment or the declared OpenClaw config path; no other secrets or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not request permanent system-wide changes or modify other skills. It can be invoked autonomously (platform default), which is expected for an integration skill.
Assessment
This skill appears to do only what it says: submit shots to NanoPhoto's Veo 3.1 API and poll for status. Before installing: (1) ensure you're comfortable sending prompts and any image URLs to nanophoto.ai (image-based modes require public URLs), (2) store the API key in the platform's secure env setting rather than pasting it into chat, and (3) be aware the script will read ~/.openclaw/openclaw.json to resolve a saved key — make sure that file contains only appropriate data. If you need higher assurance, verify the API key management page on the vendor site and review the included script yourself.

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

latestvk976mmx7cdrtrda7yk4fmfxdh983hz22

License

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

Runtime requirements

EnvNANOPHOTO_API_KEY
Primary envNANOPHOTO_API_KEY

Comments