Your competitive intelligence, one command away
Competitor analysis, marketing playbook, battlecards and the Oppira AI agent, delivered as scriptable commands with JSON-friendly output. The whole platform, from your terminal.
npm install -g @oppira/cliThe full platform, scriptable
Everything you do in the Oppira app is a command. Pipe it, schedule it, or hand it to an agent.
The AI agent, in your terminal
Ask Oppira anything about your market and watch the answer stream back, grounded in the data you track and your own playbook.
Competitor intelligence
List and inspect every competitor you track, with followers, engagement, insights and alerts, without leaving the shell.
Strategy on demand
Regenerate battlecards and read your living marketing playbook the moment the market shifts under you.
Built to automate
Add --json to any command for clean, parseable output. Non-zero exit codes make it CI-friendly, and oppira ask reads from stdin.
From install to answer, in three commands
Add the CLI
Install globally from npm. Requires Node.js 20 or newer.
npm install -g @oppira/cliPoint it and sign in
Set the API URL, then log in with your Oppira account.
$oppira config set-url https://api.oppira.com$oppira auth loginYou're in
List what you track and start asking questions.
$oppira comp listSign in with your email and password, or generate a long-lived API key in the web app for automation and CI.
Real commands, nothing invented
Every one of these works today. Grab one and drop it into your shell.
$oppira ask "summarize my playbook" --json | jq -r .text$oppira comp show Acme$oppira comp add "Globex" --website globex.com --instagram https://instagram.com/globex$oppira insights generate$oppira battlecard regen Acme$oppira artifact export <id> --format pdfOne tool, every workflow
Grouped commands for intel, strategy, content and automation.
askcompinsightsalertsbattlecardplaybookdiscoverstudioartifactauth · configMarketers and machines, same commands
Pull competitor moves, insights and battlecards into your morning routine, wire them into your reporting, and ask a strategic question without opening the app.
Script anything with --json and exit codes, pipe oppira ask through your own tools, and let automated agents drive the whole intel-to-content workflow.
ask · insights · battlecard · playbookstudioThe CLI is free. What you can run follows your Oppira subscription.
Good questions, straight answers
The Oppira CLI (@oppira/cli) is the official command-line tool for Oppira. It lets you run competitor intelligence, your marketing playbook, battlecards, content studio and the Oppira AI agent directly from your terminal, with scriptable, JSON-friendly output.
Run npm install -g @oppira/cli. You need Node.js 20 or newer. It works on macOS, Linux and Windows.
Yes. Point the CLI at the API with oppira config set-url https://api.oppira.com, then sign in with oppira auth login using your email and password. For automation and CI you can generate a long-lived API key in the web app instead.
The CLI is free, and what you can run follows your Oppira subscription. The AI agent, insights, battlecards and the marketing playbook are available from the Basic plan. Studio, for planning and publishing content, is available on Pro.
Yes. Add --json to any command for clean, parseable output, and the CLI returns non-zero exit codes on failure so it fits CI pipelines. oppira ask also reads from stdin, so you can pipe context into it.
The whole platform, one npm install away
Install the CLI, sign in, and put your competitive intelligence one command from your prompt.
npm install -g @oppira/cli