Skip to content

Agent Skills

Run this from the project where your agent works:

Terminal window
npx skills add https://next.runta.dev/docs

The installer reads the skills index from:

https://next.runta.dev/docs/.well-known/agent-skills/index.json
https://next.runta.dev/docs/.well-known/skills/index.json

Both paths are published for compatibility with skills clients.

SkillUse case
runta-installerInstall and verify Runta tooling for a repository.
runta-demosRun guided runtime demos and showcase Runta workflows.
runta-cliTerminal-first runtime operations with the runta command.
python-sdkPython SDK code for runtime automation.
typescript-sdkTypeScript and JavaScript SDK code for runtime automation.

To inspect the available skills before installing:

Terminal window
npx skills add https://next.runta.dev/docs --list

To install one skill:

Terminal window
npx skills add https://next.runta.dev/docs --skill runta-cli

To refresh manually installed skills later:

Terminal window
npx skills update -y