CLI
Manage your brands, approve posts, and chat with AI — all from the terminal.
Install
curl -sSL https://anomalia.so/install.sh | bash The installer places the anomalia binary in /usr/local/bin and installs the Claude Code skill automatically.
Authenticate
Run anomalia once — a browser window opens for login. After that, your session is saved in ~/.config/anomalia/session.json and renewed automatically.
Quick commands
anomalia brands # List brands
anomalia dashboard <slug> # Brand overview
anomalia content <slug> --status pending_user # Pending posts
anomalia approve <slug> --all # Approve all pending
anomalia post <slug> <id> edit --caption "..." # Edit post
anomalia plan <slug> # View editorial plan
anomalia ai <slug> --message "..." # AI chat Updating
anomalia update AI Agent skill
The CLI ships with a skill for Claude Code, Cursor, and other AI agents. After installation, your AI assistant can manage Anomalia brands directly:
- "Use the Anomalia CLI to show me my brands"
- "Approve all pending posts"
- "Ask Anomalia to analyze my posts"
Next
See the API reference for building custom integrations.