-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
[Bug]: Workshop files missing from OpenClaw 2026.6.1 npm package #90244
Copy link
Copy link
Closed
Labels
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.bugSomething isn't workingSomething isn't workingimpact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Metadata
Metadata
Assignees
Labels
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.bugSomething isn't workingSomething isn't workingimpact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug type
Regression (worked before, now fails)
Beta release blocker
No
Summary
Summary
I’m running OpenClaw
2026.6.1, and the dashboard/config UI appears to reference Skill Workshop, but the actual bundled plugin files and local docs are missing from the installed npm package. Because of that, enablingplugins.entries.skill-workshopcauses config validation/plugin discovery warnings.Steps to reproduce
openclaw upgrade
Expected behavior
Skill Workshop should be available as a bundled plugin, or at least the docs/config UI should not expose it as available for this release.
Expected files:
dist/extensions/skill-workshop/openclaw.plugin.json
docs/plugins/skill-workshop.md
Actual behavior
The installed package does not contain the Skill Workshop runtime files:
bash
ROOT="$(npm root -g)/openclaw"
ls -la "$ROOT/dist/extensions/skill-workshop"
OpenClaw version
2026.6.1
Operating system
ubuntu
Install method
npm
Model
qwen 3,6
Provider / routing chain
lmstudio
Additional provider/model setup details
local
Logs, screenshots, and evidence
Impact and severity
Unknown
Additional information
I removed the config entry for now. This looks like a packaging/build omission in
openclaw@2026.6.1: the release references Skill Workshop, but the npm package does not include the plugin runtime files or local docs.