Use Case
Stop doing repetitive data & analytics tasks manually. opus lets your AI agent handle them automatically through natural conversation. Auto-route tasks to the cheapest Claude model that works correctly. Three-tier progression: Haiku β Sonnet β Opus. Classify before responding. HAIKU (default): factual Q&A, greetings, reminders, status checks, lookups, simple file ops, heartbeats, casual chat, 1-2 sentence tasks. ESCALATE TO SONNET: code >10 lines, analysis, comparisons, planning, reports, multi-step reasoning, tables, long writing >3 paragraphs, summarization, research synthesis, most user conversations. ESCALATE TO OPUS: architecture decisions, complex debugging, multi-file refactoring, strategic planning, nuanced judgment, deep research, critical production decisions. Rule: If a human needs >30 seconds of focused thinking, escalate. If Sonnet struggles with complexity, go to Opus. Save 50-90% on API costs by starting cheap and escalating only when needed. This guide shows practical examples of using opus to automate common data & analytics workflows and save hours every week.
Install opus: npx clawhub@latest --dir ~/.claude/skills install opus
Identify the repetitive data & analytics tasks you want to automate
Describe the task to your AI in plain English
opus will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing opus
Automate my data & analytics tasks using opus
What repetitive tasks can opus handle for me?
Set up a workflow that runs opus every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install opusOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install opusβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/opus/π‘Extract and place the folder at the path above, then restart your agent.