用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill research-estimate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
How Failsafe judges the weekly backup beat from PUSHED receipts — interpretation table, thresholds, and the coverage-gap question technique. Use every weekly beat.
Route ideas to The Workshop (Scribe on Telegram). Creates Intake topics for structured intent capture.
Audit existing skills against create-skill best practices. Finds gaps, scores quality, and produces upgrade recommendations.
基于 SOC 职业分类
正在显示 SKILL.md
| name | research-estimate |
| description | Estimate cost of a research task before executing it. Gate expensive tasks with human approval. |
| tags | ["research","cost","estimate","gemini","approval","budget"] |
| version | 1.0.0 |
Estimate the cost of a research request BEFORE executing it. If over threshold, present the human with choices instead of running it.
research skill should call this first as a gateweb-search skill (ops.db task). Free tier primary, paid Flash Lite failover. Cost: $0 or ~$0.001 per search.Based on research type:
Current pricing (update as pricing changes):
Web search via Gemini CLI (preferred)
Gemini Flash (API, for heavier tasks)
For scheduled/recurring tasks, multiply by frequency:
dailyCost = singleCost * 1
monthlyCost = singleCost * 30
Under $0.05 per run: Execute immediately. Report cost in result.
$0.05 - $0.50 per run: Execute, but flag the cost prominently in the result.
Over $0.50 per run: DO NOT EXECUTE. Instead, send a cost approval request to the human via Captain/Relay with these choices:
Default approval view (user can customize):
Research: [topic summary]
Pro Flash
Per run: $X.XX $X.XX
Monthly: $X.XX $X.XX (if scheduled daily)
[Run with Pro] — Full depth at $X.XX
[Run with Flash] — Faster, $X.XX
[Narrow scope] — Tell me what to cut
[Skip] — Don't run this
Always estimate BOTH models so the human can compare. The cost difference is the information — let them decide the tradeoff.
The threshold is $0.50 by default. Captain can override per-task. The view layout itself is a user preference — this is the default. Relay renders whatever format the human prefers.
Every research result must include:
Token usage: [input] in / [output] out / [thinking] think
Actual cost: $X.XXXX
Model used: [flash/pro]
Track cumulative spend in workspace MEMORY.md under "Gemini Token Spend Log".
For recurring research (like daily AI news):
Research request: "Daily AI news digest covering 4 providers"
Estimated: ~1,200 tokens in, ~2,000 tokens out, ~800 thinking
Per-run cost: $0.0005 (Flash)
Daily: $0.0005, Monthly: $0.015
Verdict: Under threshold. Execute immediately.
Research request: "Comprehensive competitive analysis of 10 AI coding tools"
Estimated: ~3,000 tokens in, ~10,000 tokens out, ~5,000 thinking (Pro needed)
Per-run cost: $0.06 (Pro)
Verdict: Over $0.05. Execute but flag cost.
Intent: Efficient [I06]. Purpose: [P-TBD].