Agent Skills
Install
Section titled “Install”Run this from the project where your agent works:
npx skills add https://next.runta.dev/docsThe installer reads the skills index from:
https://next.runta.dev/docs/.well-known/agent-skills/index.jsonhttps://next.runta.dev/docs/.well-known/skills/index.jsonBoth paths are published for compatibility with skills clients.
Available Skills
Section titled “Available Skills”| Skill | Use case |
|---|---|
runta-installer | Install and verify Runta tooling for a repository. |
runta-demos | Run guided runtime demos and showcase Runta workflows. |
runta-cli | Terminal-first runtime operations with the runta command. |
python-sdk | Python SDK code for runtime automation. |
typescript-sdk | TypeScript and JavaScript SDK code for runtime automation. |
To inspect the available skills before installing:
npx skills add https://next.runta.dev/docs --listTo install one skill:
npx skills add https://next.runta.dev/docs --skill runta-cliTo refresh manually installed skills later:
npx skills update -y