/install btc-sprint-stack
BTC Sprint Stack
Use this skill to operate a conservative BTC 5m/15m sprint bot on Simmer.
This is a template. The default signal is short-horizon BTC momentum plus Simmer context filters. Replace the signal source, confidence model, or edge inputs without changing the execution, journaling, and risk plumbing.
Operating constraints
- Default to dry-run.
- Use the official
SimmerClientfromsimmer-sdk. - Only target BTC fast markets (
5m,15m) from Polymarket. - Enforce risk defaults from
config/defaults.json. - Merge learned tunables from
data/live_params.jsonbefore env overrides. - Every trade must include:
sourceskill_slugreasoningsignal_data.edgesignal_data.confidencesignal_data.signal_source
- LLM decisions must validate to strict JSON and remain BTC-only.
Entrypoint
./.venv/bin/python skills/btc-sprint-stack/main.py --once --dry-run --validate-real-path
Files
main.py— orchestrationmodules/btc_sprint_signal.py— momentum and fallback signalmodules/btc_regime_filter.py— time, spread, edge, confidence, fee checksmodules/btc_sprint_executor.py— dry-run/live execution wrappermodules/btc_position_manager.py— bankroll and position sizingmodules/btc_trade_journal.py— JSONL journalmodules/btc_self_learn.py— bounded parameter suggestionsmodules/btc_heartbeat.py— run summary and briefingmodules/btc_llm_decider.py— strict JSON decision layer, provider abstraction, and learning store helpersdata/live_params.json— learned tunables overlaydata/pending_rules.json— pending and applied rule suggestionsdata/llm_decisions.jsonl— per-cycle LLM decision log
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install btc-sprint-stack - 安装完成后,直接呼叫该 Skill 的名称或使用
/btc-sprint-stack触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Btc Sprint Stack 是什么?
Trade BTC 5m/15m Polymarket fast markets on Simmer with dry-run-first execution, fee-aware filtering, bankroll limits, flat signal_data, journaling, heartbea... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 Btc Sprint Stack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install btc-sprint-stack」即可一键安装,无需额外配置。
Btc Sprint Stack 是免费的吗?
是的,Btc Sprint Stack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Btc Sprint Stack 支持哪些平台?
Btc Sprint Stack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Btc Sprint Stack?
由 Captain(@captainslab)开发并维护,当前版本 v0.4.2。