← All skills
Tencent SkillHub Β· AI

Apex Crypto Intelligence

Provides AI-powered multi-exchange crypto market analysis, arbitrage detection, and hedge fund-quality trading reports using live data from major exchanges.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Provides AI-powered multi-exchange crypto market analysis, arbitrage detection, and hedge fund-quality trading reports using live data from major exchanges.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, client.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 18 sections Open source page

APEX Crypto Intelligence β€” Multi-Exchange Trading Analysis Skill

Institutional-grade crypto market analysis across 5 exchanges with AI-powered Hyper-Council verdicts and hedge fund-quality PDF reports. Source Code: github.com/contrario/aetherlang Homepage: neurodoc.app Author: NeuroAether (info@neurodoc.app) License: MIT Version: 0.2.0

Summary

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.

Privacy & Data Handling

⚠️ BYOK (Bring Your Own Keys): Exchange API keys are used locally to fetch data from exchanges. Keys are never transmitted to NeuroAether. ⚠️ External API Notice: Only market data (prices, volumes) and query text are sent to api.neurodoc.app for AI analysis. Auditable Code: The payload sent to api.neurodoc.app contains only aggregated market prices and query text. Exchange API keys are excluded from all requests. What is sent: Aggregated market prices and natural language queries only What is NOT sent: Exchange API keys, credentials, personal data, wallet addresses Data retention: Queries are processed in real-time and not stored Hosting: Hetzner EU servers (GDPR compliant) CRITICAL: Users should configure exchange API keys with READ-ONLY permissions. Never enable withdrawal or trading permissions.

Architecture

User's Machine (local) NeuroAether API β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ β”‚ β”‚ Exchange API Keys β”‚ β”‚ api.neurodoc.appβ”‚ β”‚ (never leave here) β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ Receives ONLY: β”‚ β”‚ β–Ό β”‚ β”‚ - prices β”‚ β”‚ Fetch from β”‚ prices + β”‚ - volumes β”‚ β”‚ Binance/Bybit/etc │──query──▢ β”‚ - query text β”‚ β”‚ (locally) β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ Returns: β”‚ β”‚ β–Ό β”‚ ◀──────── β”‚ - AI analysis β”‚ β”‚ Aggregate prices β”‚ analysis β”‚ - verdicts β”‚ β”‚ (no keys in payload)β”‚ β”‚ - PDF data β”‚ β”‚ β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Key Features

Cross-Exchange Scanner β€” Live bid/ask from Binance, Bybit, KuCoin, MEXC, Gate.io Arbitrage Detection β€” Automatic spread analysis across all 5 exchanges APEX Hyper-Council Analysis β€” 5 AI agents (Macro CIO, Quant Research, Risk Officer Damocles, Execution Architect, Regime Classifier) Trading Blueprint PDF β€” Hedge fund-grade reports with SWOT, Radar charts, PnL projections, Implementation Roadmap Multi-coin Support β€” BTC, ETH, SOL, XRP, DOGE, ADA, DOT, AVAX, MATIC, BNB, LTC, LINK, TRX, SHIB, SUI, APT, TON, NEAR, UNI, PEPE

Configuration (BYOK)

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.

Required Environment Variables

None required. The skill works without any keys using CoinGecko free tier.

Optional Environment Variables

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

1. Live Market Data + Cross-Exchange Scanner

POST https://api.neurodoc.app/aetherlang/execute Content-Type: application/json { "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}", "query": "BTC ETH SOL" }

2. APEX Hyper-Council Analysis

{ "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}", "query": "Full APEX analysis for BTC ETH SOL" }

3. Trading Blueprint PDF

{ "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}", "query": "Generate trading blueprint for BTC" }

Supported Exchanges

ExchangeData AvailableAuth RequiredCoinGeckoPrice, MCap, Volume, ATHNo (free tier)BinanceBid/Ask, Spread, VolumeOptionalBybitBid/Ask, Spread, VolumeOptionalKuCoinBid/Ask, SpreadOptionalMEXCBid/Ask, Spread, VolumeOptionalGate.ioBid/Ask, Spread, VolumeOptional

Hyper-Council Agents

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

Security Architecture

Data handling: Only aggregated market prices and query text are sent to api.neurodoc.app. Exchange API keys never leave the local environment. BYOK: User keys stay local, never transmitted to NeuroAether Read-only: Skill only reads market data, never executes trades No storage: API keys used per-request, never persisted Input validation: All queries sanitized, max 5000 chars Rate limiting: 100 req/hour free tier

What This Skill Does NOT Do

❌ Execute trades or place orders ❌ Transfer funds or make withdrawals ❌ Store or log API keys ❌ Provide financial advice (analysis only)

Languages

English (default) Greek (Ελληνικά) β€” add language="el"

Technology

Backend: FastAPI + Python 3.12 (source) AI Models: GPT-4o via OpenAI Data Sources: CoinGecko, Binance, Bybit, KuCoin, MEXC, Gate.io PDF Engine: WeasyPrint + Matplotlib Hosting: Hetzner EU (GDPR compliant)

Disclaimer

⚠️ 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. Built by NeuroAether β€” Institutional Intelligence for Everyone πŸ§ πŸ“Š

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • client.py Scripts