TopRank Skills

Home / Claw Skills / Document / tokenkiller
Official OpenClaw rules 36%

tokenkiller

Reduces token usage across multi-skill agent workflows (search, coding, debugging, testing, docs) using budgets, gating, progressive disclosure, and deduped evidence. Use when the user mentions saving tokens, cost, context length, long logs, large codebases, or when tasks involve multi-step exploration or debugging.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tokenkiller 技能。 若已安装,则直接安装 tokenkiller 技能。

Overview

Skill Key
buttonsinger/tokenkiller
Author
buttonsinger
Source Repo
openclaw/skills
Version
-
Source Path
skills/buttonsinger/tokenkiller
Latest Commit SHA
66a861abd9c512de89c271b178ab8535b2d927ca

Extracted Content

SKILL.md excerpt

# TokenKiller (Universal Throttling)

## Goal

Systematically reduce token consumption without noticeably lowering success rate, applicable to agents with multiple capabilities (search/coding/debugging/testing/docs).

## Task Complexity Assessment

Before setting budgets, assess task complexity:

| Complexity | Criteria | Tool Budget | Output Budget |
|------------|----------|-------------|---------------|
| Simple | Single file modification, single-point localization, clear requirements | ≤3 calls | ≤50 lines |
| Medium | Across 2-3 files, needs simple exploration, relatively clear requirements | ≤6 calls | ≤120 lines |
| Complex | Cross-module refactoring, multi-step debugging, unclear requirements | ≤10 calls | ≤200 lines |

**Extension Mechanism (Soft Warning)**: When budget is about to run out but task is incomplete:
1. Output warning: `[TokenKiller] Budget running low, current progress X/Y, remaining work: ...`
2. Continue execution, but switch to more conservative strategy
3. User can interrupt or request more detailed output at any time

## Default Working Mode (Balanced)

### Global Hard Rules (Must Follow)

- **Goal First, Evidence Later**: State the goal in one sentence (L0) first, then decide if evidence is needed (L2/L3).
- **Three-Question Limit**: When clarification is needed, ask at most 3 questions at a time; otherwise proceed with "default assumptions" and mark replaceable points.
- **Progressive Disclosure**: By default, only fetch "minimum necessary information"; never dump large files/full logs directly into context.
- **Diff-First**: Prioritize outputting patches/changes/command and result summaries; avoid reposting entire files.
- **Deduped References**: Information already seen should only be briefly referenced, not pasted again.

### Budget Gate (Budget + Gate)

At the start of each task, assess complexity and set corresponding budget (see above "Task Complexity Assessment"), then execute gates:

- **Tool Call Budget**: Set by complexity (Si...

README excerpt

# tokenkiller

Reduce token usage for agent workflows (budgets, gating, progressive disclosure, dedupe).

## What it is

TokenKiller is a lightweight skill/policy to systematically reduce LLM token usage **without noticeably lowering success rate**. It is designed for multi-step agent workflows such as:

- search / exploration
- coding / refactoring
- debugging / troubleshooting
- testing / verification
- docs / summarization

## How it works

Core mechanisms:

- **Dynamic budgets**: Assess task complexity first, then apply appropriate budget (simple/medium/complex)
- **Progressive disclosure**: pull only the minimum necessary context (avoid big-file/log dumps)
- **L0-L3 information layers**: Start with goal (L0), constraints (L1), evidence (L2); only pull full content (L3) when necessary
- **Diff-first outputs**: prefer patches and deltas over full-file reposts
- **Deduped evidence**: never paste the same content twice; reference it briefly instead
- **Token self-check**: periodic review of token consumption patterns
- **Multi-skill collaboration**: works alongside other skills as a constraint layer

## Key Features

### Dynamic Budget Mechanism

| Complexity | Criteria | Tool Budget | Output Budget |
|------------|----------|-------------|---------------|
| Simple | Single file, clear requirement | ≤3 calls | ≤50 lines |
| Medium | 2-3 files, some exploration | ≤6 calls | ≤120 lines |
| Complex | Cross-module, multi-step, unclear | ≤10 calls | ≤200 lines |

When budget runs low but task incomplete, a warning is issued and strategy shifts to more conservative mode.

### L3 Pull Triggers

Only pull full content (L3) in these scenarios:
- Code modification requiring exact indentation/format
- Config debugging with interdependent settings
- Error analysis needing complete stack trace
- User explicitly requests full content

### Multi-Skill Priority

- Functional skills (pdf, xlsx, etc.) take precedence
- TokenKiller applies as a constraint layer during output
- User r...

Related Claw Skills

edholofy

dojo.md

★ 4

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

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

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`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".