moltbot registry

Manage agent skills via the Moltbot registry CLI for searching, installing, updating, and publishing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hummbl-dev/hummbl-agent --skill moltbot-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moltbot registry
Source: https://github.com/hummbl-dev/hummbl-agent/tree/main/skills/moltbot-registry-cli
Command: npx skills add https://github.com/hummbl-dev/hummbl-agent --skill moltbot-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires moltbot registry, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of agent skills by providing a command-line interface for interacting with the Moltbot registry, simplifying tasks like fetching, updating, and publishing skills.

Core Features & Use Cases

  • Skill Discovery and Installation: Search for and install new skills directly from the registry.
  • Skill Synchronization: Update installed skills to their latest versions or specific releases.
  • Skill Publishing: Package and publish your own skills to the registry.
  • Use Case: When you need to add a new capability to your agent, use this Skill to search for relevant skills and install them with a single command.

Quick Start

Use the moltbot registry skill to install the skill named 'my-skill'.

Frequently Asked Questions about moltbot registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and publish agent skills from a CLI registry?

You can install and publish agent skills from a CLI registry by using the moltbot registry binary. It provides command-line commands to search for, fetch, update, and publish skills directly to a shared repository.

What is the best way to manage dynamic skill acquisition for AI agents?

Managing dynamic skill acquisition is best handled through a dedicated registry CLI. It allows you to search for new capabilities, install them with a single command, and synchronize installed skills to their latest versions.

Do I need npm to use the moltbot registry for skill management?

Yes, you need npm to use the moltbot registry for skill management. The Skill requires the npm-installed 'moltbot registry' binary to execute commands for searching, installing, updating, and publishing.

How do I update installed agent skills to a specific release version?

To update installed agent skills to a specific release version, use the moltbot registry CLI. It supports skill synchronization, allowing you to update installed skills to their latest versions or targeted specific releases.

Can I package and publish my own custom skills to a shared repository?

Yes, you can package and publish your own custom skills to a shared repository. The moltbot registry CLI provides built-in commands to package your skill files and publish them for others to discover and install.