← 返回 Skills 市场
tate-kt

(Google) Veo 3 Video Gen

作者 mango_fish · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ⚠ suspicious
342
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install veo-video-gen
功能描述
Generate videos using Pixwith API's Veo 3.1 model. Supports text-to-video and image-to-video (start/end frames). Two tiers: Fast (quick preview) and Pro (HD...
安全使用建议
This skill appears to implement the Pixwith Veo video-generation API and asks for a PIXWITH_API_KEY, which is reasonable. However, the published registry metadata omitted that required API key — ask the publisher or registry maintainer to correct the metadata before installing. Confirm you trust https://pixwith.ai and are willing to send any images you provide to Pixwith/S3 (presigned uploads expire in ~10 minutes). Store the PIXWITH_API_KEY in your platform's secret manager (not in plain chat) and verify network permissions only allow the listed domains if your platform supports domain-restricted network access. As a precaution, test with non-sensitive, low-cost (Fast tier) jobs first and verify responses look legitimate. If the publisher cannot explain the metadata mismatch, treat the package as untrusted and do not provide sensitive images or credentials.
功能分析
Type: OpenClaw Skill Name: veo-video-gen Version: 1.0.7 The skill provides a legitimate interface for AI video generation using the Pixwith Veo 3.1 API. It defines standard workflows for text-to-video and image-to-video tasks, utilizing curl for API requests and image uploads to S3-compatible storage. Permissions are appropriately restricted to the necessary API domains (api.pixwith.ai, uploads.pixwith.ai, and *.amazonaws.com) and user-provided image files, with no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The SKILL.md describes a text-to-video and image-to-video integration with Pixwith Veo 3.1 and the network hosts it needs (api.pixwith.ai, uploads.pixwith.ai, and S3) — that matches the stated purpose. However, the registry metadata provided with the skill claims 'Required env vars: none' and 'Primary credential: none' while the SKILL.md explicitly requires PIXWITH_API_KEY. This mismatch is unexpected and reduces trust.
Instruction Scope
Runtime instructions are detailed and stay within video-generation scope: checking credits, creating tasks, polling status, obtaining presigned upload data, and uploading images via presigned S3 form fields. The skill asks the agent to read user-supplied local image files (explicitly allowed) and to post them to presigned upload URLs. It also tells the agent to treat API response tokens as opaque and reuse them exactly. Nothing in the instructions asks the agent to access unrelated local files, other credentials, or to exfiltrate arbitrary data, but the agent will transmit any uploaded user images to third-party storage (Pixwith/S3).
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing will be written to disk by an installer. That minimizes install-time risk.
Credentials
The SKILL.md requires a single service credential (PIXWITH_API_KEY), which is proportional for a third-party API integration. The problem is the registry metadata omitted this requirement. That inconsistency is important: if the platform does not surface or protect PIXWITH_API_KEY appropriately, the skill will fail or the runtime might prompt for credentials unexpectedly. The skill also requests network access to *.amazonaws.com for presigned uploads — expected for S3-backed uploads but worth noting since it permits access to many hosts under that domain pattern.
Persistence & Privilege
The skill does not request persistent installation privileges (always: false) and declares it will not modify agent config or write files. Autonomous invocation is enabled by default, which is normal; there is no request for elevated or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install veo-video-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /veo-video-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
veo-video-gen 1.0.7 - Added a critical warning to never alter any API response values (such as task_id, result_urls, image_url, upload_url, or fields): always use them exactly as returned from the API to avoid errors or broken links. - Emphasized storing and passing API response tokens verbatim in all example workflows and instructions for both text-to-video and image-to-video tasks. - No changes to code or implementation; documentation and usage guidance update only.
v1.0.6
veo-video-gen 1.0.6 - Updated setup instructions to clarify API key provision and verification through standard environment variables or secret managers. - Now instructs users to provide the Pixwith API key via their runtime environment or hosting platform, not by file editing. - Enhanced error guidance for cases of missing or invalid API keys. - No functional changes to workflows or capabilities.
v1.0.5
No user-visible changes in this release. - Version bump only; no updates or file changes detected.
v1.0.4
- Added a dedicated metadata section with version, publisher, homepage, categories, tags, and environment variable details. - Explicitly listed required permissions for network access and filesystem usage. - Declared skill capabilities, such as check_credits, text_to_video, image_to_video, image_upload, task_creation, and task_status_polling. - No changes to core workflow or functionality.
v1.0.3
- Updated skill setup instructions: the environment variable configuration key is now "veo-video-gen" instead of "pixwith-veo3-1". - No other changes detected to functionality, workflows, or defaults.
v1.0.2
**Major update: Skill now focuses on generating Veo 3.1 videos through the Pixwith API, supporting text-to-video and image-to-video.** - Removed non-video documentation and all sample/reference files not relevant to Veo 3.1 video generation. - Skill now requires only a PIXWITH_API_KEY as environment variable for setup. - Detailed, streamlined instructions for text-to-video and image-to-video workflows, including API usage and file upload steps. - Clarifies Fast (quick preview) and Pro (HD with audio) tiers, defaulting to Fast unless user requests otherwise. - Table-based summaries of pricing, tier differences, parameters, and error handling. - All previous references, snapshots, and examples for image generation removed to reflect new focus.
v1.0.1
- Minor update: documentation formatting improved for setup guidance. - Added bullet points to setup instructions for clarity. - No changes to functionality or tool logic.
v1.0.0
- Initial release of veo-video-gen skill for integration with Pixwith AI via MCP. - Supports generating images and videos from text or reference images. - Guides users through first-time Pixwith MCP setup, including API key configuration. - Handles model selection dynamically and enforces schema-based parameter validation. - Enables job status polling and credit checks before long-running or costly tasks. - Provides ready-to-use MCP configuration examples and setup instructions.
元数据
Slug veo-video-gen
版本 1.0.7
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 8
常见问题

(Google) Veo 3 Video Gen 是什么?

Generate videos using Pixwith API's Veo 3.1 model. Supports text-to-video and image-to-video (start/end frames). Two tiers: Fast (quick preview) and Pro (HD... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。

如何安装 (Google) Veo 3 Video Gen?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install veo-video-gen」即可一键安装,无需额外配置。

(Google) Veo 3 Video Gen 是免费的吗?

是的,(Google) Veo 3 Video Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

(Google) Veo 3 Video Gen 支持哪些平台?

(Google) Veo 3 Video Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 (Google) Veo 3 Video Gen?

由 mango_fish(@tate-kt)开发并维护,当前版本 v1.0.7。

💬 留言讨论