Install
openclaw skills install @sugacrypto/cross-asset-intelligenceCross-asset financial analysis API combining crypto and traditional markets. BTC vs S&P500/NASDAQ/Nikkei225/DAX correlation, cross-market risk score (0-100), crypto news impact analysis, macroeconomic environment report, token contract risk evaluation, daily market briefing. Pay-per-request with USDC micropayments via x402 on Base. No API key needed. Use when asked to 'check BTC correlation with stocks', 'what is the market risk level', 'is this token safe', 'crypto market analysis', 'macro outlook', 'morning market briefing', 'cross-asset analysis', 'BTC vs equities', 'risk score', 'token safety check', 'evaluate contract risk for address', 'daily market update', 'market sentiment', 'portfolio risk', 'VIX and crypto', 'correlation between bitcoin and stock market', 'financial analysis for trading', 'hedge fund briefing', 'institutional market report'. Bilingual: English and Japanese. Powered by Claude AI (Haiku/Sonnet/Opus). Data from CoinGecko, FRED, Twelve Data, RSS feeds. 4 pricing tiers: quick ($0.001, no AI, sub-second), insight ($0.03-0.15, Claude Haiku), analysis ($0.08-0.20, Claude Sonnet), pro ($0.80-1.00, Claude Opus institutional-grade).
openclaw skills install @sugacrypto/cross-asset-intelligenceAI-powered cross-market financial analysis. Crypto + traditional finance in one API.
Connects your agent to 22 paid analysis endpoints spanning 6 domains:
All endpoints use x402 micropayments (USDC on Base). Your agent's wallet pays automatically per request. No API key, no subscription, no signup.
| Tier | Price Range | AI Model | Speed |
|---|---|---|---|
| quick | $0.001-0.002 | None (pure math) | <500ms |
| insight | $0.03-0.06 | Claude Haiku | <5s |
| analysis | $0.08-0.20 | Claude Sonnet | <10s |
| pro | $0.80-1.00 | Claude Opus | cached 2h |
Your agent needs a funded wallet (USDC on Base). Set your wallet's private key as an environment variable:
WALLET_SIGNING_KEYStore the value in .env (gitignored) or a secret manager. Never share or commit it.
All endpoints are accessible via HTTP GET through Bankr x402 Cloud:
Base URL: https://x402.bankr.bot/0x98ee945dfa6bb8e9ed9f9b6ae56eb82bcc82f0aa/
# BTC vs S&P500 correlation (30 days)
GET /correlation-quick?index=sp500&period_days=30
# Cross-market risk score
GET /risk-score-quick
# Token safety check
GET /token-safety-quick?chain=ethereum&address=0x...
# Daily market briefing
GET /daily-briefing-quick
# With AI analysis (Claude Sonnet)
GET /correlation-analysis?index=nasdaq&period_days=90&lang=ja
Correlation: correlation-quick, correlation-insight, correlation-analysis, correlation-pro
index (sp500/nasdaq/nikkei225/dax), period_days (7/14/30/90), lang (en/ja)Risk Score: risk-score-quick, risk-score-insight, risk-score-analysis, risk-score-pro
lang (en/ja)Top News: top-news-insight, top-news-analysis, top-news-pro
lang (en/ja)Macro Report: macro-report-insight, macro-report-analysis, macro-report-pro
lang (en/ja)Token Safety: token-safety-quick, token-safety-insight, token-safety-analysis, token-safety-pro
chain (ethereum/base/etc), address (contract address), lang (en/ja)Daily Briefing: daily-briefing-quick, daily-briefing-insight, daily-briefing-analysis, daily-briefing-pro
lang (en/ja)All responses include:
upgrade_available — links to higher-tier analysis with pricingmeta.data_sources — transparency on where data comes frommeta.data_freshness — timestamp of underlying datadisclaimer — not financial adviceThis skill contains no executable code. It is a pure markdown description of an external API. All data processing happens server-side on secured infrastructure. No local files are read, written, or executed.