feat(plugins): add experimental skill workshop

This commit is contained in:
Peter Steinberger
2026-04-21 21:25:24 +01:00
parent fd0970c077
commit c742a706bf
23 changed files with 2969 additions and 3 deletions

View File

@@ -90,6 +90,24 @@ You can gate them via `metadata.openclaw.requires.config` on the plugins conf
entry. See [Plugins](/tools/plugin) for discovery/config and [Tools](/tools) for the
tool surface those skills teach.
## Skill Workshop
The optional, experimental Skill Workshop plugin can create or update workspace
skills from reusable procedures observed during agent work. It is disabled by
default and must be explicitly enabled through
`plugins.entries.skill-workshop`.
Skill Workshop writes only to `<workspace>/skills`, scans generated content,
supports pending approval or automatic safe writes, quarantines unsafe
proposals, and refreshes the skill snapshot after successful writes so new
skills can become available without a Gateway restart.
Use it when you want corrections such as “next time, verify GIF attribution” or
hard-won workflows such as media QA checklists to become durable procedural
instructions. Start with pending approval; use automatic writes only in trusted
workspaces after reviewing its proposals. Full guide:
[Skill Workshop Plugin](/plugins/skill-workshop).
## ClawHub (install + sync)
ClawHub is the public skills registry for OpenClaw. Browse at