The Pepperly agent skill

Give your AI agent a video crew. The skill teaches Claude Code (and compatible agents) to create walkthrough videos and publish them to your Pepperly workspace — from a prompt like “make a demo video of my app”.

The skill covers three ways to get a video into Pepperly:

Install

  1. Clone the skill into your agent’s skills directory:
    git clone https://github.com/yapepperly/pepperly-skill ~/.claude/skills/pepperly
  2. Create an API token in the studio: Settings → API tokens → Create token. The token starts with pk_ and is shown once — treat it like a password.
  3. Make it available to the agent:
    export PEPPERLY_API_TOKEN=pk_...

Requirements: Node 20+. Local recording additionally needs npm i playwright in the working directory.

Then just ask

The agent polls until the video is ready and hands you the studio link, where you trim, caption, and create the share link.

Source, docs, self-hosting

The skill is open source (MIT) at github.com/yapepperly/pepperly-skill. It talks to the same public API documented in the developer docs — anything the skill does, your own code can do too. Self-hosting Pepperly? Point the skill at your stack with PEPPERLY_API_BASE and PEPPERLY_APP_BASE.