All agentlife commands — pack, marketplace, mesh, and more.
agentlife [command] [subcommand] [options]
Manage persona packs — list, view details, and export portable bundles.
List all available persona packs in the framework.
agentlife pack list
Show detailed information about a specific persona pack, including skills, use cases, scripts, and MCP servers.
agentlife pack info <name>
Examples:
agentlife pack info life-ops
agentlife pack info student
Export a persona pack as a portable SKILL.md bundle or ZIP archive.
agentlife pack export <name> [--format skill.md|zip] [--output <dir>]
Options:
--format, -f — Output format: skill.md (default) or zip--output, -o — Output directory (default: current directory)Examples:
agentlife pack export life-ops
agentlife pack export enterprise-architect --format zip
agentlife pack export student --output ~/personas/
Browse and install persona packs from the marketplace registry.
Search for persona packs in the registry.
agentlife marketplace search [<query>]
Examples:
agentlife marketplace search
agentlife marketplace search finance
Install a persona pack from the marketplace.
agentlife marketplace install <name>
Example:
agentlife marketplace install life-ops
List all installed persona packs.
agentlife marketplace list
Publish a persona pack to the marketplace (requires GitHub access).
agentlife marketplace publish <name>
Multi-agent coordination via n2n-nexus. Manage coordination sessions between persona agents.
Initialize a new coordination session.
agentlife mesh init <room> [--topic "<text>"] [--personas <list>]
Example:
agentlife mesh init enterprise-review \
--topic "Cloud Migration Strategy" \
--personas enterprise-architect,life-ops
Join an existing coordination session.
agentlife mesh join <room>
List all active (unarchived) coordination sessions.
agentlife mesh list
Show status and recent messages from a coordination session.
agentlife mesh status <room>
Leave a coordination session (session remains active for other participants).
agentlife mesh leave <room>
Stop and archive a coordination session.
agentlife mesh stop <room>
| Command | Description |
|---|---|
agentlife pack list | List available persona packs |
agentlife pack info <name> | Show pack details |
agentlife pack export <name> | Export as portable SKILL.md |
agentlife marketplace search | Search marketplace |
agentlife marketplace install <name> | Install a pack |
agentlife marketplace list | List installed packs |
agentlife mesh init <room> | Start coordination session |
agentlife mesh join <room> | Join coordination session |
agentlife mesh list | List active sessions |
agentlife mesh status <room> | Session status & messages |
agentlife mesh stop <room> | Archive session |