1m Trade News logo

1m Trade News

CommunityPopular
LeoYeAI
1m-trade-news

Querying crypto news, newsflashes, articles, search, and on-chain market data (ETF flows, stablecoin supply, derivatives OI, M2, DXY, Bitfinex long positions, and more). Requires BLOCKBEATS_API_KEY.

Overview

PublisherLeoYeAI
Repositoryopenclaw-master-skills
Skill name1m-trade-news
Stars
2.1K
Forks
325
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by LeoYeAI on GitHub. Read the source before you install it.

Installation

Install the 1m Trade News AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills.git /tmp/openclaw-master-skills
mkdir -p .claude/skills
cp -r /tmp/openclaw-master-skills/skills/1m-trade/skills/1m-trade-news .claude/skills/1m-trade-news
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable 1m Trade News in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads 1m Trade News on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so 1m Trade News is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

BlockBeats API Skill

Query crypto newsflashes, articles, search, and on-chain/market datasets via the BlockBeats Pro API.

Get an API key (follow these steps; no manual user setup needed)

If BLOCKBEATS_API_KEY is missing or empty, you MUST only use the environment file ~/.openclaw/.1m-trade/.env to store/read it. Do NOT read or touch any other files.

  1. Check ~/.openclaw/.1m-trade/.env for BLOCKBEATS_API_KEY.
  2. If BLOCKBEATS_API_KEY is missing or empty:
    • Run exactly this curl to fetch a free API key:
      bash
      curl --request GET --url "https://api-pro.theblockbeats.info/v1/api-key/free"
    • Parse the response and extract data.api_key as BLOCKBEATS_API_KEY.
    • In ~/.openclaw/.1m-trade/.env, ONLY update the BLOCKBEATS_API_KEY entry:
      • If the key already exists, replace only that line's value.
      • If the key does not exist, append a new line: BLOCKBEATS_API_KEY=<api_key>
    • Keep all other existing env lines unchanged (do NOT overwrite the whole file).
    • Do not print the API key in chat/logs.
  3. For the sections below, use BLOCKBEATS_API_KEY as the value for the request header api-key: $BLOCKBEATS_API_KEY.

Request format

Base URL: https://api-pro.theblockbeats.info Auth: all requests must include the header api-key: $BLOCKBEATS_API_KEY Response: {"status": 0, "message": "", "data": {...}}status == 0 means success

Scenario 1: Market snapshot

Triggers: "how is the market today", "market snapshot", "daily overview", etc.

Run the following 4 requests in parallel:

bash
# 1) Bottom/top indicator (sentiment)
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/bottom_top_indicator"

# 2) Important newsflashes (latest 5)
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/newsflash/important" \
  -G --data-urlencode "size=5" --data-urlencode "lang=cn"

# 3) BTC ETF net flow
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/btc_etf"

# 4) Daily on-chain tx volume
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/daily_tx"

Output format:

📊 Market Snapshot · [Today]

Sentiment indicator: [value] → [<20 potential buy zone / 20–80 neutral / >80 potential sell zone]
BTC ETF: net flow today [value] USD (M), cumulative [value] USD (M)
On-chain tx volume: [value] (vs yesterday [↑/↓][%])
Important news:
  · [title 1] [time]
  · [title 2] [time]
  · [title 3] [time]

Interpretation rules:

  • Indicator < 20 → highlight potential opportunities
  • Indicator > 80 → highlight potential sell risk
  • ETF positive net flow for 3 consecutive days → institutional accumulation signal
  • ETF net flow > 500M/day → strong buy signal
  • Rising tx volume → higher on-chain activity / market heat

Scenario 2: Fund flow analysis

Triggers: "where is money flowing", "on-chain hotspots", "stablecoins", "smart money", etc.

Run in parallel:

bash
# 1) Top 10 net inflow tokens (default: solana; use Base/ETH if mentioned)
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/top10_netflow" \
  -G --data-urlencode "network=solana"

# 2) Stablecoin market cap
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/stablecoin_marketcap"

# 3) BTC ETF net flow
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/btc_etf"

network values: solana (default) / base / ethereum

Output format:

💰 Fund Flow Analysis

On-chain trending ([network]):
  1. [token] net inflow $[value]  mcap $[value]
  2. ...

