Advisory Council
/install advisory-council
Skill: advisory-council
CRITICAL RULE — NO FABRICATION
You MUST actually execute the Python command using your shell/exec tool. Read the real output. NEVER generate fake advisor analyses, fake synthesis, or simulated council responses. If the script fails, report the actual error to Boss Man.
Purpose
Run the Advisory Council — a multi-perspective market analysis that spawns 5 AI advisors (The Skeptic, The Macro Bull, The Risk Manager, The Technical Analyst, The Contrarian) powered by MiniMax M2.5, then synthesizes their views into one actionable report. Cost: ~$0.006 per run.
When to Use
- Boss Man asks "what does the council think?" or "run the advisory council"
- Any request for multi-perspective market analysis
- "Should I buy/sell X?" — run the council for a balanced view
- Morning protocol or end-of-day analysis requests
- Boss Man asks to focus analysis on a specific coin
Run Full Advisory Council (All Assets)
Fetches live prices for BTC, ETH, XRP, SUI and runs all 5 advisors + synthesis.
cd ~/clawd && python3 advisory_council.py
Run Focused on a Specific Coin
Runs the full council but focuses analysis on one asset.
cd ~/clawd && python3 advisory_council.py SUI
cd ~/clawd && python3 advisory_council.py BTC
What the Council Returns
The script prints a formatted report with:
- Each advisor's 3-5 bullet point analysis (with emoji identifiers)
- A SYNTHESIS section containing:
- CONSENSUS — what most advisors agree on
- DISSENT — notable disagreements
- VERDICT — Bullish/Bearish/Neutral with confidence level
- ACTIONS — 2-3 concrete action items with price levels
The 5 Advisors
| Advisor | Emoji | Bias | Focus |
|---|---|---|---|
| The Skeptic | 🔴 | Bearish | Risk, overvaluation, hype detection |
| The Macro Bull | 🟢 | Bullish | Institutional flows, adoption, cycles |
| The Risk Manager | 🟡 | Neutral | Position sizing, correlation, stop-losses |
| The Technical Analyst | 📊 | Data | RSI, Fibonacci, patterns, price levels |
| The Contrarian | 🔄 | Anti-consensus | Crowded trades, sentiment extremes |
Rules
- EXECUTE THE PYTHON COMMAND FOR REAL — use your shell/exec tool. Never simulate council output.
- The script fetches live prices automatically — no need to fetch prices separately first
- The output is formatted for Telegram markdown — you can send it directly to Boss Man
- If Boss Man asks "what does the council think about SUI?", use the focus argument:
python3 advisory_council.py SUI - If the script fails (e.g., MiniMax rate limit), report the actual error
- The council runs all 5 advisors in parallel (~10-15 seconds total)
- Boss Man trusts the council for real decisions — never give him fake analysis
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install advisory-council - 安装完成后,直接呼叫该 Skill 的名称或使用
/advisory-council触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Advisory Council 是什么?
Runs a real-time multi-advisor market analysis using live prices to deliver a consensus trading report with actionable insights. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 703 次。
如何安装 Advisory Council?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install advisory-council」即可一键安装,无需额外配置。
Advisory Council 是免费的吗?
是的,Advisory Council 完全免费(开源免费),可自由下载、安装和使用。
Advisory Council 支持哪些平台?
Advisory Council 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Advisory Council?
由 ryandeangraves(@ryandeangraves)开发并维护,当前版本 v1.0.0。