skill-manager
Installation
SKILL.md
Skill Manager
Manage your organization skills from inside a task. Every operation is scoped to your user within your organization.
Related Skills
Skills have a lifecycle: create → publish → install → manage. This skill handles publish and manage. The other steps have their own skills:
- skill-creator — Create a new skill from scratch or improve an existing one. Handles requirements, scaffolding, SKILL.md authoring, testing, and packaging into a
.skillZIP. Use this first when you need a new skill. - skill-installer — Install skills from the catalog (your team's skills and Rebyte's featured skills). Use this to discover and install available skills into your VM.
The typical flow: use skill-creator to build and package → skill-manager to publish → skill-installer for other team members to install.
Requires Rebyte API auth — $AUTH_TOKEN and $API_URL are set up per the agent's system prompt; use them as Bearer token and base URL.
Operations
All operations go through the relay data proxy. The VM token provides org and user identity automatically.