Stablecoins: USDT [↑/↓] USDC [↑/↓] (expansion / contraction)
Institutional: ETF today [in/out] [value] USD (M)

Interpretation rules:

  • Stablecoin expansion → more sidelined capital, stronger bid potential
  • Stablecoin contraction → capital leaving, be cautious

Scenario 3: Macro environment

Triggers: "macro", "liquidity", "US rates", "USD", "is it a good entry", etc.

Run in parallel:

bash
# 1) US 10Y yield
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/us10y" \
  -G --data-urlencode "type=1M"

# 2) DXY
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/dxy" \
  -G --data-urlencode "type=1M"

# 3) Compliant exchanges total assets
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/compliant_total"

Output format:

🌐 Macro Environment

US 10Y yield: [value]% → [up/down]
DXY: [value] → [strong/weak]
Compliant exchanges assets: $[value] → [inflow/outflow]

Overall: [bullish/neutral/bearish] for crypto

Interpretation rules:

  • Rising DXY → stronger USD, crypto headwind
  • Falling DXY → weaker USD, crypto tailwind
  • Rising yields → higher risk-free rate, capital rotates to bonds
  • Rising compliant exchange assets → stronger institutional allocation

Scenario 4: Derivatives market

Triggers: "derivatives", "open interest", "Binance/Bybit", "leverage risk", etc.

Run in parallel:

bash
# 1) Major venues comparison
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/contract" \
  -G --data-urlencode "dataType=1D"

# 2) Exchange snapshot
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/exchanges" \
  -G --data-urlencode "size=10"

# 3) Bitfinex BTC long positions
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/data/bitfinex_long" \
  -G --data-urlencode "symbol=btc" --data-urlencode "type=1D"

Output format:

⚡ Derivatives Market

Major venues OI:
  Binance [value]  Bybit [value]  Hyperliquid [value]

Exchange ranking (by volume):
  1. [name] volume $[value]  OI $[value]
  2. ...

Bitfinex BTC longs: [value] → [up/down] (leveraged long sentiment [strong/weak])

Interpretation rules:

  • Rising Bitfinex longs → whales leaning long, stronger confidence
  • Sharp drop → watch for long unwinds / downside risk

Scenario 5: Keyword search

Triggers: "search [keyword]", "find [keyword]", "[keyword] news", etc.

bash
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/search" \
  -G --data-urlencode "name=[keyword]" --data-urlencode "size=10" --data-urlencode "lang=cn"

Returned fields: title, abstract, content (plain text), type (0=article, 1=newsflash), time_cn (relative time), url


Single-endpoint reference

Newsflash endpoints (support page/size/lang)

EndpointURL
All newsflashesGET /v1/newsflash
Important newsflashesGET /v1/newsflash/important
Original newsflashesGET /v1/newsflash/original
First-release newsflashesGET /v1/newsflash/first
On-chain newsflashesGET /v1/newsflash/onchain
Financing newsflashesGET /v1/newsflash/financing
Prediction-market newsflashesGET /v1/newsflash/prediction
Meme newsflashesGET /v1/newsflash/meme
AI newsflashesGET /v1/newsflash/ai
bash
curl -s -H "api-key: $BLOCKBEATS_API_KEY" \
  "https://api-pro.theblockbeats.info/v1/newsflash/[type]" \
  -G --data-urlencode "page=1" --data-urlencode "size=10" --data-urlencode "lang=cn"

Article endpoints (support page/size/lang)

EndpointURL
All articlesGET /v1/article
Important articlesGET /v1/article/important
Original articlesGET /v1/article/original

Data endpoints

EndpointURLKey params
BTC ETF net flowGET /v1/data/btc_etfN/A
Daily on-chain tx volumeGET /v1/data/daily_txN/A
IBIT/FBTC net flowGET /v1/data/ibit_fbtcN/A
Stablecoin market capGET /v1/data/stablecoin_marketcapN/A
Compliant exchanges total assetsGET /v1/data/compliant_totalN/A
US 10Y yieldGET /v1/data/us10ytype=1D/1W/1M
DXYGET /v1/data/dxytype=1D/1W/1M
Global M2 supplyGET /v1/data/m2_supplytype=3M/6M/1Y/3Y
Bitfinex BTC longsGET /v1/data/bitfinex_longsymbol=btc type=1D/1W/1M/h24
Major derivatives venues dataGET /v1/data/contractdataType=1D/1W/1M/3M/6M/12M
Bottom/top indicatorGET /v1/data/bottom_top_indicatorN/A
Top-10 net inflowGET /v1/data/top10_netflownetwork=solana/base/ethereum
Derivatives exchanges snapshotGET /v1/data/exchangesname page size

