mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
feat(plugins): add experimental skill workshop
This commit is contained in:
@@ -90,6 +90,24 @@ You can gate them via `metadata.openclaw.requires.config` on the plugin’s 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
|
||||
|
||||
Reference in New Issue
Block a user