feat(skills): add Skill Hub — GitHub registry + CLI install/remove/search#607
Open
lukebaze wants to merge 1 commit intonextlevelbuilder:mainfrom
Open
feat(skills): add Skill Hub — GitHub registry + CLI install/remove/search#607lukebaze wants to merge 1 commit intonextlevelbuilder:mainfrom
lukebaze wants to merge 1 commit intonextlevelbuilder:mainfrom
Conversation
…arch Zero-rebuild skill installation from GitHub repos or registry slugs. CLI: `goclaw skills install|remove|search`. Security: package name injection prevention, tarball path traversal hardening, SKILL.md guard scan, stdlib-shadowing blocklist, atomic version locking. - Phase 0: dep_installer.go validatePackageName() + guard.go regex fix - Phase 1: github_fetcher.go — tarball download + secure extraction - Phase 2: installer.go — validate→copy→DB→deps→hot-reload orchestrator - Phase 3: registry_client.go — JSON index fetch + cache + TTL - Phase 4: CLI commands (install, remove, search) with DB bootstrap
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
goclaw skills install|remove|searchChanges
internal/skills/dep_installer.govalidatePackageName()+ stdlib blocklistinternal/skills/guard.go../at any depth)internal/skills/github_fetcher.gointernal/skills/registry_client.gointernal/skills/installer.gocmd/skill_install_cmd.goskills install+skills searchCLIcmd/skill_remove_cmd.goskills removeCLIdocs/22-skill-hub-installation.mdTest plan
go build ./...passesgo vet ./...passesgoclaw skills install github.com/goclaw-hub/shopee-product-finderinstalls successfullygoclaw skills search shopeereturns resultsgoclaw skills remove shopee-product-finderremoves skill;,|,$) rejected byvalidatePackageName()