What is BlockBeats Skill?
The BlockBeats Skill connects AI agents to BlockBeats Pro, one of the most comprehensive crypto intelligence platforms in Asia. Covering 1,500+ information sources, it gives agents real-time access to market newsflashes, on-chain data from Hyperliquid, Polymarket prediction markets, ETF flow data, and macroeconomic indicators — all through a clean, structured API.
Key Features
- 1,500+ sources — aggregates crypto news, research, and social signals
- Hyperliquid on-chain data — real-time perpetual futures, liquidations, and whale activity
- Polymarket integration — prediction market probabilities for macro events
- ETF flow tracking — Bitcoin and Ethereum ETF inflow/outflow data
- 6 analysis scenarios — market overview, capital flow, macro, derivatives, stablecoin, and keyword search
Use Cases
Crypto Trading Agent
Build an agent that monitors market conditions, tracks whale movements on Hyperliquid, and surfaces trading signals based on combined on-chain and news data.
Daily Market Briefing
Automate a morning briefing that summarizes overnight newsflashes, ETF flows, and key on-chain metrics into a structured report.
Macro Research Assistant
Combine Polymarket probabilities with macro news to help analysts understand market expectations for Fed decisions, regulatory events, and geopolitical risks.
Quick Start
npx skills add BlockBeatsOfficial/blockbeats-skill
from blockbeats_skill import BlockBeatsClient
client = BlockBeatsClient(api_key="your-key")
Get latest crypto newsflashes
news = client.get_newsflash(limit=20)
Get market overview
market = client.get_market_overview()
print(f"BTC ETF inflow today: {market.btc_etf_inflow}")
Why We Love It
For crypto-native AI applications, BlockBeats Skill provides a level of data depth that generic news APIs simply cannot match. The combination of structured on-chain data, prediction markets, and curated news from 1,500+ sources gives agents a genuinely comprehensive view of the crypto market. If you are building any kind of financial AI agent that touches crypto, this skill belongs in your toolkit.