OpenClaw Ops Pack

Ship agents with bounded autonomy.

The difference between a demo and a deployment is governance. OpenClaw Ops Pack adds concrete rails—receipts, gates, and permissions—so you can sleep while it runs.

Book a Call

Action Receipts

Agents shouldn't leave ghost trails. Every action generates a structured receipt—what changed, the exact diff, and the logic trail. Zero ambiguity.

{ "action": "update_crm_record", "target": "lead_8829", "diff": { "status": "cold" -> "warm" }, "reason": "Replied to email #3", "timestamp": "2024-02-14T10:00:00Z", "risk_score": 2 }

Risk-Based Approval Gates

Every action is classified by risk. Low‑risk actions run automatically. High‑risk actions pause for human approval. Nothing slips through silently.

  • RISK 1Auto-Approve: Read-only fetches. (e.g. "Get Lead")
  • RISK 3Notify-Only: Reversible updates. (e.g. "Move Stage")
  • RISK 5Hard Block: Needs approval. (e.g. "Delete Data")

Permissions Gatekeeper

Capability manifests define the hard edges of your agent. The runtime brutally blocks any tool call not explicitly whitelisted in the boot config.

openclaw.manifest.json
allow: [
  "crm.read",
  "crm.update.notes",
  "slack.notify"
]
deny: ["*"]

Kanban → Execution Loop

The interface for "Human-in-the-loop" isn't a CLI—it's a board. You manage cards; the agent does the work.

  1. Move Card: Drag "Process Leads" to "Doing".
  2. Agent Wakes: Ops Pack triggers specific workflow.
  3. Execution: Agent performs work, obeying Risk Gates.
  4. Receipt: Receipt object attached to card comments.
  5. DONE: Card auto-moves to "Done" (or "Blocked" on failure).

Security + Auditability

We don't sell black boxes. You get a fully auditable, secure deployment.

What’s Included

  • deployment: VPS (Ubuntu 24.04) + hardening checklist
  • governance: capability manifest + approval gates
  • control: Telegram command center + kanban loop
  • audit: action receipts + rollback plan
  • tools: Google Sheets tracker + research/outreach queue
  • handoff: setup + strategy Loom + 14-day support

Not Included

  • Custom CRM integrations (beyond tracker)
  • Unlimited prompt iteration / revisions
  • Ongoing deliverability/warmup (unless management plan)

Pricing

$2,500 one‑time setup

+ optional $500/mo management

Everything installed on your infrastructure. You own the code, the keys, and the data.

Book a Call

Prefer async? Email ‘OPS PACK’ to support@sentient-flow.com.

Prefer a full DFY setup?

Get OpenClaw Growth-Ready. Secure OpenClaw ‘AI employee’ installed for you + growth automations… Live in 7 days or refund.

View Growth-Ready Setup

FAQ