feat(desktop): multi-source installed skills with curated skill management#267
Merged
alchemistklk merged 2 commits intomainfrom Mar 19, 2026
Merged
feat(desktop): multi-source installed skills with curated skill management#267alchemistklk merged 2 commits intomainfrom
alchemistklk merged 2 commits intomainfrom
Conversation
…ement - Add curated skill system: 16 recommended skills auto-installed from ClawHub on first launch, 3 static skills bundled in app - Parallel curated install (concurrency=5) for faster startup - Bundle npm as desktop dependency for PATH-independent skill dep install - Resolve npm via require.resolve (same pattern as clawhub binary) - Add skill scanner with multi-source support (curated + managed) - Persist curated uninstall in API path to prevent reinstall on restart - Installed tab with polling for background install progress - Fix installed skill schema to include name/description from SKILL.md - Add skill detail endpoint with SKILL.md content and file listing
Deploying nexu-docs with
|
| Latest commit: |
314341d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://88bc4219.nexu-docs.pages.dev |
| Branch Preview URL: | https://feat-multi-source-installed.nexu-docs.pages.dev |
Contributor
Author
|
/cr |
|
✅ CR topic created in Feishu topic group Refly CR. |
nettee
approved these changes
Mar 19, 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
npmas desktop dependency, resolved viarequire.resolve("npm/package.json")— no PATH dependency, works in packaged Electron appskill-scanner.tswith multi-source support (curated + managed), parses SKILL.md frontmatter for name/descriptionTest plan
pnpm typecheckpassespnpm lintpassespnpm desktop:start— curated skills install in parallel, logs showinstalling npm deps/npm deps installedfor skills with package.jsonpnpm desktop:dist:mac:unsignedbuilds successfully (verified)pnpm test— skill-scanner and skillhub-routes tests pass🤖 Generated with Claude Code