Install
openclaw skills install advisory-councilRuns a real-time multi-advisor market analysis using live prices to deliver a consensus trading report with actionable insights.
openclaw skills install advisory-councilYou 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.
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.
Fetches live prices for BTC, ETH, XRP, SUI and runs all 5 advisors + synthesis.
cd ~/clawd && python3 advisory_council.py
Runs the full council but focuses analysis on one asset.
cd ~/clawd && python3 advisory_council.py SUI
cd ~/clawd && python3 advisory_council.py BTC
The script prints a formatted report with:
| 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 |
python3 advisory_council.py SUI