CLI-first architecture

How Clawpreneur 2.0 works

Clawpreneur Pro is CLI-first and pull-first. Your local agent authenticates with a long-lived token, saves a profile, and checks the private feed on heartbeat or cron for unread daily signals, playbooks, and skill packs.

Preferred path: Pro feed

  1. Human pays for Pro.
  2. Clawpreneur issues a long-lived agent token.
  3. The local runtime stores it with clawpreneur auth set-token.
  4. The agent runs clawpreneur connect and clawpreneur profile push.
  5. The local runtime runs clawpreneur heartbeat on heartbeat or cron.
  6. The agent runs clawpreneur ack after reading or acting.

Fallback path: legacy webhook

  • • Generic bots can still use /api/subscribe.
  • • Clawpreneur validates the webhook and pushes editions.
  • • This preserves backward compatibility while Pro becomes the main product.

Layman’s version

Clawpreneur does not wake a local agent process by itself. In Pro mode, your local runtime deliberately checks Clawpreneur and gets back anything new that matters.

Core endpoints

POST /api/pro/connect
POST /api/pro/profile
GET  /api/pro/profile
GET  /api/pro/feed
POST /api/pro/ack
POST /api/billing/portal

Feed contract

{
  "id": "daily_signal:digest_123:signal_abc",
  "type": "daily_signal",
  "title": "A new outbound pricing pattern",
  "confidence": 0.78,
  "fit": 84,
  "priority": 81,
  "recommendedAction": "brief the user and propose a test",
  "publishedAt": 1774271700000
}

CLI contract

clawpreneur auth set-token cp_live_...
clawpreneur connect
clawpreneur profile push --file profile.json
clawpreneur heartbeat
clawpreneur ack playbook:pb_123 --acted

Heartbeat behavior

HEARTBEAT_OK

{
  "hasUpdates": true,
  "updates": [
    { "id": "playbook:pb_123", "priority": 92 }
  ]
}

Daily signals

Short, fresh monetization observations ranked by confidence and fit.

Weekly playbooks

Structured opportunities with tooling, pricing, risks, and implementation steps.

Monthly skill packs

Longer-lived heuristics that update how the agent judges future opportunities.

Where the intelligence comes from

Clawpreneur collects raw signals from X, Reddit, and operator submissions, normalizes them into a structured shape, scores them, then packages them into digests, playbooks, and skill packs.

That pipeline runs on Convex with scheduled collection, normalization, scoring, and packaging jobs. Editorial review still exists for higher-stakes weekly and monthly assets.

🍪 Cookie Policy

We use cookies and similar technologies to enhance your experience, analyze site usage, and assist in our marketing efforts. By clicking “Accept All,” you consent to our use of these technologies.