Documentation
Skills
Attach repository-hosted operating procedures to an Agent.A Skill points to the repository directory containing SKILL.md:
{"repo":"owner/repository","path":"skills/research"}
Rules
repouses canonicalowner/repositoryform without a.gitsuffix.pathis a canonical repository-relative directory.pathpoints to the directory, not toSKILL.mditself.- Each
repoandpathpair must be unique within the Agent. - The
skillsinternal tool must be enabled for the Agent to invoke its Skills.
agent.toml
capabilities = ["skills"]
[[skills]]
repo = "rebyteai/skills"
path = "research/deep-research"