ponyflashlisted
Install: claude install-skill aiskillstore/marketplace
# PonyFlash Skill
## Step 0: Decide Which Capability Path Applies
This skill now contains **two capability families**:
1. **Cloud generation via PonyFlash Python SDK**
- image generation
- video generation
- speech synthesis
- music generation
- model listing
- file management
- account / credits
- These tasks **require a valid PonyFlash API key**.
2. **Local media editing via FFmpeg toolchain**
- ffmpeg / ffprobe detection
- installation planning
- clip / concat / transcode
- extract audio / capture frame
- subtitle capability checks
- ASS subtitle generation and burn-in workflow
- These tasks **do NOT require a PonyFlash API key**, but they **do require local `ffmpeg` / `ffprobe` support**.
Before doing anything, classify the request:
- If the user is asking to **generate** media with PonyFlash models, follow the SDK path and require API key setup.
- If the user is asking to **edit or process local media**, follow the FFmpeg path and do dependency checks first.
- If the user wants an **end-to-end production workflow**, you may use both: generate assets with PonyFlash, then assemble or export with FFmpeg.
## Step 1A: API Key Setup for PonyFlash SDK Tasks
Only do this section when the request needs PonyFlash cloud capabilities.
**The FIRST time this skill is activated for a cloud generation task**, tell the user the following in your own words:
1. PonyFlash skill is ready to use.
2. It can handle:
- image generation