← Back to Skills Marketplace
Veo 3.1
by
NanoPhoto.AI
· GitHub ↗
· v1.0.0
· MIT-0
192
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nanophoto-veo-3-1
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: nanophoto-veo-3-1
Version: 1.0.0
The skill provides a legitimate interface for the NanoPhoto.AI Veo 3.1 video generation API. The Python script (scripts/veo_3_1.py) uses standard libraries to handle API requests and polling, with credential resolution limited to the specific NANOPHOTO_API_KEY and a documented configuration file (~/.openclaw/openclaw.json). No evidence of data exfiltration, malicious execution, or prompt injection was found across the code or documentation.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nanophoto-veo-3-1 - After installation, invoke the skill by name or use
/nanophoto-veo-3-1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Generate Veo 3.1 videos with text-to-video, reference-image, and first/last-frame workflows. Supports multi-shot jobs up to 21 shots, 720p/1080p/4k resolution rules, status checks, and optional in-process polling from a single compliant script.
Metadata
Frequently Asked Questions
What is Veo 3.1?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.
How do I install Veo 3.1?
Run "/install nanophoto-veo-3-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Veo 3.1 free?
Yes, Veo 3.1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Veo 3.1 support?
Veo 3.1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Veo 3.1?
It is built and maintained by NanoPhoto.AI (@nanophotohq); the current version is v1.0.0.
More Skills