crun-agent-skillslisted
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 |
|---------------------------------------------------------------------|------------------------------