Agent skill
moltbot registry
Use the Moltbot registry CLI to search, install, update, and publish agent skills from local-registry. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed moltbot registry CLI.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/moltbot-registry-cli
Metadata
Additional technical details for this skill
- moltbot
-
{ "install": [ { "id": "node", "bins": [ "moltbot registry" ], "kind": "node", "label": "Install Moltbot registry CLI (npm)", "package": "moltbot registry" } ], "requires": { "bins": [ "moltbot registry" ] } }
SKILL.md
Moltbot registry CLI
Install
npm i -g moltbot registry
Auth (publish)
moltbot registry login
moltbot registry whoami
Search
moltbot registry search "postgres backups"
Install
moltbot registry install my-skill
moltbot registry install my-skill --version 1.2.3
Update (hash-based match + upgrade)
moltbot registry update my-skill
moltbot registry update my-skill --version 1.2.3
moltbot registry update --all
moltbot registry update my-skill --force
moltbot registry update --all --no-input --force
List
moltbot registry list
Publish
moltbot registry publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
Notes
- Default registry: https://local-registry (override with MOLTBOT_REGISTRY_REGISTRY or --registry)
- Default workdir: cwd (falls back to Moltbot workspace); install dir: ./skills (override with --workdir / --dir / MOLTBOT_REGISTRY_WORKDIR)
- Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?