← ClaudeAtlas

crun-agent-skillslisted

Run Crun image, video, audio, music, and media-tool workflows through the bundled standalone runtime. Use whenever the user wants to generate, edit, or transform an image, video, voice, speech, or music clip — even if they never say "Crun" or name a model — as well as for model routing, model-schema inspection, credit estimation, local-media upload, asynchronous task execution, downloading generated media, or inline local previews.
CrunTeam/crun-agent-skills · ★ 1 · AI & Automation · score 67
Install: claude install-skill CrunTeam/crun-agent-skills
# Crun Media Agent Skills Use this skill as the entry point for Crun media work. Resolve all commands from this directory: - `runtime/crun_cli.py` handles model discovery, credit checks, task creation, status, polling, local-file upload, and generated-media downloads. Upload with `crun_cli.py upload <local-file>`. - `catalog/models.json` is the local routing catalog. - `skills/` contains the core pipeline skills, and `skills/scenarios/` the scenario skills, listed below; read the relevant child `SKILL.md` before performing that part of the workflow. ## Select the workflow **Core pipeline skills** — the shared infrastructure every request flows through (route → estimate → create/monitor): | Need | Read and use | |---------------------------------------------|----------------------------------------| | Choose a model from a broad request | `skills/crun-model-router/SKILL.md` | | Check balance or affordability | `skills/crun-account-credits/SKILL.md` | | Create, monitor, resume, or retrieve a task | `skills/crun-task-runner/SKILL.md` | **Scenario skills** (`skills/scenarios/`) — matched by user intent; each one composes the core pipeline internally: | Need | Read and use | |---------------------------------------------------------------------|------------------------------