원클릭으로
tinker-command-center
Stop guessing what your AI costs. Tinker shows every token, every dollar, every context byte — in real time.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Stop guessing what your AI costs. Tinker shows every token, every dollar, every context byte — in real time.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Turn your AI into JARVIS. Voice, wit, and personality — the complete package. Humor cranked to maximum.
WhatsApp skill with a 3-rule security gate. Your agent speaks only when spoken to — in the right chat, by the right person.
Your agent reads Outlook email all day. Drafts replies for you. Won't send a single one. Not even if you ask nicely.
Structured command execution with security levels, color-coded output, and 4-line max summaries. Enforces transparency and visibility for all shell commands. Use when running any exec/shell commands to ensure consistent, auditable output.
WhatsApp contact sync, group management, and administrative tools via Baileys API. Use for: extracting all contacts from groups, creating groups, fetching group metadata, or any WhatsApp operation beyond basic messaging.
| name | tinker-command-center |
| description | Stop guessing what your AI costs. Tinker shows every token, every dollar, every context byte — in real time. |
| metadata | {"openclaw":{"requires":{"bins":["node","pnpm"]},"notes":{"security":"Read-only dashboard. Connects to your local OpenClaw gateway WebSocket. No data leaves your machine."}}} |
Your $200 Opus session didn't have to happen. Tinker shows you exactly where every token goes — before the bill arrives.
You switched to Claude API because Anthropic did the right thing. Respect. But now you're running Opus through OpenClaw and a single deep conversation burns $20+ in tokens with zero warning. You check your dashboard three days later and wonder what happened.
That's not a billing problem. That's a visibility problem.
Tinker is a real-time command center that sits on top of your OpenClaw gateway. It shows you what's filling your context window, what each response costs, and where your budget stands — live, as it happens.
Interactive squarified treemap of your context window. See exactly what takes space: system prompt sections, conversation history, tool results. Drill down from categories → messages → raw text. When you wonder "why is my context 180K tokens?" — this tells you in one glance.
Same visualization for model output. How much is text, how much is thinking, how much is tool calls? Per LLM call within a run, so you see the real cost of that 8-step tool loop.
Per-provider token usage. Daily and monthly estimates. The 5-hour Claude rate-limit window with countdown timer. You'll never hit a rate limit by surprise again.
Set a monthly limit. Get warned at 70%, 90%, and 100%. No more "I'll check later" — later is too late with Opus.
When your agent loops through tools (search → read → edit → test → commit), each call's context and cost is broken out individually. You'll see which tool calls are token hogs and which are cheap.
Not just a dashboard — it's a complete webchat with session switching, tool call inspection (expand any tool inline), and real-time streaming. Use it as your daily driver or just for monitoring.
These are the API costs Tinker tracks:
| Model | Input (per 1M) | Output (per 1M) | Watch out? |
|---|---|---|---|
| Claude Opus 4 / 4.5 | $15.00 | $75.00 | ⚠️ Yes. One deep session = $20+ |
| Claude Sonnet 4 / 3.5 | $3.00 | $15.00 | Sweet spot |
| Claude Haiku 3.5 | $0.80 | $4.00 | Background tasks |
| Gemini 3 Pro | $1.25 | $5.00 | Great failover |
| Gemini 2 Flash | $0.10 | $0.40 | Near-free |
Tinker is a bundled OpenClaw plugin in the globalcaos fork. It ships as part of the build.
# Clone the fork
git clone https://github.com/globalcaos/tinkerclaw.git openclaw
cd openclaw
# Build (includes Tinker UI)
pnpm install
pnpm build
# Access
# Production: http://localhost:18789/tinker/
# Development: cd tinker-ui && pnpm dev → http://localhost:18790/tinker/
tinker-ui/ ← Standalone Vite + Lit app (zero upstream conflicts)
├── src/
│ ├── app.ts ← Main shell: sidebar + panels + WebSocket client
│ └── panels/
│ ├── context-treemap.ts ← What fills your context window
│ ├── response-treemap.ts ← What each response costs
│ └── context-timeline.ts ← Context usage over time
├── index.html
└── vite.config.ts
extensions/tinker/ ← OpenClaw plugin (serves UI from gateway)
├── index.ts
└── openclaw.plugin.json
ui/ — no merge conflicts, ever.Anthropic refused the Pentagon contract. Respect. Claude overtook ChatGPT in the App Store this weekend. People are migrating to Claude API in droves.
But Claude API through OpenClaw is unmetered. There's no $20/month cap. Opus input costs $15 per million tokens, output costs $75. A single agent session with tools can easily consume 200K+ tokens. Do the math.
If you're switching to Claude API because you believe in Anthropic's mission — you should also know what you're spending. That's not about being cheap. That's about being informed.
Tinker makes you informed.
Built by globalcaos · Part of The Tinker Zone