cost-quota-dashboard

cost-quota-dashboard is a skill for Claude Code, Codex from djblack1209-coder/OpenClaw-Bot. It costs 27 tokens per session (362 once invoked), scanned A, original, Apache-2.0.

A Chinese-language command for manually checking provider usage, token consumption, costs, quotas, and related scheduled reports. It is triggered only when the user enters /cost.

In plain words
What is it for?
Use /cost to review available usage data, token use, quota risk, and up to three practical actions for the next day.
Why use it?
It gives a structured budget and risk view while avoiding unsolicited cost notifications or automatic messages.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use /cost to review available usage data, token use, quota risk, and up to three practical actions for the next day.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/djblack1209-coder/openclaw-bot/cost-quota-dashboard
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add djblack1209-coder/OpenClaw-Bot --skill cost-quota-dashboard
Clone the repo
git clone --depth 1 https://github.com/djblack1209-coder/OpenClaw-Bot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cost-quota-dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/djblack1209-coder/openclaw-bot/cost-quota-dashboard/github.svg)](https://agentmods.dev/skills/djblack1209-coder/openclaw-bot/cost-quota-dashboard)
Your own site
<a href="https://agentmods.dev/skills/djblack1209-coder/openclaw-bot/cost-quota-dashboard"><img src="https://agentmods.dev/badge/skills/djblack1209-coder/openclaw-bot/cost-quota-dashboard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cost-quota-dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/djblack1209-coder/openclaw-bot/cost-quota-dashboard"><img src="https://agentmods.dev/badge/skills/djblack1209-coder/openclaw-bot/cost-quota-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00362
Opus 5 $0.00014 $0.00181
Sonnet 5 $0.00005 $0.00072
Haiku 4.5 $0.00003 $0.00036

Measured 12d ago against content hash b8ab65deeaf1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cost-quota-dashboard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/openclaw/skills/cost-quota-dashboard/SKILL.md · 40 lines

What it actually says

Cost Quota Dashboard

用于手动查询成本信息,仅在 严总 主动输入 /cost 时触发。

重要:不要主动推送成本播报通知。不要在心跳/定时任务中自动发送此报告。

数据源优先级

  1. openclaw status --usage --json(provider usage/quota)
  2. 若 provider usage 为空,回退 openclaw status --json 的 sessions token 数据
  3. 必要时补充 openclaw cron list --json,检查成本播报任务是否在跑

输出要求(中文)

按以下结构输出:

  1. 今日总览(可用/缺失的数据源)
  2. Provider 维度(已用、剩余、重置时间)
  3. Token 维度(主要会话的 token 占用与缓存比例)
  4. 风险结论(低/中/高)
  5. 明日动作(最多 3 条,可执行)

风险判断规则

  • :核心 provider 无剩余额度信息且会话 token 持续攀升
  • :有 usage 数据但接近阈值(例如 >80%)
  • :usage 与 token 都在安全区间

禁止行为

  • 禁止在心跳中自动触发
  • 禁止主动推送到 Telegram
  • 仅在 /cost 命令时响应
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 40 lines · 27 tokens per session scan A b8ab65deeaf1

Subscribe to this mod's changes

cost-quota-dashboard is a skill published in the GitHub repository djblack1209-coder/OpenClaw-Bot (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 27 tokens to every session and 362 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

reskin

Author a NEW skin for the reskinnable-demo app. A skin is a self-contained domain plugin under src/skins/ / that implements the frozen Skin contract (src/shell/skin-contract.ts) to swap the app's entire experience — brand, theme, layout, pages, tools, data, and agent — as a live sales demo. Use when the user says "add…

CopilotKit/CopilotKit · 154 tokens

copilotkit-channels

Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…

CopilotKit/CopilotKit · 112 tokens

setup-slack-channel

Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…

CopilotKit/CopilotKit · 206 tokens

channels-setup

Use when a developer wants to build their first CopilotKit Channels agent and get it answering in Slack or Microsoft Teams — "set up a channel", "connect my agent to Slack", "get my agent into Teams", or starting from nothing and wanting a working channel end to end. Covers the whole path: inspecting or scaffolding…

CopilotKit/CopilotKit · 147 tokens

trigger-realtime-and-frontend

Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger, useRealtimeTaskTrigger), and mint scoped frontend credentials…

triggerdotdev/trigger.dev · 148 tokens

anarlog

Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.

fastrepl/anarlog · 44 tokens