<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: JosiahWilson</title>
    <description>The latest articles on DEV Community by JosiahWilson (@aperturesurvivor).</description>
    <link>https://dev.to/aperturesurvivor</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3825968%2F58a2eaa4-a17f-450b-ad5f-de905068c9c0.png</url>
      <title>DEV Community: JosiahWilson</title>
      <link>https://dev.to/aperturesurvivor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aperturesurvivor"/>
    <language>en</language>
    <item>
      <title>How to reduce your OpenClaw agent costs (with a free dashboard</title>
      <dc:creator>JosiahWilson</dc:creator>
      <pubDate>Sun, 15 Mar 2026 22:21:58 +0000</pubDate>
      <link>https://dev.to/aperturesurvivor/how-to-reduce-your-openclaw-agent-costs-with-a-free-dashboard-5e3o</link>
      <guid>https://dev.to/aperturesurvivor/how-to-reduce-your-openclaw-agent-costs-with-a-free-dashboard-5e3o</guid>
      <description>&lt;p&gt;If you're running OpenClaw agents, you're probably paying more than you realize.&lt;/p&gt;

&lt;p&gt;The problem: OpenClaw agents run continuously. Heartbeat timers fire every&lt;br&gt;
  few minutes. Cron jobs run overnight. Subagents spawn subagents. Every one&lt;br&gt;
  of those makes LLM API calls — and without visibility, you won't know where&lt;br&gt;
  the money is going until the bill arrives.&lt;/p&gt;

&lt;p&gt;## The fix: install CostClaw&lt;/p&gt;

&lt;p&gt;CostClaw is a free OpenClaw plugin that captures every LLM call and shows&lt;br&gt;
  you a live local dashboard.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Install:&lt;/strong&gt;&lt;br&gt;
  &lt;code&gt;\&lt;/code&gt;&lt;code&gt;bash&lt;br&gt;
  git clone https://github.com/Aperturesurvivor/costclaw-telemetry.git&lt;br&gt;
  cd costclaw-telemetry&lt;br&gt;
  npm install &amp;amp;&amp;amp; npm run build&lt;br&gt;
  openclaw plugins install -l .&lt;br&gt;
  openclaw gateway restart&lt;br&gt;
  \&lt;/code&gt;&lt;code&gt;\&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Open &lt;a href="http://localhost:3333" rel="noopener noreferrer"&gt;http://localhost:3333&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;## What to look for&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Usage by Source&lt;/strong&gt;&lt;br&gt;
  This is always the most revealing. Most people expect "user" to be their&lt;br&gt;
  biggest cost. It's usually "heartbeat."&lt;/p&gt;

&lt;p&gt;If your heartbeat agent is running GPT-4o or Claude Sonnet for keep-alive&lt;br&gt;
  checks, switch it to GPT-4o-mini or Claude Haiku. Same functionality,&lt;br&gt;
  ~1/20th the cost.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Model Breakdown&lt;/strong&gt;&lt;br&gt;
  Sort by cost. If one model owns 80%+ of your spend, ask whether every use&lt;br&gt;
  case actually needs that model's capability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Sessions by Cost&lt;/strong&gt;&lt;br&gt;
  Identify your most expensive conversation patterns. Long agentic loops&lt;br&gt;
  with many subagent calls show up here.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Recommendations panel&lt;/strong&gt;&lt;br&gt;
  CostClaw auto-generates suggestions based on your specific usage.&lt;br&gt;
  Common output: "Your most-used model costs $X/1K tokens. Switching&lt;br&gt;
  to [cheaper model] for similar tasks would save ~$Y/month."&lt;/p&gt;

&lt;p&gt;## Real numbers&lt;/p&gt;

&lt;p&gt;In my own setup: $90/mo → $35/mo after seeing the breakdown.&lt;br&gt;
  The entire savings came from one heartbeat agent.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Aperturesurvivor/costclaw-telemetry" rel="noopener noreferrer"&gt;https://github.com/Aperturesurvivor/costclaw-telemetry&lt;/a&gt; (MIT, free)&lt;/p&gt;

&lt;p&gt;#openclaw #llm #ai #agents #programming&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>ai</category>
      <category>productivity</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
