What problem does it solve?
It helps you create, update, or delete xbot Skills so the agent can reliably perform new workflows using your own scripts, references, and assets.
Core Features & Use Cases
- Skill authoring: Define a new skill under the correct directory layout with a valid SKILL.md entry point.
- Tool-loading instructions: Specify a clear activation trigger and a Required Tools section so the agent loads the right tools immediately.
- Operational execution: Provide optional scripts that the agent can list and run deterministically, plus optional references for on-demand knowledge.
- Use Case: When you need a team to run a consistent “one command” workflow (e.g., updating internal docs or formatting reports), you can package the logic as a skill and share it safely within your self-hosted agent.
Quick Start
Ask the AI to create a new skill named "my-skill" under skills/ that includes a Required Tools section and instructions for when to activate it.