Skills
Skills are reusable workflow packages that help Aegis handle specialized tasks more effectively. They sit above the base runtime and make repeatable operator flows easier to discover, inspect, and install.
What skills do
- package domain-specific instructions
- expose consistent workflows for common tasks
- let operators inspect and install capabilities explicitly
- give the system a structured way to accumulate procedural leverage over time
Where skills show up
Outside wake, use:
aegis skillsaegis skills activeaegis skills search <query>aegis skills view <skill-id|reference>aegis skills install <skill-id|source:reference|/path/to/skill>
Inside wake, use:
/skills/skills active/skills search <query>/skills view <skill-id|reference>/skills install <skill-id|source:reference|/path/to/skill>
Matching skill packages can also expose dynamic slash commands such as
/apple-notes ....
Built-in and external skills
The packaged CLI ships with a bundled skill catalog. The public website mirrors that catalog in Skills, but that page is a release-facing shelf, not a hosted marketplace. Extra public skills remain an explicit operator-owned install flow.