Skip to content

Agent Skills

Run this from the project where your agent works:

Terminal window
npx skills add https://runta.com/docs

The installer reads the skills index from:

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

Both paths are published for compatibility with skills clients.

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.
runta-python-sdk Python SDK code for runtime automation.
runta-typescript-sdk TypeScript and JavaScript SDK code for runtime automation.

To inspect the available skills before installing:

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

To install one skill:

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

To refresh manually installed skills later:

Terminal window
npx skills update -y