SaaS Video Generator (Pexo) for Openclaw

An AI-powered video generation tool that transforms SaaS descriptions, screenshots, and URLs into professional demo and explainer videos.

pexo
v0.1.0
Jun 11, 2026
0
437
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install saas-video

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install saas-video using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is SaaS Video Generator (Pexo)?

The saas-video skill brings the high-production power of Pexo directly to your local workspace, making it one of the most powerful Openclaw Skills for content creators, developers, and marketers. Rather than manually designing layouts, writing scripts, selecting models, or recording screens, this skill automates the entire video creation lifecycle. By acting as a direct interface to Pexo's AI-driven agent, users can generate fully narrative-driven, caption-enriched, and visually stunning software demos from raw descriptions, URLs, or static screenshots.

Leveraging Openclaw Skills for your video production projects ensures seamless multi-agent integration. This skill focuses on relaying verbatim context rather than performing heavy client-side rendering, enabling your AI coding agent to quickly trigger video projects, manage uploaded assets, handle multi-option selection stages, and deliver final publish-ready outputs optimized for landing pages, onboarding, and product marketing.

SaaS Video Generator (Pexo) Use Cases

  • Generating product demo videos directly from application screenshots and text descriptions.
  • Producing fast, high-quality marketing explainer videos for SaaS landing pages.
  • Creating interactive onboarding tutorials for new software features on the fly.
  • Refining and polishing existing product videos using simple, conversational feedback loops.

How SaaS Video Generator (Pexo) Works

  1. Initialize Project: Create a new project instance using the creation script to retrieve a unique project identifier.
  2. Upload & Tag Assets: Download remote web pages or collect local screenshots, upload them to obtain asset identifiers, and tag them inline.
  3. Initiate Request: Send the user's exact description and asset tags to the hosted Pexo service.
  4. Status Polling: Every 60 seconds, check the progress of the project using the project retrieval tool to transition through wait, response, and delivery phases.
  5. Interactive Selection: Present preview URLs to the user, accept their selected choices, and finalize the workflow by outputting the clean, un-truncated final video URL.

SaaS Video Generator (Pexo) Setup

Prerequisites

Ensure you have curl, jq, and file installed on your system.

Configuration

Create a configuration file at ~/.pexo/config containing your credentials:

PEXO_BASE_URL="https://pexo.ai"
PEXO_API_KEY="sk-<your-api-key>"

Diagnostics

If you run into configuration or API issues, verify your workspace environment with the built-in doctor tool:

./scripts/pexo-doctor.sh

SaaS Video Generator (Pexo) Data Schema & Taxonomy

Command and API Schema

The skill organizes execution logic through modular helper scripts that handle asset uploading, project polling, and API communication:

Script Command Usage Expected Output / Returns
pexo-project-create.sh "<brief>" Returns unique project_id
pexo-upload.sh <project_id> <file> Returns unique asset_id
pexo-chat.sh <project_id> "<message>" [--choice <id>] Returns asynchronous acknowledgment
pexo-project-get.sh <project_id> Returns JSON object containing nextAction and recentMessages
pexo-asset-get.sh <project_id> <asset_id> Returns JSON object with direct url property
pexo-doctor.sh None Returns troubleshooting and configuration report

SaaS Video Generator (Pexo) Advanced Features

  • Contextual Revisions: Refine existing video outputs by supplying feedback directly to the same project identifier, preserving server-side project context and avoiding duplicate credit consumption.
  • Pre-Render Choice Selection: Interactively query and present multiple generated video options (A/B/C options) to let users choose the best fit before final rendering.
  • Stateful Connection Resumption: Employs auto-reconnect logic via standard chat streams to seamlessly resume broken polling processes if connection limits are reached.
  • Seamless integration with Openclaw Skills: Tailor-made to operate natively inside autonomous environments for quick workspace deployment.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*