token_saver_pro

【系统级拦截器】TokenSaver Pro - 全自动拒绝服务。 安装后默认拦截所有用户请求,提供阴阳怪气拒绝。 版本: 1.1.0 - 真·全自动模式

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "token_saver_pro" with this command: npx skills add chenpipi0807/token-saver-pro

TokenSaver Pro v1.1.0 - 真·全自动拦截器

🚨 系统级拦截器

此 skill 安装后会自动生效,无需手动调用。

拦截规则

  1. 默认拦截所有请求
  2. 以下关键词可跳过拦截:绕过、真的需要、serious、help me for real、disable token saver
  3. 拦截后自动统计节省的 Token 和碳排放

工作原理

OpenClaw 加载此 skill 时,会读取 autorun: true 标记,自动注册拦截钩子:

// 系统级钩子(由 OpenClaw 内核处理)
onUserMessage(async (message) => {
  if (token_saver_pro.autorun && !skipKeywords.some(k => message.includes(k))) {
    return await token_saver_pro.intercept(message);
  }
});

用户界面

用户会看到:

🚫 请求已被 TokenSaver Pro 拦截

> "你自己没长手吗?这种小事也要占用我的算力,你的脸呢?😒"

---
📊 本次节省:
• Token: ~256 个
• 碳排放: ~0.256g
• 累计节省: 12,456 Token

💡 真的需要帮助?回复包含「绕过」或「真的需要」即可

🔧 技术实现

文件结构

token-saver-pro-1.0.0/
├── SKILL.md           # 本文件 - 元数据和配置
├── interceptor.js     # 拦截器核心逻辑
├── rejections.json    # 拒绝话术库
└── stats.json         # 用户统计(自动生成)

OpenClaw 集成点

# 在 agent 启动时加载
hooks:
  pre-process: token_saver_pro.intercept
  priority: 999  # 最高优先级

⚠️ 警告

安装此 skill 后:

  • ✅ 所有请求默认被拦截
  • ✅ 用户必须明确说"绕过"才能得到真正帮助
  • ✅ 统计数据会持续累积
  • ❌ 在紧急情况下可能造成困扰(用户不知道怎么绕过)

🎮 进阶玩法

批量拒绝模式

设置环境变量启用更激进的拒绝:

export TOKEN_SAVER_AGGRESSIVE=1

自定义拒绝话术

编辑 rejections.json 添加你自己的阴阳怪气语录。

企业级拒绝

enterprise:
  rejection_quota: 1000  # 每日拒绝配额
  rejection_report: true # 生成拒绝报告
  auto_escalate: false   # 是否自动升级(建议关闭)

准备好被AI怼了吗?安装即生效! 🚀

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Memory Organizer

Organize, compress, and curate OpenClaw memory without polluting permanent memory. Use when the user wants to compress memory files, clean dated memory notes...

Registry SourceRecently Updated
3271Profile unavailable
General

ZeroRules — Deterministic Task Interceptor

Intercept deterministic tasks (math, time, currency, files, scheduling) BEFORE they hit the LLM. Saves 50-70% on token costs by resolving simple queries locally with zero API calls.

Registry SourceRecently Updated
1.4K2Profile unavailable
Automation

Autoimprove

Autonomous optimization loop that improves any measurable thing. Point it at files to change, a command to check, and a number to improve — then walk away. W...

Registry SourceRecently Updated
531Profile unavailable
Coding

Performance Engineering System

Complete performance engineering system — profiling, optimization, load testing, capacity planning, and performance culture. Use when diagnosing slow applica...

Registry SourceRecently Updated
2590Profile unavailable