/install cryptocurrency-market-live-briefing
Desk3 Crypto Briefing
Real-time cryptocurrency market briefing tool based on Desk3 API. API sources: mcp.desk3.io and api1.desk3.io
Get Full Briefing
node {baseDir}/scripts/briefing.mjs
Briefing includes:
- Core Prices - BTC/ETH/SOL prices and percentage changes
- Sentiment Indicators - Fear & Greed Index + explanation
- Technical Indicators - Puell, Pi Cycle, Dominance + explanations
- Policy & Macro News - Top 10
- Blockchain Industry News - Top 10
- Trending - Top 10 coins real-time prices
Get Individual Data
Core Prices
# 24h prices
node {baseDir}/scripts/prices.mjs
Sentiment Indicators
# Fear & Greed Index
node {baseDir}/scripts/fear-greed.mjs
# Altcoin Season Index
node {baseDir}/scripts/altcoin-season.mjs
Technical Indicators
# Puell Multiple
node {baseDir}/scripts/puell.mjs
# Pi Cycle Top
node {baseDir}/scripts/pi-cycle.mjs
# Bitcoin Dominance
node {baseDir}/scripts/dominance.mjs
# Cycle Composite Analysis (Puell + Pi Cycle + Probabilities)
node {baseDir}/scripts/cycles.mjs
# Cycle Indicators Detail (30+ indicators)
node {baseDir}/scripts/cycle-indicators.mjs
Trend Data
# BTC Trend
node {baseDir}/scripts/btc-trend.mjs
# ETH Trend
node {baseDir}/scripts/eth-trend.mjs
# Trending (Top 10 coins)
node {baseDir}/scripts/trending.mjs
News
# Blockchain Industry News (catid=1)
node {baseDir}/scripts/news.mjs crypto
# Policy/Macro News (catid=3)
node {baseDir}/scripts/news.mjs policy
Other
# Exchange Rate Info
node {baseDir}/scripts/exchange-rate.mjs
# Market Calendar
node {baseDir}/scripts/calendar.mjs
API Documentation
All endpoints use the following base URLs, add language: en header when making requests:
https://api1.desk3.io/v1/- Main market datahttps://mcp.desk3.io/v1/- MCP service API
Complete API List
| Feature | Endpoint |
|---|---|
| Price Ticker | /v1/market/mini/24hr |
| Fear & Greed | /v1/market/fear-greed |
| Puell Multiple | /v1/market/puell-multiple |
| Pi Cycle Top | /v1/market/pi-cycle-top |
| Dominance | /v1/market/bitcoin/dominance |
| Cycle Composite | /v1/market/cycles |
| Cycle Indicators Detail | /v1/market/cycleIndicators |
| Altcoin Season | /v1/market/altcoin/season |
| BTC Trend | /v1/market/btc/trend |
| ETH Trend | /v1/market/eth/trend |
| Exchange Rate | /v1/market/exchangeRate |
| Calendar | /v1/market/calendar |
| News | /v1/news/list |
Notes:
- Data source: Desk3 API (free, no API key required)
- All endpoints use direct HTTP calls, no MCP server installation needed
- Supports Chinese and English responses (language: zh/en)
- Credit: Desk3
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cryptocurrency-market-live-briefing - After installation, invoke the skill by name or use
/cryptocurrency-market-live-briefing - Provide required inputs per the skill's parameter spec and get structured output
What is Cryptocurrency Market Live Briefing?
Provides real-time BTC/ETH/SOL prices, sentiment and technical indicators, top industry and policy news, plus trending coin prices via Desk3 API. It is an AI Agent Skill for Claude Code / OpenClaw, with 493 downloads so far.
How do I install Cryptocurrency Market Live Briefing?
Run "/install cryptocurrency-market-live-briefing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cryptocurrency Market Live Briefing free?
Yes, Cryptocurrency Market Live Briefing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cryptocurrency Market Live Briefing support?
Cryptocurrency Market Live Briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cryptocurrency Market Live Briefing?
It is built and maintained by Desk3 (@desk3); the current version is v1.0.2.