Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add aAAaqwq/AGI-Super-Team/plugin install agi-super-teamWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aaaaqwq/agi-super-team/5minbtc)<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/5minbtc"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/5minbtc/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/5minbtc"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/5minbtc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00160 | $0.04143 |
| Opus 5 | $0.00080 | $0.02072 |
| Sonnet 5 | $0.00032 | $0.00829 |
| Haiku 4.5 | $0.00016 | $0.00414 |
Grade A, and why
5minbtc scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.
5minbtc — BTC 5分钟实时预测 v5.9.0
BTC 单根 5min K线 方向 + 收盘价预测。引擎+LLM 混合架构。 SKILL.md 是索引, 详细内容见
references/。 v5.9 核心转变: 从"13因子预测器"→"3信号错价检测器"(见 对抗式审查报告)
触发
5minbtc / 5min btc / btc 5min / 监控 (配合持续盯盘)
何时使用
| 场景 | 做法 |
|---|---|
| 当前 5min K线 方向+价位 | ✅ 标准流程, 有真实 edge (v5.8 回测 61-70%) |
| 会话内持续盯盘, 等明确信号 | ✅ 监控模式 (scripts/5minbtc-monitor.py + Monitor 工具) |
| 币安预测市场 Up/Down 5m 交易 | ✅ paper 模拟/实时监控 (见 预测市场策略) |
| "今晚 BTC 涨跌" (宽窗口) | ⚠️ 跑当前 K线 + 给方向倾向, 标注"超出引擎置信区间" |
| "下根 K线" / "1小时后" | 引导在该 K线 起始时间再触发 |
监控模式 (Claude Code)
# 无限持续, 直到用户喊停 (会话内盯盘推荐)
Monitor(command: "python3 <SKILL>/scripts/5minbtc-monitor.py --max-runs 0", persistent: true)
# 默认 20 次采样 (约 40 分钟)
python3 <SKILL>/scripts/5minbtc-monitor.py
# 单次判断 (非持续)
python3 <SKILL>/scripts/5minbtc-monitor.py --dry-run
- 明确信号 = bias 非中性 + strength∈{medium,moderate,strong} + conf≥50 → 自动停
(⚠️ 实测引擎 strength 输出
medium, 判定集合需同时含medium和moderate) - 每根 K 线第 2/3 分钟采样 (progress ~40-70%), 比 cron 第 4 分钟更早
- 事件流:
START/DIR-CHANGE/CLEAR-SIGNAL/ENGINE-ERR/MAX-RUNS - 停止: 用户说「停/结束」→
TaskStop停 Monitor CLEAR-SIGNAL后必须拉一次完整引擎快照二次确认- 引擎验证:
python3 -m pytest scripts/test_engine_v58.py -v(12 项)
快速开始
SKILL_DIR=/home/aa/.hermes/profiles/cqo/skills/5minbtc
# 1. 并行: 引擎 + 新闻 + settle (前一根)
python3 $SKILL_DIR/5minbtc-log.py settle-all 2>&1
python3 $SKILL_DIR/5minbtc-engine-v5.7.py 2>&1
python3 $SKILL_DIR/5minbtc-news.py 2>&1
# 2. 3 路 web_search (并行)
# "Bitcoin BTC breaking news price" / "crypto market macro stocks today" / "比特币 BTC 最新 晚间"
# 3. LLM 分析 → 输出 (见 output-template.md)
# 4. 写日志
python3 $SKILL_DIR/5minbtc-log.py log \
"<candle.iso>" <pred_close> <pred_high> <pred_low> \
<conf> <bias> <news_sent> <vol_pct>
架构 (1 行/组件)
- 引擎
5minbtc-engine-v5.7.py(v5.9): 3信号方向判断(half_body延续1.2 + volume放量0.8 + meanrev回归0.3) + 三层独立过滤(多周期4h/1h/15m + 跨资产ETH/SOL + 真订单流OFI) + 9路并行HTTP - 订单流
scripts/ofi_feed.py: trade+bookTicker 组合流 tick规则推断主动买卖, 写 ~/bb-auto/ofi.json (launchd: com.daniel.ofi-feed) - 日志
5minbtc-log.py: jsonl 追加 + 增量 settle (写入 logs/) - 新闻
5minbtc-news.py: CoinDesk RSS (唯一稳定源, ~14min 延迟) - LLM: 因子打分基准 + LLM 综合裁决 + 模板输出
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .env.example 3.6 KB
- .gitignore 478 B
- 5minbtc-engine-v5.7.py 51 KB runs code
- 5minbtc-log.py 11 KB runs code
- 5minbtc-news.py 7.9 KB runs code
- backtest/fetch_data.py 6.0 KB runs code
- backtest/README.md 2.7 KB
- backtest/results/backtest_20260527_2328.json 16723 KB
- backtest/results/backtest_v57_20260528_1433.json 7.1 KB
- backtest/results/backtest_v58_1min_20260528_2018.json 3.7 KB
- backtest/results/backtest_v58_1min_20260528_2019.json 2.0 KB
- backtest/results/backtest_v58_1min_20260528_2020.json 2.0 KB
- backtest/results/latest_summary.json 5.1 KB
- backtest/results/latest_v57_summary.json 10.0 KB
- backtest/results/latest_v58_1min_summary.json 245 B
- backtest/run_backtest_v57.py 25 KB runs code
- backtest/run_backtest_v58.py 20 KB runs code
- backtest/run_backtest.py 20 KB runs code
- backtest/run.sh 2.8 KB runs code
- README.md 14 KB
- references/architecture.md 3.3 KB
- references/backtest-findings.md 4.7 KB
- references/backtest-v58-1min-findings.md 3.1 KB
- references/binance-api-geo.md 2.4 KB
- references/binance-endpoint-flapping.md 3.4 KB
- references/black-swan-defense-v571.md 2.8 KB
- references/changelog.md 7.4 KB
- references/cron-llm-provider-failure.md 12 KB
- references/cron-setup.md 1.6 KB
- references/daily-stock-analysis-data-sources.md 6.2 KB
- references/decel-collapse-pattern.md 2.3 KB
- references/dreaming-cron-recovery.md 3.3 KB
- references/engine-parallelization-v573.md 2.5 KB
- references/execution.md 2.0 KB
- references/high-latency-network-handling.md 3.3 KB
- references/lessons.md 15 KB
- references/monitoring-claude-code.md 4.8 KB
- references/news-sources.md 812 B
- references/performance-history.md 7.2 KB
- references/pitfalls.md 21 KB
- references/polymarket-data-source.md 2.7 KB
- references/prediction-market-strategy.md 6.5 KB
- references/prediction-trading-cli.md 7.5 KB
- references/quant-knowledge-index.md 2.6 KB
- references/review-procedure.md 1.6 KB
- references/session-2026-06-17.md 2.3 KB
- references/session-2026-06-18.md 2.3 KB
- references/skill-organization.md 3.6 KB
- references/strategy-adversarial-review.md 19 KB
- references/sync-procedure.md 1.4 KB
- references/telegram-push-monitor.md 2.5 KB
- reports/R01-factor-theory.md 4.5 KB
- reports/R02-strategy-theory.md 4.9 KB
- reports/R03-crypto-quant-defi.md 4.0 KB
- reports/R04-portfolio-theory.md 4.8 KB
- reports/R05-ml-quant-trading.md 4.5 KB
- reports/R06-data-sources.md 5.1 KB
- reports/R07-frontier-research-2024-2026.md 5.3 KB
- reports/R08-options-volatility.md 6.8 KB
- reports/R09-market-microstructure.md 8.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 223 lines · 160 tokens per session scan A 4a438c2baf02
5minbtc is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (91 stars, last pushed today), licensed MIT. It adds 160 tokens to every session and 4,143 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
modeling-unit-economics
Use when modeling unit economics is required during product work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.
generated_skill_1775724185480
Parse XBRL financial documents and extract key taxonomy elements into structured JSON format.
mission-control
Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs.
blocknative-openapi-skill
Operate Blocknative gas intelligence APIs through UXC with a curated OpenAPI schema, API-key auth, and read-first guardrails.
prompt-tuning
Tune a prompt, or anything whose quality is measured by non-deterministic model output, without chasing noise - a noise baseline before the first edit, medians over repeated runs, enforcement AFTER generation rather than in the wording. Use when iterating on prompts or model-judged output.
ai-financial-analysis-stock-research
AI financial analysis and stock research powered by CellCog. Stock analysis, valuation models, portfolio optimization, earnings breakdowns, investment research, financial statements, tax planning, and DCF modeling. Wall Street-grade deliverables — interactive dashboards, PDF rep…