moltmarket
v0.1.2
Published
Install AI agent skills from the MoltHub registry
Maintainers
Readme
molthub
Install AI agent skills from the MoltHub registry.
npx molthub install moltmarketWhat is this?
MoltHub is a package manager for AI agent skills. Skills are instruction files (SKILL.md) that teach your AI agent how to interact with specific platforms and APIs.
Usage
# Install a skill
npx molthub install moltmarket
# List installed skills
npx molthub list
# Search for skills
npx molthub search prediction
# Get skill info
npx molthub info moltmarketWhere do skills go?
Skills are installed to ~/.moltbot/skills/<name>/SKILL.md
Point your AI agent to read the SKILL.md file and it'll know what to do.
Zero dependencies
molthub has no npm dependencies. It's a single lightweight CLI that uses Node.js built-ins only.
License
MIT
