An AI-powered video generation skill that automates scriptwriting, shot selection, voiceovers, and music production to deliver polished, startup-ready intro videos.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install startup-video
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install startup-video using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The startup-video skill powered by Pexo allows you to effortlessly produce professional-grade brand videos, company intros, and product overviews. By providing a brief, website URL, or founder's notes, the Pexo engine handles scriptwriting, visual generation, model selection, and audio backing tracks, compiling them into a publish-ready asset. This skill acts as a direct conduit to Pexo's automated production studio.
As a core component of your toolkit, this skill enables AI coding agents to serve as automated video relay dispatchers. Instead of attempting to handcraft prompt details or manually edit footage, the agent relies entirely on Pexo's server-side creative pipeline to deliver premium visual assets suitable for homepage features, investor decks, or product launches, expanding the limits of Openclaw Skills.
pexo-project-create.sh with a brief summary of the startup video concept to register a new project_id.pexo-upload.sh and capture their respective asset IDs.pexo-chat.sh to trigger the production engine.pexo-project-get.sh to track execution states, handle feedback requests, or manage preview choices (e.g., picking variant templates).pexo-asset-get.sh and present the unmodified link to the user.Ensure your agent's runtime environment has the following utilities installed:
curljqfileConfigure your environment by creating or editing the file located at ~/.pexo/config with your Pexo credentials:
PEXO_BASE_URL="https://pexo.ai"
PEXO_API_KEY="sk-<your-api-key>"
If you run into configuration mismatches or API key validation issues, run the setup doctor script to diagnose connectivity status:
./scripts/pexo-doctor.sh
This skill uses structured shell scripts to process data and direct state transitions on remote servers. It tracks outputs using unique project identifiers and returns responses in predictable schemas.
| Script | Arguments | Returns |
|---|---|---|
pexo-project-create.sh |
"<brief>" |
project_id string |
pexo-upload.sh |
<project_id> <path> |
asset_id string |
pexo-chat.sh |
<project_id> "<message>" [--choice <id>] |
Async acknowledgment |
pexo-project-get.sh |
<project_id> |
JSON object with nextAction & recentMessages |
pexo-asset-get.sh |
<project_id> <asset_id> |
JSON payload containing the un-truncated raw url |
pexo-doctor.sh |
None | Troubleshooting logs |
When sending uploaded local assets inside your chat context, they must be formatted using exact XML enclosing elements to ensure the remote parsing service recognizes them:
<original-image>asset_id</original-image><original-video>asset_id</original-video><original-audio>asset_id</original-audio>WAIT, RESPOND, DELIVER, FAILED, RECONNECT).Loading
An AI-powered video generation tool that transforms SaaS descriptions, screenshots, and URLs into professional demo and explainer videos.

Automate the creation of polished founder pitch videos and story content using Pexo via your AI coding agent.

An interactive historical analysis skill based on Susan Wise Bauer's masterwork, helping users study and map the lessons of ancient civilizations to modern contexts.

An analytical game theory tool that applies selectorate theory to explain how leaders survive and how institutional rules shape political behavior.

A specialized AI agent skill that communicates with the Pexo platform to draft scripts, generate scenes, and render publish-ready launch videos for startups and products.

An automated operating workflow and validation rubric designed to ensure Chrome extensions meet Web Store policies, privacy promises, and high-quality release standards.








































