What is a Skill?
A Skill is a folder containing aSKILL.md file that describes what the skill does, how to invoke it, and what resources it needs. Optionally, a skill folder can include Python scripts, reference documentation, resources, and licenses.
Skills are intended for LLM consumption — unlike traditional API docs, the descriptions are written in natural language so that an LLM can understand when and how to use the tools.
Creating Skills from Toolkits
Any AgentHeaven toolkit can be exported as a skill:skills/weather/SKILL.md file with the toolkit’s name, description, and tool signatures.
Skill Structure
SKILL.md frontmatter follows the Skills protocol convention:

