← ClaudeAtlas

crun-effect-templatelisted

Discover, preview, select, and apply Crun video effect templates from Kling, Vidu, or ByteDance using live template-list endpoints and the matching template task model. Use whenever the user asks for an AI special effect, effect template, template video, Kling effect, Vidu effect, ByteDance effect, 特效模板, 模板视频, 可灵特效, Vidu 特效, or 字节特效, including requests that name an effect but do not know its template ID.
CrunTeam/crun-agent-skills · ★ 1 · AI & Automation · score 67
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