{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apex-crypto-intelligence",
    "name": "Apex Crypto Intelligence",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/contrario/apex-crypto-intelligence",
    "canonicalUrl": "https://clawhub.ai/contrario/apex-crypto-intelligence",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/apex-crypto-intelligence",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apex-crypto-intelligence",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "client.py"
    ],
    "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/apex-crypto-intelligence"
    },
    "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/apex-crypto-intelligence",
    "agentPageUrl": "https://openagent3.xyz/skills/apex-crypto-intelligence/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apex-crypto-intelligence/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apex-crypto-intelligence/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": "APEX Crypto Intelligence — Multi-Exchange Trading Analysis Skill",
        "body": "Institutional-grade crypto market analysis across 5 exchanges with AI-powered Hyper-Council verdicts and hedge fund-quality PDF reports.\n\nSource Code: github.com/contrario/aetherlang\nHomepage: neurodoc.app\nAuthor: NeuroAether (info@neurodoc.app)\nLicense: MIT\nVersion: 0.2.0"
      },
      {
        "title": "Summary",
        "body": "APEX Crypto Intelligence is a multi-exchange cryptocurrency analysis tool that fetches live market data from CoinGecko, Binance, Bybit, KuCoin, MEXC, and Gate.io, performs cross-exchange arbitrage detection, and provides AI-powered institutional trading analysis through a Hyper-Council of 5 specialized agents."
      },
      {
        "title": "Privacy & Data Handling",
        "body": "⚠️ BYOK (Bring Your Own Keys): Exchange API keys are used locally to fetch data from exchanges. Keys are never transmitted to NeuroAether.\n\n⚠️ External API Notice: Only market data (prices, volumes) and query text are sent to api.neurodoc.app for AI analysis.\n\nAuditable Code: The payload sent to api.neurodoc.app contains only aggregated market prices and query text. Exchange API keys are excluded from all requests.\n\nWhat is sent: Aggregated market prices and natural language queries only\nWhat is NOT sent: Exchange API keys, credentials, personal data, wallet addresses\nData retention: Queries are processed in real-time and not stored\nHosting: Hetzner EU servers (GDPR compliant)\n\nCRITICAL: Users should configure exchange API keys with READ-ONLY permissions. Never enable withdrawal or trading permissions."
      },
      {
        "title": "Architecture",
        "body": "User's Machine (local)              NeuroAether API\n┌──────────────────────┐            ┌─────────────────┐\n│                      │            │                  │\n│  Exchange API Keys   │            │  api.neurodoc.app│\n│  (never leave here)  │            │                  │\n│         │            │            │  Receives ONLY:  │\n│         ▼            │            │  - prices        │\n│  Fetch from          │  prices +  │  - volumes       │\n│  Binance/Bybit/etc   │──query──▶ │  - query text    │\n│  (locally)           │            │                  │\n│         │            │            │  Returns:        │\n│         ▼            │  ◀──────── │  - AI analysis   │\n│  Aggregate prices    │  analysis  │  - verdicts      │\n│  (no keys in payload)│            │  - PDF data      │\n│                      │            │                  │\n└──────────────────────┘            └─────────────────┘"
      },
      {
        "title": "Key Features",
        "body": "Cross-Exchange Scanner — Live bid/ask from Binance, Bybit, KuCoin, MEXC, Gate.io\nArbitrage Detection — Automatic spread analysis across all 5 exchanges\nAPEX Hyper-Council Analysis — 5 AI agents (Macro CIO, Quant Research, Risk Officer Damocles, Execution Architect, Regime Classifier)\nTrading Blueprint PDF — Hedge fund-grade reports with SWOT, Radar charts, PnL projections, Implementation Roadmap\nMulti-coin Support — BTC, ETH, SOL, XRP, DOGE, ADA, DOT, AVAX, MATIC, BNB, LTC, LINK, TRX, SHIB, SUI, APT, TON, NEAR, UNI, PEPE"
      },
      {
        "title": "Configuration (BYOK)",
        "body": "Users provide their own API keys via environment variables. All keys are optional — the skill works with CoinGecko free data by default, and each exchange is additive."
      },
      {
        "title": "Required Environment Variables",
        "body": "None required. The skill works without any keys using CoinGecko free tier."
      },
      {
        "title": "Optional Environment Variables",
        "body": "VariableExchangePurposeBINANCE_API_KEYBinanceMarket data (read-only)BINANCE_API_SECRETBinanceAPI authenticationBYBIT_API_KEYBybitMarket data (read-only)BYBIT_API_SECRETBybitAPI authenticationKUCOIN_API_KEYKuCoinMarket data (read-only)KUCOIN_API_SECRETKuCoinAPI authenticationMEXC_API_KEYMEXCMarket data (read-only)MEXC_API_SECRETMEXCAPI authenticationGATEIO_API_KEYGate.ioMarket data (read-only)GATEIO_API_SECRETGate.ioAPI authentication"
      },
      {
        "title": "1. Live Market Data + Cross-Exchange Scanner",
        "body": "POST https://api.neurodoc.app/aetherlang/execute\nContent-Type: application/json\n\n{\n  \"code\": \"flow CryptoScan {\\n  using target \\\"neuroaether\\\" version \\\">=0.3\\\";\\n  input text query;\\n  node Scanner: crypto exchanges=\\\"all\\\", language=\\\"en\\\";\\n  output text result from Scanner;\\n}\",\n  \"query\": \"BTC ETH SOL\"\n}"
      },
      {
        "title": "2. APEX Hyper-Council Analysis",
        "body": "{\n  \"code\": \"flow ApexAnalysis {\\n  using target \\\"neuroaether\\\" version \\\">=0.3\\\";\\n  input text query;\\n  node Apex: crypto mode=\\\"analysis\\\", language=\\\"en\\\";\\n  output text result from Apex;\\n}\",\n  \"query\": \"Full APEX analysis for BTC ETH SOL\"\n}"
      },
      {
        "title": "3. Trading Blueprint PDF",
        "body": "{\n  \"code\": \"flow Blueprint {\\n  using target \\\"neuroaether\\\" version \\\">=0.3\\\";\\n  input text query;\\n  node Report: crypto mode=\\\"blueprint\\\", language=\\\"en\\\";\\n  output text result from Report;\\n}\",\n  \"query\": \"Generate trading blueprint for BTC\"\n}"
      },
      {
        "title": "Supported Exchanges",
        "body": "ExchangeData AvailableAuth RequiredCoinGeckoPrice, MCap, Volume, ATHNo (free tier)BinanceBid/Ask, Spread, VolumeOptionalBybitBid/Ask, Spread, VolumeOptionalKuCoinBid/Ask, SpreadOptionalMEXCBid/Ask, Spread, VolumeOptionalGate.ioBid/Ask, Spread, VolumeOptional"
      },
      {
        "title": "Hyper-Council Agents",
        "body": "AgentRoleWeight RangeCan VetoMACROGlobal Macro CIO-100 to +100NoQUANTHead of Quant Research-100 to +100NoSTATSChief Statistician-100 to +100NoRISK (Damocles)Chief Risk Officer-100 to +100YesEXECUTIONExecution Architect0 (INFO)No"
      },
      {
        "title": "Security Architecture",
        "body": "Data handling: Only aggregated market prices and query text are sent to api.neurodoc.app. Exchange API keys never leave the local environment.\n\nBYOK: User keys stay local, never transmitted to NeuroAether\nRead-only: Skill only reads market data, never executes trades\nNo storage: API keys used per-request, never persisted\nInput validation: All queries sanitized, max 5000 chars\nRate limiting: 100 req/hour free tier"
      },
      {
        "title": "What This Skill Does NOT Do",
        "body": "❌ Execute trades or place orders\n❌ Transfer funds or make withdrawals\n❌ Store or log API keys\n❌ Provide financial advice (analysis only)"
      },
      {
        "title": "Languages",
        "body": "English (default)\nGreek (Ελληνικά) — add language=\"el\""
      },
      {
        "title": "Technology",
        "body": "Backend: FastAPI + Python 3.12 (source)\nAI Models: GPT-4o via OpenAI\nData Sources: CoinGecko, Binance, Bybit, KuCoin, MEXC, Gate.io\nPDF Engine: WeasyPrint + Matplotlib\nHosting: Hetzner EU (GDPR compliant)"
      },
      {
        "title": "Disclaimer",
        "body": "⚠️ This skill provides AI-generated market analysis for educational and informational purposes only. It is NOT financial advice. Cryptocurrency trading involves significant risk. Always conduct your own research and consult a qualified financial advisor before making investment decisions.\n\nBuilt by NeuroAether — Institutional Intelligence for Everyone 🧠📊"
      }
    ],
    "body": "APEX Crypto Intelligence — Multi-Exchange Trading Analysis Skill\n\nInstitutional-grade crypto market analysis across 5 exchanges with AI-powered Hyper-Council verdicts and hedge fund-quality PDF reports.\n\nSource Code: github.com/contrario/aetherlang Homepage: neurodoc.app Author: NeuroAether (info@neurodoc.app) License: MIT Version: 0.2.0\n\nSummary\n\nAPEX Crypto Intelligence is a multi-exchange cryptocurrency analysis tool that fetches live market data from CoinGecko, Binance, Bybit, KuCoin, MEXC, and Gate.io, performs cross-exchange arbitrage detection, and provides AI-powered institutional trading analysis through a Hyper-Council of 5 specialized agents.\n\nPrivacy & Data Handling\n\n⚠️ BYOK (Bring Your Own Keys): Exchange API keys are used locally to fetch data from exchanges. Keys are never transmitted to NeuroAether.\n\n⚠️ External API Notice: Only market data (prices, volumes) and query text are sent to api.neurodoc.app for AI analysis.\n\nAuditable Code: The payload sent to api.neurodoc.app contains only aggregated market prices and query text. Exchange API keys are excluded from all requests.\n\nWhat is sent: Aggregated market prices and natural language queries only\nWhat is NOT sent: Exchange API keys, credentials, personal data, wallet addresses\nData retention: Queries are processed in real-time and not stored\nHosting: Hetzner EU servers (GDPR compliant)\n\nCRITICAL: Users should configure exchange API keys with READ-ONLY permissions. Never enable withdrawal or trading permissions.\n\nArchitecture\nUser's Machine (local)              NeuroAether API\n┌──────────────────────┐            ┌─────────────────┐\n│                      │            │                  │\n│  Exchange API Keys   │            │  api.neurodoc.app│\n│  (never leave here)  │            │                  │\n│         │            │            │  Receives ONLY:  │\n│         ▼            │            │  - prices        │\n│  Fetch from          │  prices +  │  - volumes       │\n│  Binance/Bybit/etc   │──query──▶ │  - query text    │\n│  (locally)           │            │                  │\n│         │            │            │  Returns:        │\n│         ▼            │  ◀──────── │  - AI analysis   │\n│  Aggregate prices    │  analysis  │  - verdicts      │\n│  (no keys in payload)│            │  - PDF data      │\n│                      │            │                  │\n└──────────────────────┘            └─────────────────┘\n\nOverview\nKey Features\nCross-Exchange Scanner — Live bid/ask from Binance, Bybit, KuCoin, MEXC, Gate.io\nArbitrage Detection — Automatic spread analysis across all 5 exchanges\nAPEX Hyper-Council Analysis — 5 AI agents (Macro CIO, Quant Research, Risk Officer Damocles, Execution Architect, Regime Classifier)\nTrading Blueprint PDF — Hedge fund-grade reports with SWOT, Radar charts, PnL projections, Implementation Roadmap\nMulti-coin Support — BTC, ETH, SOL, XRP, DOGE, ADA, DOT, AVAX, MATIC, BNB, LTC, LINK, TRX, SHIB, SUI, APT, TON, NEAR, UNI, PEPE\nConfiguration (BYOK)\n\nUsers provide their own API keys via environment variables. All keys are optional — the skill works with CoinGecko free data by default, and each exchange is additive.\n\nRequired Environment Variables\n\nNone required. The skill works without any keys using CoinGecko free tier.\n\nOptional Environment Variables\nVariable\tExchange\tPurpose\nBINANCE_API_KEY\tBinance\tMarket data (read-only)\nBINANCE_API_SECRET\tBinance\tAPI authentication\nBYBIT_API_KEY\tBybit\tMarket data (read-only)\nBYBIT_API_SECRET\tBybit\tAPI authentication\nKUCOIN_API_KEY\tKuCoin\tMarket data (read-only)\nKUCOIN_API_SECRET\tKuCoin\tAPI authentication\nMEXC_API_KEY\tMEXC\tMarket data (read-only)\nMEXC_API_SECRET\tMEXC\tAPI authentication\nGATEIO_API_KEY\tGate.io\tMarket data (read-only)\nGATEIO_API_SECRET\tGate.io\tAPI authentication\nAPI Endpoints\n1. Live Market Data + Cross-Exchange Scanner\nPOST https://api.neurodoc.app/aetherlang/execute\nContent-Type: application/json\n\n{\n  \"code\": \"flow CryptoScan {\\n  using target \\\"neuroaether\\\" version \\\">=0.3\\\";\\n  input text query;\\n  node Scanner: crypto exchanges=\\\"all\\\", language=\\\"en\\\";\\n  output text result from Scanner;\\n}\",\n  \"query\": \"BTC ETH SOL\"\n}\n\n2. APEX Hyper-Council Analysis\n{\n  \"code\": \"flow ApexAnalysis {\\n  using target \\\"neuroaether\\\" version \\\">=0.3\\\";\\n  input text query;\\n  node Apex: crypto mode=\\\"analysis\\\", language=\\\"en\\\";\\n  output text result from Apex;\\n}\",\n  \"query\": \"Full APEX analysis for BTC ETH SOL\"\n}\n\n3. Trading Blueprint PDF\n{\n  \"code\": \"flow Blueprint {\\n  using target \\\"neuroaether\\\" version \\\">=0.3\\\";\\n  input text query;\\n  node Report: crypto mode=\\\"blueprint\\\", language=\\\"en\\\";\\n  output text result from Report;\\n}\",\n  \"query\": \"Generate trading blueprint for BTC\"\n}\n\nSupported Exchanges\nExchange\tData Available\tAuth Required\nCoinGecko\tPrice, MCap, Volume, ATH\tNo (free tier)\nBinance\tBid/Ask, Spread, Volume\tOptional\nBybit\tBid/Ask, Spread, Volume\tOptional\nKuCoin\tBid/Ask, Spread\tOptional\nMEXC\tBid/Ask, Spread, Volume\tOptional\nGate.io\tBid/Ask, Spread, Volume\tOptional\nHyper-Council Agents\nAgent\tRole\tWeight Range\tCan Veto\nMACRO\tGlobal Macro CIO\t-100 to +100\tNo\nQUANT\tHead of Quant Research\t-100 to +100\tNo\nSTATS\tChief Statistician\t-100 to +100\tNo\nRISK (Damocles)\tChief Risk Officer\t-100 to +100\tYes\nEXECUTION\tExecution Architect\t0 (INFO)\tNo\nSecurity Architecture\n\nData handling: Only aggregated market prices and query text are sent to api.neurodoc.app. Exchange API keys never leave the local environment.\n\nBYOK: User keys stay local, never transmitted to NeuroAether\nRead-only: Skill only reads market data, never executes trades\nNo storage: API keys used per-request, never persisted\nInput validation: All queries sanitized, max 5000 chars\nRate limiting: 100 req/hour free tier\nWhat This Skill Does NOT Do\n❌ Execute trades or place orders\n❌ Transfer funds or make withdrawals\n❌ Store or log API keys\n❌ Provide financial advice (analysis only)\nLanguages\nEnglish (default)\nGreek (Ελληνικά) — add language=\"el\"\nTechnology\nBackend: FastAPI + Python 3.12 (source)\nAI Models: GPT-4o via OpenAI\nData Sources: CoinGecko, Binance, Bybit, KuCoin, MEXC, Gate.io\nPDF Engine: WeasyPrint + Matplotlib\nHosting: Hetzner EU (GDPR compliant)\nDisclaimer\n\n⚠️ This skill provides AI-generated market analysis for educational and informational purposes only. It is NOT financial advice. Cryptocurrency trading involves significant risk. Always conduct your own research and consult a qualified financial advisor before making investment decisions.\n\nBuilt by NeuroAether — Institutional Intelligence for Everyone 🧠📊"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/contrario/apex-crypto-intelligence",
    "publisherUrl": "https://clawhub.ai/contrario/apex-crypto-intelligence",
    "owner": "contrario",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apex-crypto-intelligence",
    "downloadUrl": "https://openagent3.xyz/downloads/apex-crypto-intelligence",
    "agentUrl": "https://openagent3.xyz/skills/apex-crypto-intelligence/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apex-crypto-intelligence/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apex-crypto-intelligence/agent.md"
  }
}