mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 17:11:42 -06:00
133ca4b469
* feat(skills): diagnose skill_workshop hidden by tool policy (#87570) Workshop can be enabled and auto-capturing while tools.profile hides the skill_workshop tool; every inspection surface looked healthy. plugins inspect and openclaw doctor now name the excluding policy layer (global/ agent/provider profile, allowlist, denylist) and the exact alsoAllow grant to add, via a shared resolveSkillWorkshopToolPolicyAvailability helper that /learn's guard now reuses instead of composing policy itself. Diagnosis only; no policy behavior change. * ci: retrigger