feat(skillhub): fix desktop packaging crash and skill catalog corrections#323
Merged
alchemistklk merged 1 commit intomainfrom Mar 22, 2026
Merged
Conversation
…s, and reconcile improvements - Fix controller crash on startup by copying static/runtime-plugins to sidecar and adding ENOENT tolerance in OpenClawRuntimePluginWriter - Add SLUG_CORRECTIONS mapping to fix broken ClawHub catalog slugs (find-skills → find-skill) applied in installSkill, uninstallSkill, and readCachedSkills - Move find-skill from STATIC to CURATED list with correct slug - Remove delisted baoyu-xhs-images from curated list - Add deep-research, research-to-diagram, qiaomu-mondo-poster-design as static bundled skills - Fix reconcile to preserve user's curated uninstall choices while allowing retired slugs to be purged - Add curated-skills-slugs test for validation, uniqueness, and overlap checks
Contributor
Author
|
/cr |
|
✅ CR topic created in Feishu topic group Refly CR. |
lefarcen
approved these changes
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
static/runtime-plugins/directory;OpenClawRuntimePluginWritertolerates missing directory gracefully instead of crashing with ENOENTSLUG_CORRECTIONSmapping (find-skills→find-skill) applied in install, uninstall, and catalog read pathsfind-skillfrom static to curated with correct slug; removed delistedbaoyu-xhs-images; addeddeep-research,research-to-diagram,qiaomu-mondo-poster-designas static bundled skillsTest plan
pnpm typecheckpassespnpm test— all 50 tests pass (including new curated-skills-slugs test)pnpm dist:mac:unsigned) — verify controller starts without ENOENT crashfind-skillshows as installed if already on disk