crun-effect-templatelisted
Install: claude install-skill CrunTeam/crun-agent-skills
# Crun Effect Templates
Use `../../../runtime/crun_cli.py`. Treat the authenticated template-list endpoints as the source of truth for current
IDs, preview media, input requirements, supported settings, and credits. A model schema does not enumerate the valid
template IDs.
Read `../../crun-account-credits/SKILL.md` before estimating and `../../crun-task-runner/SKILL.md` before creating or
monitoring a task.
## Discover templates
List one page for a known platform:
```text
python <runtime>/crun_cli.py templates list --platform kling --page 1 --page-size 20
python <runtime>/crun_cli.py templates list --platform vidu --page 1 --page-size 20
python <runtime>/crun_cli.py templates list --platform bytedance --page 1 --page-size 20
```
Look up one exact ID with the unified flag; the CLI maps it to each platform's API parameter:
```text
python <runtime>/crun_cli.py templates list --platform <platform> --template-id <id>
```
Use `total` to fetch additional pages when the requested effect is not on the first page. Never invent an ID, use a
stale remembered ID, or substitute a similarly named effect silently.
When the user has not named a platform and has not already requested a platform-specific search, search Kling first
because it is the preferred default for effect quality. Evaluate its candidates against the user's actual intent,
source-media requirements, preview, settings, and credits. If Kling has a suitable match, use or present that match and
do not query another plat