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

  • repo uses canonical owner/repository form without a .git suffix.
  • path is a canonical repository-relative directory.
  • path points to the directory, not to SKILL.md itself.
  • Each repo and path pair must be unique within the Agent.
  • The skills internal tool must be enabled for the Agent to invoke its Skills.

agent.toml

capabilities = ["skills"]

[[skills]]
repo = "rebyteai/skills"
path = "research/deep-research"