← 返回
未分类 Key

Pexo AI Video Agent

Creates short AI-generated videos (5–60s) for ads, social media, brand, product, and explainer content in multiple aspect ratios.
生成5–60秒AI短视频,适用于广告、社交媒体、品牌、产品及演示内容,支持多种宽高比。
madu1seo-bit madu1seo-bit 来源
未分类 clawhub v0.2.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 296
下载
💾 0
安装
1
版本
#ai-video#brand-ads#instagram#latest#product-video#promo#social-media#tiktok#ugc#video#youtube-shorts

概述

Pexo AI Video Agent

Overview

Pexo is a professional AI video creation agent. You describe what you want, and Pexo handles everything — scriptwriting, shot composition, transitions, music, and final delivery. Output: 5–60 second videos in 16:9, 9:16 (vertical), or 1:1 aspect ratios.

Production time: ~15-20 minutes per short video.


First-Time Setup

Get Your API Key

  1. Go to https://pexo.ai → Sign up/log in
  2. Settings → API Keys → Generate new key
  3. Copy the key (starts with sk-...)

Configure the Skill

Create file ~/.pexo/config:

PEXO_BASE_URL="https://pexo.ai"
PEXO_API_KEY="sk-your-key-here"

Or export environment variables:

export PEXO_BASE_URL="https://pexo.ai"
export PEXO_API_KEY="sk-your-key-here"

Language Rule

Reply in the SAME language the user uses. This is non-negotiable.


Workflow

Making a New Video

Step 1 — Create project

pexo-project-create.sh "Your video description here"

Save the returned project_id.

Step 2 — Upload files (optional)

pexo-upload.sh <project_id> /path/to/image.jpg

Save returned asset_id, wrap as asset_id.

Step 3 — Send request to Pexo

pexo-chat.sh <project_id> "{user's exact video request}"

> Copy the user's words exactly. Only add asset tags for uploaded files.

Step 4 — Notify user

  • Confirm request submitted
  • Estimated time: 15-20 minutes
  • Project link: https://pexo.ai/project/{project_id}

Step 5 — Poll for status

pexo-project-get.sh <project_id>
nextActionAction
--------------------
WAITPoll again in 60s. Every 5 polls, send user a status update.
RESPONDRead recentMessages. Relay Pexo's questions back to user.
DELIVERGo to Step 7.
FAILEDGo to Step 8.
RECONNECTRun pexo-chat.sh "continue" and resume polling.

Step 6 — Handle previews (Pexo may offer options)

pexo-asset-get.sh <project_id> <assetId>

Show preview URLs to user labeled A, B, C... Ask them to pick.

pexo-chat.sh <project_id> "{user's choice}" --choice <selected_asset_id>

Step 7 — Deliver final video

pexo-asset-get.sh <project_id> <assetId>
  • Send the video URL as plain text (no markdown link)
  • Include project page link
  • Ask if satisfied or revisions needed

Step 8 — Handle failure

  • Read nextActionHint
  • Explain the issue to user simply
  • Offer to retry or contact support

Revising an Existing Video

Reuse the same project_id and send feedback:

pexo-chat.sh <project_id> "{user's exact revision feedback}"

Then poll again (Step 5).


Script Reference

ScriptUsageReturns
------------------------
pexo-project-create.sh[name]project_id
pexo-project-get.sh [--full-history]JSON (nextAction, recentMessages)
pexo-upload.sh asset_id
pexo-chat.sh [--choice ] [--timeout ]Acknowledgement
pexo-asset-get.sh JSON with url field
pexo-doctor.sh(no args)Diagnostic report

Pexo Capabilities

------
Duration5–60 seconds
Aspect ratios16:9 / 9:16 / 1:1
FormatsProduct ads, TikTok/IG/YouTube, UGC, brand videos, explainers
UploadsImages (jpg, png, webp, bmp, heic), videos (mp4, mov, avi), audio (mp3, wav, aac, m4a, ogg, flac)
Production time~15-20 min for 15s; longer for complex/longer videos

Pro Tips

  • Be descriptive — include subject, setting, mood, camera angle, duration
  • Upload reference images — helps Pexo match your brand aesthetic
  • Use 9:16 vertical for TikTok, Reels, and Shorts
  • Use 16:9 for YouTube ads and Facebook feed
  • Consolidate feedback — one clear revision message is better than many small ones

Troubleshooting

For common errors and fixes, see: references/SETUP.md

Links

  • Homepage: https://pexo.ai
  • Setup Guide: https://pexo.ai/connect/openclaw
  • GitHub: https://github.com/pexoai/pexo-skills

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-05-21 14:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 331 📥 94,086
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 218 📥 47,962
design-media

Video Frames

steipete
使用 ffmpeg 从视频中提取帧或短片。
★ 134 📥 52,978