π¦ ClawHub
Advisory Council
by @ryandeangraves
Runs a real-time multi-advisor market analysis using live prices to deliver a consensus trading report with actionable insights.
TERMINAL
clawhub install advisory-councilπ About This Skill
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
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: 1. Each advisor's 3-5 bullet point analysis (with emoji identifiers) 2. 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 levelsThe 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
python3 advisory_council.py SUIβ‘ When to Use
π Constraints
python3 advisory_council.py SUI