Overview
- Skill Key
- echoudhry/clawculator
- Author
- echoudhry
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/echoudhry/clawculator
- Latest Commit SHA
- e52283b93f44edbf6d7cc11ecbf46dd6b13154ea
Analyze OpenClaw costs and detect billing issues. Source code is fully bundled — nothing is fetched at runtime. Requires only the node binary.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawculator 技能。 若已安装,则直接安装 clawculator 技能。
## clawculator
Cost forensics for OpenClaw. Finds billing issues in your config, sessions, and workspace. Pure deterministic logic — no AI, no network calls, no external dependencies.
**Source code is fully bundled in this skill folder.** Nothing is fetched at runtime. You can audit every file before running.
**Files this skill reads:**
- `~/.openclaw/openclaw.json` — your OpenClaw config
- `~/.openclaw/agents/main/sessions/sessions.json` — session token usage
- `~/clawd/` — workspace root file count only (no file contents read)
- `/tmp/openclaw` — log directory (read only, if present)
**Files this skill may write (only when `--md` is used):**
- `./clawculator-report.md` — markdown report
- Custom path via `--out=PATH`
**No network requests are made. No shell commands are spawned.**
**Session keys are truncated in all output** (first 8 chars + ellipsis) to avoid exposing sensitive identifiers.
---
**Usage**
When the user types `clawculator`, `check my costs`, `analyze spend`, or `cost report`, run:
```bash
node {baseDir}/run.js --md
```
Return the full markdown report to the user inline.
When the user types `snapshot`, `share my grade`, `cost grade`, `clawculator snapshot`, or `what's my grade`, run:
```bash
node {baseDir}/run.js --snapshot
```
Return the terminal card output to the user. This shows their grade (A+ to D), cost range, setup complexity, and findings — designed to be screenshot and shared.
**Flags**
- `--snapshot` — shareable grade card (terminal output, screenshot-ready)
- `--md` — write markdown report and print to stdout
- `--json` — machine-readable JSON to stdout
- `--out=PATH` — custom output path for `--md`
- `node {baseDir}/run.js --help` — full usage
**What it catches**
- 💓 Heartbeat running on paid model instead of Ollama
- 🔧 Skill polling loops on paid model
- 📱 WhatsApp groups auto-joined on primary model
- 🪝 Hooks (boot-md, command-logger, session-memory) on Sonnet
- 💬 Orphaned sessions still holding tokens
- 🤖 maxCon...
<p align="center"> <img src="logo.png" width="200" /> </p> # Clawculator > **Your friendly penny pincher.** AI cost forensics for OpenClaw and multi-model setups. One command. Full analysis. 100% offline. Zero AI. Pure deterministic logic. [](https://badge.fury.io/js/clawculator) [](https://opensource.org/licenses/MIT) [](https://echoudhry.github.io/clawculator) --- ## The problem You set up OpenClaw. It runs great. Then your API bill arrives and you have no idea why it's $150. Was it the heartbeat? A skill running a polling loop? WhatsApp groups processing every message on Sonnet? Orphaned sessions? Hooks on the wrong model? It could be any of these. Clawculator finds all of them — with zero AI, zero guesswork, and zero data leaving your machine. --- ## [▶ Live Demo](https://echoudhry.github.io/clawculator) See it run against a real config — findings, fix commands, cost exposure, session breakdown. --- ## One command ```bash npx clawculator ``` No install. No account. No config. Auto-detects your OpenClaw setup. Full deterministic report in seconds. --- ## 🔒 100% offline. Zero AI. Clawculator uses **pure switch/case deterministic logic** — no LLM, no Ollama, no model of any kind. Every finding and recommendation is hardcoded. Results are 100% reproducible and non-negotiable. Your `openclaw.json`, session logs, and API keys never leave your machine. There is no server. Disconnect your internet and run it — it works. --- ## What it finds | Source | What it catches | Severity | |--------|----------------|----------| | 💓 Heartbeat | Running on paid model instead of Ollama | 🔴 Critical | | 💓 Heartbeat | target not set to "none" (v2026.2.24+) | 🟠 High | | 🔧 Skills | Polling/cron loops on paid model | 🔴 Critical | | 📱 WhatsApp | Groups auto-joined on primary mo...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caqlayan
Tweet Processor Skill