OpenClaw Utility Kit
Everything the guides reference, ready to drop in and use. Four standalone packs β download whichever you need. Free, no account required.
How to use any file from this kit:
# 1. Download the zip β unzip it unzip routing-config.zip # 2. Copy files to your OpenClaw workspace cp openclaw-routing.json ~/.openclaw/workspace/ cp MODEL_ROUTING.md ~/.openclaw/workspace/ # 3. For scripts: edit WA_TARGET at the top, then run setup cp cost-report.sh ~/.openclaw/workspace/scripts/ bash setup-crons.sh # 4. For templates: fill in the [PLACEHOLDERS] cp SOUL-template.md ~/.openclaw/workspace/SOUL.md
Agent Identity Pack
SOUL.md + AGENTS.md β give your agent a governed identity
Fill-in templates for the two files every serious OpenClaw agent needs. Copy to your workspace, fill in the bracketed placeholders, and your agent has a defined identity from day one.
- βSOUL.md template β name, mandate, communication style, hard limits
- βAGENTS.md template β tool permissions, escalation paths, external comms rules
- βThree-Zone Communication Policy (private / group / public)
- β4-Tier Decision Authority Framework
- β5-Check External Filter β what the agent must verify before any outbound action
3-Tier Routing Config
Drop-in config + decision rules for 70β83% cost reduction
A ready-to-use routing config that splits traffic across DeepSeek (cheap), Claude Sonnet (capable), and Claude Opus (deep) β with the exact decision rules your agent reads to know when to escalate.
- βopenclaw-routing.json β drop-in 3-tier config, works immediately
- βTier A: DeepSeek V3 for lookups, summaries, drafts (~$0.28/M tokens)
- βTier B: Claude Sonnet for reasoning, code review, multi-step tasks
- βTier C: Claude Opus for high-stakes decisions only
- βMODEL_ROUTING.md β decision rules your agent references directly
Cost Monitoring Scripts
Daily report + spike alerts via WhatsApp β cron-ready
Three scripts that keep your API spend visible. Edit two variables at the top of each file, run the setup script, and you're covered β daily digest plus spike alerts with no ongoing maintenance.
- βcost-report.sh β daily OpenRouter spend digest sent to your phone
- βcost-alert.sh β fires a WhatsApp alert if today's spend is 3Γ the 7-day average
- βsetup-crons.sh β installs all crons in one command
- βTwo-variable config per script β WA_TARGET and API_KEY only
- βCompatible with any wa-send.mjs WhatsApp setup
Requires: node, wa-send.mjs, jq (optional)
Morning Briefing Pack
Daily WhatsApp digest β costs, system health, AI headlines β cron-ready
Three scripts wired together to send a formatted briefing to your phone before 7 AM. Yesterday's cost, a top AI headline, and system health β all in one WhatsApp message.
- βmorning-brief.sh β pulls cost + headline + health into one WhatsApp message
- βnews-digest.sh β standalone RSS headline fetcher for on-demand use
- βsetup-briefing-cron.sh β one command to wire all crons
- βFires before 7 AM every day, zero interaction required after setup
- βEdit WA_TARGET once at the top, run setup, done
Requires: node, wa-send.mjs, curl, jq
Want the full routing guide?
The hybrid routing guide explains why these configs work and how to tune them for your usage pattern.
Read the routing guide βBuild your SOUL.md interactively
The SOUL.md generator on the tools page lets you fill in your agent's identity and download a customised file.
Open the generator β