MUXI Registry
The package manager for AI agents
Find pre-built formations, share your own, and manage versions - all from the command line.
Quick Start
Pull a Formation
muxi pull @muxi/hello-muxi
cd starter-assistant
muxi secrets setup
muxi dev
Publish Your Formation
cd my-formation
muxi login
muxi push
Browse Formations
Visit registry.muxi.org or search from CLI:
muxi search "customer support"
Output:
NAME DESCRIPTION DOWNLOADS
@muxi/support-bot Customer support agent 1,234
@acme/helpdesk Helpdesk assistant 567
@company/zendesk-agent Zendesk integration 89
Namespaces
| Namespace | Who |
|---|---|
@muxi/*
| Official MUXI formations |
@username/*
| Individual developers |
@org/*
| Organizations |
Official Formations
@muxi/hello-muxi
Minimal assistant - perfect starting point.
muxi pull @muxi/hello-muxi
@muxi/research
Web research agent with search tools.
muxi pull @muxi/research-assistant
@muxi/support
Customer support with knowledge base.
muxi pull @muxi/customer-support
@muxi/bookkeeping
Bookkeeping assistant with Xero integration.
muxi pull @muxi/bookkeeping
Version Management
Pull Specific Version
muxi pull @muxi/hello-muxi@1.0.0
Version Ranges
muxi pull @muxi/hello-muxi@^1.0.0 # Latest 1.x.x
muxi pull @muxi/hello-muxi@~1.0.0 # Latest 1.0.x