Prerequisites
- Claude Code installed:
- A Pictory API key. Sign in at app.pictory.ai, click your
profile picture (top-right), choose API Subscription, purchase a plan, and copy
the key shown on that page. Keys start with
pictai_.
Step 1: Get the skill
The skill lives in Pictory’s public GitHub repository: github.com/pictoryai/pictory-claude-skills Clone it and copy the skill folder into Claude Code’s skills directory:- For all your projects (recommended)
- For one project only
Step 2: Add your Pictory API key
The skill reads two environment variables:| Variable | Value |
|---|---|
PICTORY_API_KEY | Your API key (pictai_…), required |
PICTORY_API_BASE_URL | https://api.pictory.ai/pictoryapis, the Pictory production API |
~/.bashrc instead of ~/.zshrc if your terminal runs bash.)
Alternative: set the key for one project only
Alternative: set the key for one project only
Put the variables in the project’s
.claude/settings.local.json (this file is
git-ignored by default, so the key stays off your repository):Step 3: Verify
- Open a new terminal (so the environment variables load) and start Claude Code:
- Type
/pictory-text-to-video. The skill should appear and load. - Ask for a quick test:
Make a 15-second test video about coffee. You decide everything.
Updating the skill
Next: create your first real video
Example prompts, tips for great results, and troubleshooting
