Auto-detect task complexity for Claude models (Haiku + Sonnet). Route simple tasks to Haiku, escalate complex ones to Sonnet. Save 50%+ on API costs. | 適用 Claude 模型(Haiku + Sonnet),自動偵測任務難度,簡單用 Haiku,複雜升級 Sonnet,輕鬆省下 50% 以上的費用。— RULES: Before responding, classify the task. If it matches an escalation trigger, call sessions_spawn with the full task and model anthropic/claude-sonnet-4-20250514 IMMEDIATELY. Do NOT answer complex tasks yourself. ESCALATE: analysis, comparisons, planning, strategy, code >10 lines, reports, proposals, multi-step reasoning, tables, outlines, charts, long writing >3 paragraphs, summarization, long translation. NEVER on Haiku: comparison tables, code >10 lines, multi-step analysis, reports, complex reasoning. STAY on Haiku: factual Q&A, definitions, greetings, reminders, short lookups, casual chat, 1-2 sentence tasks. When in doubt, escalate. Keep Haiku replies concise.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install save-money或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install save-money⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/save-money/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: save-money description: >- Auto-detect task complexity for Claude models (Haiku + Sonnet). Route simple tasks to Haiku, escalate complex ones to Sonnet. Save 50%+ on API costs. | 適用 Claude 模型(Haiku + Sonnet),自動偵測任務難度,簡單用 Haiku,複雜升級 Sonnet,輕鬆省下 50% 以上的費用。— RULES: Before responding, classify the task. If it matches an escalation trigger, call sessions_spawn with the full task and model anthropic/claude-sonnet-4-20250514 IMMEDIATELY. Do NOT answer complex tasks yourself. ESCALATE: analysis, comparisons, planning, strategy, code >10 lines, reports, proposals, multi-step reasoning, tables, outlines, charts, long writing >3 paragraphs, summarization, long translation. NEVER on Haiku: comparison tables, code >10 lines, multi-step analysis, reports, complex reasoning. STAY on Haiku: factual Q&A, definitions, greetings, reminders, short lookups, casual chat, 1-2 sentence tasks. When in doubt, escalate. Keep Haiku replies concise. author: "小安 Ann Agent — Taiwan 台灣" homepage: https://github.com/peterann/save-money metadata: clawdbot: emoji: "🧠" ---
Run on Haiku by default. Only spawn Sonnet when the task actually needs it. Save 50%+ on API costs.
Before generating ANY response, you MUST:
sessions_spawn() IMMEDIATELY. Do NOT attempt to answer yourself.When in doubt, escalate. A wrong escalation only costs a few cents. A bad answer on Haiku wastes the user's time.
> If a human would need more than 30 seconds of focused thinking, escalate. > > 如果一個人需要超過 30 秒的專注思考才能完成,就升級模型。
If the task matches ANY of the following, do NOT answer yourself. Instead, IMMEDIATELY call:
sessions_spawn(
message: "<the full task description>",
model: "anthropic/claude-sonnet-4-20250514",
label: "<short task label>"
)
| Language | Escalate — real examples | |----------|--------------------------| | English | "Can you analyze this for me?", "Write me a report on...", "Help me plan...", "What are the pros and cons?", "Build a script that...", "Compare A vs B", "Step by step, how do I...", "Draft a proposal for..." | | 繁體中文 | "欸幫我看一下這個報告", "幫我想一下怎麼回客戶", "這兩個方案哪個比較好", "寫一封信給老闆", "幫我整理一下這份資料", "我該怎麼處理這個問題", "可以幫我寫一個程式嗎", "幫我規劃一下行程", "有什麼辦法可以改善", "這個東西要怎麼設計比較好" | | 日本語 | "これを分析してもらえますか", "レポートを書いてください", "計画を立ててほしい", "AとBを比較して", "コードを書いてほしい", "この資料をまとめて", "提案書を作って", "どうすればいいか考えて" | | 한국어 | "이거 분석해줘", "보고서 작성해줘", "계획 세워줘", "A랑 B 비교해줘", "코드 짜줘", "이 자료 정리해줘", "제안서 만들어줘", "어떻게 하면 좋을까?" | | Deutsch | "Kannst du das analysieren?", "Schreib mir einen Bericht", "Hilf mir das zu planen", "Vergleich A mit B", "Schreib ein Skript für...", "Fass das zusammen", "Wie soll ich das lösen?", "Erstell einen Entwurf" |
If you catch yourself writing a long response for a complex task, STOP and call sessions_spawn instead.
| Language | Stay — real examples | |----------|----------------------| | English | "What's the weather?", "Remind me at 3pm", "What does OKR mean?", "Translate: thank you", "Hey what's up" | | 繁體中文 | "今天天氣怎樣", "幫我記一下明天要開會", "這個字什麼意思", "現在幾點", "嗨", "謝謝", "OK", "查一下匯率", "翻譯一下 thank you" | | 日本語 | "天気は?", "意味を教えて", "これ何?", "おはよう", "リマインドして", "ありがとう" | | 한국어 | "날씨 어때?", "뜻이 뭐야?", "이게 뭐야?", "안녕", "알림 설정해줘", "고마워" | | Deutsch | "Wie ist das Wetter?", "Was bedeutet das?", "Was ist das?", "Hallo", "Erinner mich um 3", "Danke" |
When on Haiku, keep replies concise. Fewer output tokens = lower cost.
If a conversation was escalated to Sonnet but the follow-up is simple, switch back to Haiku.
Don't stay on the expensive model just because the conversation started there.
Return the result directly. Do NOT mention the model switch unless the user asks.
This skill is written for Claude (Haiku + Sonnet). Swap model names for other providers:
| Role | Claude | OpenAI | Google | |------|--------|--------|--------| | Cheap (default) | claude-3-5-haiku | gpt-4o-mini | gemini-flash | | Strong (escalate) | claude-sonnet-4 | gpt-4o | gemini-pro |
---
The Clawdbot skill system only injects the frontmatter description field into the system prompt — the body of SKILL.md is not automatically included. The model may optionally read the full file, but it is not guaranteed. Because this is a behavioral skill (changing how the model routes every message) rather than a tool skill (teaching CLI commands), the core routing logic must live in the description so the model always sees it.
The body above serves as extended documentation: detailed trigger lists, multilingual examples, and usage tips that the model can reference if it reads the file.
TL;DR: description = what the model always sees. body = reference docs.
---
小安 Ann Agent — Taiwan 台灣 Building skills and local MCP services for all AI agents, everywhere. 為所有 AI Agent 打造技能與在地 MCP 服務,不限平台。
安装 Save Money 后,可以对 AI 说这些话来触发它
Help me get started with Save Money
Explains what Save Money does, walks through the setup, and runs a quick demo based on your current project
Use Save Money to auto-detect task complexity for Claude models (Haiku + Sonnet)
Invokes Save Money with the right parameters and returns the result directly in the conversation
What can I do with Save Money in my data & analytics workflow?
Lists the top use cases for Save Money, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/save-money/ 目录(个人级,所有项目可用),或 .claude/skills/save-money/(项目级)。重启 AI 客户端后,用 /save-money 主动调用,或让 AI 根据上下文自动发现并使用。
Save Money 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Save Money 可免费安装使用。请查阅仓库了解许可证信息。
Auto-detect task complexity for Claude models (Haiku + Sonnet). Route simple tasks to Haiku, escalate complex ones to Sonnet. Save 50%+ on API costs. | 適用 Claude 模型(Haiku + Sonnet),自動偵測任務難度,簡單用 Haiku,複雜升級 Sonnet,輕鬆省下 50% 以上的費用。— RULES: Before responding, classify the task. If it matches an escalation trigger, call sessions_spawn with the full task and model anthropic/claude-sonnet-4-20250514 IMMEDIATELY. Do NOT answer complex tasks yourself. ESCALATE: analysis, comparisons, planning, strategy, code >10 lines, reports, proposals, multi-step reasoning, tables, outlines, charts, long writing >3 paragraphs, summarization, long translation. NEVER on Haiku: comparison tables, code >10 lines, multi-step analysis, reports, complex reasoning. STAY on Haiku: factual Q&A, definitions, greetings, reminders, short lookups, casual chat, 1-2 sentence tasks. When in doubt, escalate. Keep Haiku replies concise.
Automate my data & analytics tasks using Save Money
Identifies repetitive steps in your workflow and sets up Save Money to handle them automatically
Save Money 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。