Developer Setup

The Right Model For Every OpenClaw Task. Faster. Cheaper. Plug Right In

One API call. ClawPack classifies your task and routes it to the right specialist. Free API key. One command to install.

1

Command

<30s

Setup time

100M

Free tokens/mo

How ClawPack works

Your prompt

ClawPack

classifies

Specialist

answer

from ClawPack

Frontier LLM

complex tasks · Advanced+

[LEGAL]

Contract risk analysis

Clause extraction & comparison · Redline diffs

[FINANCE]

Invoice parsing & extraction

Expense categorization · Financial statement analysis

[CODING]

Code generation

Code review & PR summaries · Unit & integration tests

[SALES]

Cold outreach & email sequences

Lead scoring & qualification · Objection handling

[SUPPORT]

Ticket triage & prioritization

Sentiment detection · Response drafting

[MARKETING]

Ad copy (Google, LinkedIn, Facebook)

SEO briefs & keyword research · Social media posts

One API call · No chaining

1
2

Start here

Free

Full access to ClawPack and the playground. 100M tokens/month to test and build.

$0/mo

  • ClawPack — all 6 domains
  • 100M tokens/month
  • OpenAI-compatible API
  • Playground access

For production

Pro

Unlimited ClawPack tokens. No throttling, no monthly caps. Ship with confidence.

$8/mo

  • Unlimited ClawPack tokens
  • No API rate caps
  • Your data is never used for training
  • All 6 specialist domains
  • Self-serve billing via Stripe
  • Cancel or reactivate anytime
Get started with Pro
Most popular

For complex work

Advanced

Everything in Pro, plus a frontier-class model for tasks that need deeper reasoning—no separate Claude or ChatGPT subscription.

$25/mo

  • Frontier-class LLM included
  • Unlimited ClawPack tokens
  • No API rate caps
  • Data never used for training
  • All 6 specialist domains
Get started with Advanced

For teams

Team

Everything in Advanced, plus up to 5 API keys to share across your projects and workflows.

$25/mo per seat

  • Up to 5 API keys
  • Frontier-class LLM included
  • Unlimited ClawPack tokens
  • No API rate caps
  • Priority support
Get started with Team

Use in automated workflows

Reference ClawPack by model ID in agent configs, skill definitions, or API calls. One model ID — ClawPack classifies your prompt and routes to the matching specialist.

agent.yaml
agents:
  contract-reviewer:
    model: neurometric/clawpack
    # → [LEGAL] contract-risk-analyzer

  invoice-bot:
    model: neurometric/clawpack
    # → [FINANCE] invoice-data-extractor
app.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.neurometric.ai/v1",
    api_key="your_key_here"
)

# Routes to [LEGAL] → contract-risk-analyzer
client.chat.completions.create(
    model="neurometric/clawpack",
    messages=[{"role": "user", "content": "Flag liability clauses in this NDA"}]
)

# Routes to [CODING] → code-reviewer
client.chat.completions.create(
    model="neurometric/clawpack",
    messages=[{"role": "user", "content": "Summarize this PR diff"}]
)
⚖️[LEGAL]Legal Review
  • Contract risk analysis
  • Clause extraction & comparison
  • Redline diffs
  • Compliance checking (GDPR, HIPAA, SOC2)
  • Liability assessment
💰[FINANCE]Financial Analysis
  • Invoice parsing & extraction
  • Expense categorization
  • Financial statement analysis
  • Ratio calculations
  • Forecast narratives & anomaly detection
💻[CODING]Coding Swarm
  • Code generation
  • Code review & PR summaries
  • Unit & integration tests
  • Documentation & docstrings
  • Security scanning & refactoring
💼[SALES]Sales Enablement
  • Cold outreach & email sequences
  • Lead scoring & qualification
  • Objection handling
  • Proposal drafting
  • Meeting prep & CRM summaries
🎧[SUPPORT]Customer Ops
  • Ticket triage & prioritization
  • Sentiment detection
  • Response drafting
  • Escalation classification
  • KB article retrieval
📣[MARKETING]Marketing & Content
  • Ad copy (Google, LinkedIn, Facebook)
  • SEO briefs & keyword research
  • Social media posts
  • Email campaigns & sequences
  • Headline A/B testing & brand voice
  • OpenAI-compatible — works with LangChain, CrewAI, AutoGen, or bare HTTP
  • Does not replace your default model — ClawPack appears alongside existing ones
  • Routes to the right specialist — contract risk, invoice parsing, PR summaries, ticket triage, and more
  • Advanced+ plans: frontier-class LLM when a task needs deeper reasoning

FAQ