What problem does it solve?
It helps you create a safe, installable skill bundle for this assistant when you want to author an integration or workflow without quietly granting new capabilities.
Core Features & Use Cases
- Guided skill authoring loop: Capture intent, draft a bundle under the required draft path, and iterate after testing.
- Correct SKILL.md structure: Ensures the skill entrypoint includes YAML frontmatter with the required name and description, plus clear operational instructions.
- Safety-aligned capability model: Keeps capabilities out of the frontmatter and routes hosts, credential slots, and packages through the approval step.
- Validation rules awareness: Covers required grammar constraints like description length, skill id format, helper path rules, credential slot naming, and package/egress allowlisting.
Quick Start
Ask the assistant to create a skill by describing the capability you want, the external hosts and API key slot names it must use, and the public packages it would run, then follow the proposed authoring and install steps.