[Docs](/docs) / CLI

# 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 sets up the `anomalia` command and installs the AI agent skill automatically.

## Authenticate

Run `anomalia` once — a browser window opens for login. After that, your session is saved 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

-   [MCP](/docs/mcp) — connect Cursor or other agents via Model Context Protocol
-   [Agent skill](/docs/agents) — teach agents when to use MCP or the CLI
-   See the [API reference](/docs/api) for building custom integrations.

[

← Previous

Wix

](/docs/wix)[

Next →

MCP

](/docs/mcp)

---
Source: https://www.anomalia.so/docs/cli
