Agent Skills
Install
Section titled “Install”Run this from the project where your agent works:
npx skills add https://runta.com/docsThe installer reads the skills index from:
https://runta.com/docs/.well-known/agent-skills/index.jsonhttps://runta.com/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. |
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:
npx skills add https://runta.com/docs --listTo install one skill:
npx skills add https://runta.com/docs --skill runta-cliTo refresh manually installed skills later:
npx skills update -y