mai-cli-0.1.0 is not a library.
Visit the last successful build:
mai-cli-0.2.0
mai
AI Tooling Package Manager — Manage skills, commands, and MCP connectors for AI agents.
Quick Start
# Build
# Switch AI tool
# Install packs
# List packs
Commands
| Command | Description |
|---|---|
mai use <tool> |
Switch active AI tool |
mai install <pack> |
Install pack (skill/command/mcp) |
mai list |
List installed packs |
mai remove <pack> |
Remove pack |
mai update <pack> |
Update pack |
mai project init |
Create mai.toml |
mai project sync |
Generate mai.lock |
mai completions |
Shell completions |
Pack format: [type/]name[@version]
Example: skill/aif@1.0.0, mcp/postgres, latest
Configuration
Directories
~/.config/mai/ # Config (config.toml)
~/.local/share/mai/ # Pack storage
~/.cache/mai/ # Cache
Project Files
mai.toml — Project manifest:
[]
= "my-ai-project"
[]
= [
{ = "aif", = "skill", = "^1.0.0" },
{ = "postgres", = "mcp", = "latest" },
]
mai.lock — Pinned versions (auto-generated).
Development
Logging: LOG_LEVEL=debug cargo run -- list
Documentation
| Guide | Description |
|---|---|
| Getting Started | Quick start tutorial |
| CLI Reference | Complete command docs |
| Project Config | mai.toml and mai.lock |
| Versioning | Semver and version ranges |
License
MIT