Summary
Define the SKILL.md format — the standard skill definition for GAIA's agent ecosystem. YAML frontmatter declaring: name, version, permissions, model requirements, dependencies, tools, security tier. Must be manageable from the Agent UI configuration dashboard, not just CLI/files.
Prerequisite for
Key Design Points
- Permission model: domain-scoped syntax (filesystem:read, network:write, etc.)
- Security tiers: AMD Verified (code-signed), Community Reviewed, Experimental
- Configuration dashboard integration: install/remove/configure skills visually
- OpenClaw SKILL.md compatibility where feasible
Acceptance Criteria
Related
- docs/plans/skill-format.md (detailed specification)
Summary
Define the SKILL.md format — the standard skill definition for GAIA's agent ecosystem. YAML frontmatter declaring: name, version, permissions, model requirements, dependencies, tools, security tier. Must be manageable from the Agent UI configuration dashboard, not just CLI/files.
Prerequisite for
Key Design Points
Acceptance Criteria
Related