mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 22:56:09 +00:00
* feat(commands): add /learn to draft skills from recent work (#100408) /learn rewrites the turn into a standards-guided Skill Workshop authoring instruction: the agent gathers named sources (or distills the current conversation) and files ONE pending skill proposal via skill_workshop. Approval flow unchanged; sandboxed/tool-restricted agents get a clear unavailable reply. Extracts the harness OpenClaw-tools predicate into shared helpers and reserves the command name against plugin shadowing. * docs: regenerate docs map for /learn section