{
  "schemaVersion": "1.0",
  "item": {
    "slug": "advisory-council",
    "name": "Advisory Council",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ryandeangraves/advisory-council",
    "canonicalUrl": "https://clawhub.ai/ryandeangraves/advisory-council",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/advisory-council",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=advisory-council",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/advisory-council"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/advisory-council",
    "agentPageUrl": "https://openagent3.xyz/skills/advisory-council/agent",
    "manifestUrl": "https://openagent3.xyz/skills/advisory-council/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/advisory-council/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "CRITICAL RULE — NO FABRICATION",
        "body": "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."
      },
      {
        "title": "Purpose",
        "body": "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."
      },
      {
        "title": "When to Use",
        "body": "Boss Man asks \"what does the council think?\" or \"run the advisory council\"\nAny request for multi-perspective market analysis\n\"Should I buy/sell X?\" — run the council for a balanced view\nMorning protocol or end-of-day analysis requests\nBoss Man asks to focus analysis on a specific coin"
      },
      {
        "title": "Run Full Advisory Council (All Assets)",
        "body": "Fetches live prices for BTC, ETH, XRP, SUI and runs all 5 advisors + synthesis.\n\ncd ~/clawd && python3 advisory_council.py"
      },
      {
        "title": "Run Focused on a Specific Coin",
        "body": "Runs the full council but focuses analysis on one asset.\n\ncd ~/clawd && python3 advisory_council.py SUI\n\ncd ~/clawd && python3 advisory_council.py BTC"
      },
      {
        "title": "What the Council Returns",
        "body": "The script prints a formatted report with:\n\nEach advisor's 3-5 bullet point analysis (with emoji identifiers)\nA SYNTHESIS section containing:\n\nCONSENSUS — what most advisors agree on\nDISSENT — notable disagreements\nVERDICT — Bullish/Bearish/Neutral with confidence level\nACTIONS — 2-3 concrete action items with price levels"
      },
      {
        "title": "The 5 Advisors",
        "body": "AdvisorEmojiBiasFocusThe Skeptic🔴BearishRisk, overvaluation, hype detectionThe Macro Bull🟢BullishInstitutional flows, adoption, cyclesThe Risk Manager🟡NeutralPosition sizing, correlation, stop-lossesThe Technical Analyst📊DataRSI, Fibonacci, patterns, price levelsThe Contrarian🔄Anti-consensusCrowded trades, sentiment extremes"
      },
      {
        "title": "Rules",
        "body": "EXECUTE THE PYTHON COMMAND FOR REAL — use your shell/exec tool. Never simulate council output.\nThe script fetches live prices automatically — no need to fetch prices separately first\nThe output is formatted for Telegram markdown — you can send it directly to Boss Man\nIf Boss Man asks \"what does the council think about SUI?\", use the focus argument: python3 advisory_council.py SUI\nIf the script fails (e.g., MiniMax rate limit), report the actual error\nThe council runs all 5 advisors in parallel (~10-15 seconds total)\nBoss Man trusts the council for real decisions — never give him fake analysis"
      }
    ],
    "body": "Skill: advisory-council\nCRITICAL RULE — NO FABRICATION\n\nYou 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.\n\nPurpose\n\nRun 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.\n\nWhen to Use\nBoss Man asks \"what does the council think?\" or \"run the advisory council\"\nAny request for multi-perspective market analysis\n\"Should I buy/sell X?\" — run the council for a balanced view\nMorning protocol or end-of-day analysis requests\nBoss Man asks to focus analysis on a specific coin\nRun Full Advisory Council (All Assets)\n\nFetches live prices for BTC, ETH, XRP, SUI and runs all 5 advisors + synthesis.\n\ncd ~/clawd && python3 advisory_council.py\n\nRun Focused on a Specific Coin\n\nRuns the full council but focuses analysis on one asset.\n\ncd ~/clawd && python3 advisory_council.py SUI\n\ncd ~/clawd && python3 advisory_council.py BTC\n\nWhat the Council Returns\n\nThe script prints a formatted report with:\n\nEach advisor's 3-5 bullet point analysis (with emoji identifiers)\nA SYNTHESIS section containing:\nCONSENSUS — what most advisors agree on\nDISSENT — notable disagreements\nVERDICT — Bullish/Bearish/Neutral with confidence level\nACTIONS — 2-3 concrete action items with price levels\nThe 5 Advisors\nAdvisor\tEmoji\tBias\tFocus\nThe Skeptic\t🔴\tBearish\tRisk, overvaluation, hype detection\nThe Macro Bull\t🟢\tBullish\tInstitutional flows, adoption, cycles\nThe Risk Manager\t🟡\tNeutral\tPosition sizing, correlation, stop-losses\nThe Technical Analyst\t📊\tData\tRSI, Fibonacci, patterns, price levels\nThe Contrarian\t🔄\tAnti-consensus\tCrowded trades, sentiment extremes\nRules\nEXECUTE THE PYTHON COMMAND FOR REAL — use your shell/exec tool. Never simulate council output.\nThe script fetches live prices automatically — no need to fetch prices separately first\nThe output is formatted for Telegram markdown — you can send it directly to Boss Man\nIf Boss Man asks \"what does the council think about SUI?\", use the focus argument: python3 advisory_council.py SUI\nIf the script fails (e.g., MiniMax rate limit), report the actual error\nThe council runs all 5 advisors in parallel (~10-15 seconds total)\nBoss Man trusts the council for real decisions — never give him fake analysis"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ryandeangraves/advisory-council",
    "publisherUrl": "https://clawhub.ai/ryandeangraves/advisory-council",
    "owner": "ryandeangraves",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/advisory-council",
    "downloadUrl": "https://openagent3.xyz/downloads/advisory-council",
    "agentUrl": "https://openagent3.xyz/skills/advisory-council/agent",
    "manifestUrl": "https://openagent3.xyz/skills/advisory-council/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/advisory-council/agent.md"
  }
}