You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hermes v0.12 (#16323, #17744) — hermes skills install <url> pulls a skill straight from any HTTP(S) URL; /reload-skills slash command
re-reads the skill directory without restarting the agent.
Current state in CrowClaw
packages/cli/src/index.ts skill install path is unclear / partial; no direct URL install.
No /reload-skills slash command — adding a skill requires restart.
Background
Hermes v0.12 (#16323, #17744) —
hermes skills install <url>pulls a skill straight from any HTTP(S) URL;/reload-skillsslash commandre-reads the skill directory without restarting the agent.
Current state in CrowClaw
packages/cli/src/index.tsskill install path is unclear / partial; no direct URL install./reload-skillsslash command — adding a skill requires restart.Scope
packages/cli/src/index.ts—crowclaw skills install <urlOrPath>packages/core/src/index.ts— slash-command handler for/reload-skillstests/skills-install-url.test.ts,tests/skills-reload.test.tsImplementation sketch
web.fetchinfra + SSRF helpers), validate manifest sha256 (v0.8.2 feat(security): add sha256 content-hash to SkillManifest with verify on load (NemoClaw parity) #271 parity), unpack to~/.crowclaw/skills/<name>//reload-skillsrebuilds the in-memory skill index and emitsskills:reloadedeventINSTALL_FAILEDwith cause (network / sha256 / validation)Acceptance criteria
crowclaw skills install https://example.com/my-skill.zipworks/reload-skillspicks up a manually-added skill without restartEffort
S — install path + slash command + sha256 validation (already exists from v0.8.2 #271).
Effect
Lower friction for skill sharing. Combined with the curator (sibling), the skill ecosystem becomes self-managing.
Source
Hermes #16323, #17744 · CrowClaw current:
packages/cli/src/index.ts,packages/skills/