@almyty/cli
v0.1.3
Published
Single installable almyty CLI — login, agents, chat, skills, mcp under one binary
Maintainers
Readme
@almyty/cli
Umbrella CLI for almyty. One install, every command.
Quick start
$ npm install -g @almyty/cli
$ almyty login
$ almyty agents listCommands
| Command | Delegates to | Description |
|---------|-------------|-------------|
| almyty login | @almyty/auth | Browser-based login |
| almyty logout | @almyty/auth | Remove stored credentials |
| almyty whoami | @almyty/auth | Show current identity |
| almyty agents <cmd> | @almyty/agents | List, run, inspect agents |
| almyty chat [name\|id] | @almyty/chat | Interactive chat REPL |
| almyty skills <cmd> | @almyty/skills | Install and manage skills |
| almyty mcp <args> | @almyty/mcp-server | Start MCP server |
Standalone packages
Every subcommand is also available as a standalone package via npx:
$ npx @almyty/agents list
$ npx @almyty/chat my-bot
$ npx @almyty/skills install @org/gatewayAll packages share the same credentials file (~/.almyty/credentials.json), so logging in once works everywhere.
Docs
https://almyty.com/docs
License
BSL-1.1
