← 返回 Skills 市场
jytech2023

Xpilot Ad Maker

作者 jytech2023 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xpilot-ad-maker
功能描述
Generate a 30-second cinematic ad video with consistent character, AI narration, brand overlays, and ambient music. Uses Vidu reference-to-video for characte...
安全使用建议
This skill appears to do what it says: generate a protagonist image, create four Vidu reference2video clips, synthesize narration, compose with ffmpeg, and upload outputs to your Cloudflare R2 bucket. Before installing, consider: 1) Only provide API keys you control and are comfortable using for this purpose; prefer scoped/limited keys for R2 (bucket-limited) and ensure VIDU/WAVESPEED/REPLICATE keys are in accounts you trust. 2) Uploaded assets are served from R2_PUBLIC_URL — they will be publicly reachable if that URL is a public bucket. 3) The scripts load .env.local via dotenv — keep secrets out of repos and test in an isolated environment. 4) The code hard-codes a macOS font path (non-fatal) and uses ffmpeg-static bundled binary. If you want extra caution, run in a disposable environment or with dummy/test keys first, or review/modify the code to restrict R2 key permissions (put-only on a dedicated bucket).
功能分析
Type: OpenClaw Skill Name: xpilot-ad-maker Version: 0.1.0 The skill bundle is a legitimate automation pipeline for generating AI-driven video advertisements using Vidu, Wavespeed, and Replicate APIs. It uses standard libraries like @aws-sdk/client-s3 for storage and ffmpeg-static for video processing, with all external commands executed safely via execFileSync using argument arrays. No evidence of data exfiltration, malicious execution, or prompt injection was found; the environment variables requested are strictly necessary for the stated functionality.
能力评估
Purpose & Capability
Name/description ask for Vidu (video), Wavespeed (image), Replicate (TTS), and Cloudflare R2 (storage); the code and SKILL.md use exactly those services. Required env vars (VIDU_API_KEY, WAVESPEED_API_KEY, REPLICATE_API_KEY, R2_* vars) and node/ffmpeg usage are proportionate to the described pipeline.
Instruction Scope
SKILL.md and the TypeScript scripts only direct the agent to call Wavespeed, Vidu, Replicate, download/upload assets to R2, run ffmpeg via the ffmpeg-static binary, and write temporary files. There are no instructions to read unrelated system files, secrets beyond declared env vars, or to exfiltrate data to unexpected endpoints. The scripts do read .env.local (dotenv) which is expected for local creds.
Install Mechanism
Install steps are limited to npm-installed tools (tsx and ffmpeg-static) declared in package.json. No arbitrary remote downloads or extract operations from unknown URLs are present. Using ffmpeg-static is standard for bundling ffmpeg.
Credentials
All required environment variables are justified by the workflow: Vidu/Wavespeed/Replicate API keys for their respective services and R2 credentials + public URL for storing and serving generated assets. The number of env vars aligns with the task. Note: R2 credentials grant write access to a bucket and assets uploaded will be publicly accessible at R2_PUBLIC_URL, which is expected but important to understand.
Persistence & Privilege
The skill does not request always:true, does not alter other skills or agent-wide settings, and performs normal ephemeral operations (temp files, uploads). It requires standard API keys but does not attempt to persist agent configuration or elevate privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xpilot-ad-maker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xpilot-ad-maker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug xpilot-ad-maker
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Xpilot Ad Maker 是什么?

Generate a 30-second cinematic ad video with consistent character, AI narration, brand overlays, and ambient music. Uses Vidu reference-to-video for characte... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Xpilot Ad Maker?

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

Xpilot Ad Maker 是免费的吗?

是的,Xpilot Ad Maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Xpilot Ad Maker 支持哪些平台?

Xpilot Ad Maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Xpilot Ad Maker?

由 jytech2023(@jytech2023)开发并维护,当前版本 v0.1.0。

💬 留言讨论