Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scaffold a local Codewhale plugin bundle with a versioned manifest, namespaced Skills, and an explicit trust review.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -7% | 0% |
Use this skill when a user wants a local Codewhale plugin bundle. Codewhale v0.9.1 has a deliberately bounded loader: trusted and enabled bundles may add declarative Skills and MCP servers through the existing engines. Other component kinds are inventory-only.
~/.codewhale/plugins/<plugin-name>/<workspace>/.codewhale/plugins/<plugin-name>/plugin.toml:tomlschema_version = 1 [plugin] name = "my-plugin" version = "0.1.0" description = "What this bundle provides" [skills] path = "skills"
skills/<skill-name>/SKILL.md. Codewhale exposes itas my-plugin:<skill-name>, never as an unqualified command.
[mcp_servers.<name>] only when the bundle needs an existing MCPengine. Keep stdio commands and paths inside the bundle. Map local environment values only as exact ${SOURCE_ENV} references. For remote MCP, use HTTPS (or loopback HTTP), forbid URL user information/query/fragment, use only environment-backed headers or bearer tokens, and declare the exact normalized endpoint host set in [capabilities].network_hosts. Never place credentials in the manifest.
or lifecycle mutation only when inventorying future work. v0.9.1 will show these declarations and refuse to activate the bundle.
/plugin validate <plugin-name>/plugin show <plugin-name>/plugin enable <plugin-name> to open the content/capability review/plugin trust ... confirmation shown, then enable again/skills inspect reports plugin provenance and /plugin listreports the expected trust and activation state. Trust stages the reviewed content but does not activate it; enablement rebuilds the current workspace's Skill/MCP catalogue immediately.
Every user and workspace bundle starts untrusted and disabled. Do not add a marketplace, downloader, updater, compatibility scan, executable extension runtime, or automatic trust flow; those surfaces are outside v0.9.1.
Other measured skills in the registry, with their headline benchmark lift.