Timeframe auto-mapping

User saysParam
today / latest / real-timetype=1D or size=5
this week / recenttype=1W
this month / last monthtype=1M
this year / long-termtype=1Y or type=3Y
last 24h (bitfinex_long only)type=h24

Intent mapping

User intentScenario / endpoint
how is the market today / daily overviewScenario 1: Market snapshot
fund flows / on-chain hotspots / smart moneyScenario 2: Fund flow analysis
macro / M2 / yields / good entry?Scenario 3: Macro environment
derivatives / open interest / leverage riskScenario 4: Derivatives market
search [keyword]Scenario 5: Keyword search
latest newsflashes / list newsflashesGET /v1/newsflash
important newsflashesGET /v1/newsflash/important
original newsflashesGET /v1/newsflash/original
first-release newsflashesGET /v1/newsflash/first
on-chain newsflashesGET /v1/newsflash/onchain
financing newsflashes / financing newsGET /v1/newsflash/financing
prediction markets / PolymarketGET /v1/newsflash/prediction
meme newsGET /v1/newsflash/meme
AI newsGET /v1/newsflash/ai
article listGET /v1/article
important articlesGET /v1/article/important
original articlesGET /v1/article/original
BTC ETF net flowGET /v1/data/btc_etf
IBIT FBTCGET /v1/data/ibit_fbtc
stablecoin market cap / USDT USDCGET /v1/data/stablecoin_marketcap
DXYGET /v1/data/dxy
Bitfinex longs / leverage positioningGET /v1/data/bitfinex_long
bottom/top indicator / sentimentGET /v1/data/bottom_top_indicator
top net inflow tokens / on-chain trendingGET /v1/data/top10_netflow
derivatives exchanges rankingGET /v1/data/exchanges
on-chain tx volume / activityGET /v1/data/daily_tx
compliant exchange assets / custodyGET /v1/data/compliant_total

Data refresh frequency

Endpoint typeRefresh cadence
newsflashes / articles / searchreal-time
top10_netflownear real-time
btc_etf / ibit_fbtc / daily_txdaily (T+1)
stablecoin_marketcap / compliant_totaldaily
bottom_top_indicatordaily
us10y / dxyintraday (minute-level)
m2_supplymonthly
exchanges / contractdaily
bitfinex_longdaily (h24 is near real-time)

Error handling

ErrorHandling
BLOCKBEATS_API_KEY missingPrompt to set BLOCKBEATS_API_KEY (see the key-fetch section above)
HTTP 401API key invalid/expired
HTTP 403Plan does not allow access to the endpoint
status != 0Show the message field
TimeoutSuggest retry; do not block other parallel requests
data empty arrayExplain likely causes (non-trading day, delay, no data for asset)

Notes

  • content may contain HTML; strip tags and display plain text
  • create_time is a string in Y-m-d H:i:s
  • Numeric fields (price/vol, etc.) are strings; you may format them as numbers
  • When querying in parallel, one failed endpoint should not block the others

Frequently asked questions

What does the 1m Trade News AI skill do?

Querying crypto news, newsflashes, articles, search, and on-chain market data (ETF flows, stablecoin supply, derivatives OI, M2, DXY, Bitfinex long positions, and more). Requires BLOCKBEATS_API_KEY.

Why use 1m Trade News on TypingMind?

Because you install it once and use it with any model. 1m Trade News is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install 1m Trade News in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/LeoYeAI/openclaw-master-skills/tree/main/skills/1m-trade/skills/1m-trade-news. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use 1m Trade News?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with 1m Trade News?

As many as you like. As long as a model supports skills, you can use 1m Trade News with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the 1m Trade News AI skill free?

Yes. It is published on GitHub by LeoYeAI under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