Leaderboard/Media/pexo-skills
Last commit on August 20, 2026·Created on March 4, 2026

pexoai/pexo-skills

A library of agent skills for programmatic image, audio, and video production
Combined rank
#387
across all skills
In Media
#18
category rank
Stars
785
+1.4% in last 7d
Forks
45
+2.3% in last 7d
Watchers
13
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides specialized skills for AI agents to automate the creation of multimedia content. It focuses on structured video production, offering specific frameworks for SaaS product explainers and founder-led videos.

Automation builders can use these skills to integrate generative media into content workflows, moving from raw prompts to formatted marketing assets.

WHO IT'S FOR
AI agent / automation builders
integrating AI video generation into workflows
Content marketers
creating SaaS and product explainer videos
Startup founders
producing founder and launch announcement videos
AI prompt engineers
optimizing prompts for video generation models
Repository contents

20 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install pexo-agent with the skills CLI

Installs: The pexo-agent skill from the pexo-skills repository. · Claude Code, Cursor, OpenClaw, Codex

Before you start
  • A host with the skills CLI available.
  • A Pexo API key obtained from https://pexo.ai.
  1. Run this terminal command to install the pexo-agent skill.

    npx skills add https://github.com/pexoai/pexo-skills --skill pexo-agent
  2. Create ~/.pexo/config manually. Set PEXO_BASE_URL to "https://pexo.ai" and replace "sk-..." with the Pexo API key obtained from https://pexo.ai.

  3. Run this terminal verification command, replacing <skills-path> with the host's documented skills directory: ~/.claude/skills for Claude Code, ~/.openclaw/skills for OpenClaw, ~/.codex/skills for Codex, or ~/.cursor/skills for Cursor.

    bash <skills-path>/pexo-agent/scripts/pexo-doctor.sh
INSTALL_FOR_AGENTS.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a first narrated product explainer

Uses explainer-video

  • A configured Pexo API key and base URL.
  • The curl, jq, and file runtimes.
  • A product name; [product-name] is a placeholder.
  • A concise description of how the product works; [product-description] is a placeholder.

Check the repository for this skill’s setup.

Use the explainer-video skill to explain how [product-name] works in a 60-second video with narration and captions. Base the explanation on this description: [product-description].
skills/explainer-video/SKILL.md · Checked Sep 18, 2026