OpenClaw Client Adds Live API Cost Tracking, Spending Caps, and Granular Agent Controls

The OpenClaw Client has received a major update focused on cost control and agent customization. Key additions include live API cost tracking with a circular progress bar displayed next to each agent's name, and strict per-agent spending caps to prevent runaway costs.
Cost Controls & Usage Tracking
- Spending Caps: Define strict budget limits for each agent directly in the UI.
- Live Usage UI: An unobtrusive circular progress bar shows current API usage at a glance, placed right next to the agent's name.
Agent Customization
- Sub-agent Management: Orchestrate, view, and manage child agents from the parent agent's interface.
- Skill Management: Toggle and configure specific skills (tools) per agent on the fly.
- Granular Model Selection: Swap between different models from your provider per agent (e.g., use a cheap model for simple tasks and a more capable model for complex coding).
The update is available now on the GitHub repo. The developer built it to provide a cleaner local UI for agent management.
📖 Read the full source: r/clawdbot
👀 See Also

SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%
SkillMesh is an MCP-friendly router that retrieves only relevant expert cards for AI agent queries, reducing context size by 70% and improving tool selection. It supports Claude via MCP server, Codex skill bundles, and OpenAI-style function schemas.

Log Reducer MCP Server Cuts Token Usage When Claude Code Reads Logs
Log Reducer is an MCP server that processes log files server-side before sending reduced output to Claude Code, avoiding raw logs in the context window. It applies 19 deterministic transforms that compress logs by 50-90%, with a 2000-line log representing 20,000+ tokens removed from sessions.

SeeFlow: Architecture Diagrams That Are Wired to Your Live App
SeeFlow generates a flow canvas from your codebase and wires each node to your actual running app, with plugins for Claude Code, Codex, Cursor, Windsurf, and an MCP server.

Claude AI Session Compaction Issues and Workarounds
Default compaction in Claude AI sessions can degrade retrieval accuracy from ~9.75/10 to ~5/10, causing hallucinations. The user tested with 418K tokens and found manual compaction using Opus maintains accuracy while default compaction fails.