LaunchKit · 2026
Back to Skills

advisory-council

**You MUST actually execute the Python command using your shell/exec tool.** Read the real output.

0
422 downloads
by @ryandeangraves

Setup & Installation

openclaw skills install @ryandeangraves/advisory-council

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install advisory-council

What This Skill Does

Runs a Python script that spawns 5 AI advisors (The Skeptic, The Macro Bull, The Risk Manager, The Technical Analyst, The Contrarian), each analyzing crypto assets from a distinct perspective. Fetches live prices for BTC, ETH, XRP, and SUI, then synthesizes all views into a report with a consensus, dissent, verdict, and concrete action items. Costs approximately $0.006 per run via MiniMax M2.5.

Five distinct analytical perspectives run in parallel in roughly 10-15 seconds for under a cent, replacing the need to manually consult multiple sources or rely on a single-bias view.

When to use it

  • Morning market check before entering a trading session
  • Evaluating whether to buy or sell a specific coin
  • Getting multi-perspective analysis before sizing into a large position
  • End-of-day review of BTC, ETH, XRP, and SUI
  • Focused council analysis on a single asset like SUI or BTC

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What does the council think about SUI?

AGENT
  1. 1Runs advisory_council.py with the SUI argument
  2. 2Script fetches live SUI price data automatically
  3. 3Five advisors analyze SUI in parallel using MiniMax M2.5
  4. 4Script synthesizes advisor outputs into consensus, dissent, verdict, and action items
  5. 5Returns formatted report with confidence level and price-level action items
OUTPUT

A structured report showing each advisor's bullet-point analysis, a CONSENSUS summary, notable DISSENT, a Bullish/Bearish/Neutral VERDICT with confidence level, and 2-3 concrete ACTIONS with price levels

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

MiniMax API account and API key (used by advisory_council.py to power the 5 advisors)