← Back to Skills Marketplace
jytech2023

Xpilot Ad Maker

by jytech2023 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xpilot-ad-maker
Description
Generate a 30-second cinematic ad video with consistent character, AI narration, brand overlays, and ambient music. Uses Vidu reference-to-video for characte...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xpilot-ad-maker
  3. After installation, invoke the skill by name or use /xpilot-ad-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug xpilot-ad-maker
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Xpilot Ad Maker?

Run "/install xpilot-ad-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xpilot Ad Maker free?

Yes, Xpilot Ad Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Xpilot Ad Maker support?

Xpilot Ad Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xpilot Ad Maker?

It is built and maintained by jytech2023 (@jytech2023); the current version is v0.1.0.

💬 Comments