Skills
Skills are self-contained instruction and tool packages that can be registered in AIO Sandbox and discovered by an agent workflow.
Skill Structure
A skill directory usually contains:
SKILL.md is the entry point. It contains frontmatter metadata and Markdown instructions.
Register A Skill
Register a skill directory that already exists inside the sandbox:
Upload a zip archive and extract it under a destination directory:
List Skills
Read Skill Content
Delete A Skill
Best Practices
- Keep
descriptionshort and action-oriented. - Put heavy code in scripts, not in the Markdown instructions.
- Keep dependencies explicit and reproducible.
- Avoid embedding secrets in skill files.