← 返回 Skills 市场
493
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)
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
安全使用建议
This skill appears to do what it says: it runs Node scripts that call Desk3 endpoints and print market data. Before running, verify you trust the Desk3 domains (https://api1.desk3.io and https://mcp.desk3.io) and are comfortable allowing outbound HTTP from the environment where you run these scripts. Ensure you have a Node runtime (Node 18+ for built-in fetch) or add a fetch polyfill if needed. Because the source/registry owner is unknown, you may prefer to inspect the included .mjs files locally (they are present and readable) and run them in an isolated environment (or container) if you have concerns. No credentials appear to be requested or exfiltrated by the code.
功能分析
Type: OpenClaw Skill
Name: cryptocurrency-market-live-briefing
Version: 1.0.2
The skill bundle provides a comprehensive set of scripts for fetching real-time cryptocurrency market data, sentiment indicators, and news from the Desk3 API. All scripts (e.g., briefing.mjs, prices.mjs, news.mjs) use standard Node.js fetch calls to legitimate-looking endpoints (api1.desk3.io and mcp.desk3.io) and perform only data retrieval and formatting. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The name/description promise real-time crypto prices, indicators and news from Desk3; the code exclusively calls Desk3 domains (api1.desk3.io and mcp.desk3.io) and produces the described briefings. Declared requirement (node) matches the scripts. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running included Node scripts. The scripts only perform HTTP GETs to Desk3 endpoints and print formatted output; they do not read local secrets, system files, other config paths, or transmit data to other endpoints. There is no vague, open-ended instruction granting broad access.
Install Mechanism
There is no install spec (instruction-only skill) and all code is included as .mjs files. No external downloads, installers, or archive extraction are used. Risk is limited to executing included Node scripts which make network requests.
Credentials
The skill requests no environment variables or credentials and does not access other skills' config. The Desk3 API is documented as public/no-key; requiring no secrets is proportionate to fetching public market data.
Persistence & Privilege
The skill does not request 'always: true' or any elevated persistence. It does not modify system or other skills' configurations. Autonomous invocation is allowed only by the platform default and is not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cryptocurrency-market-live-briefing - 安装完成后,直接呼叫该 Skill 的名称或使用
/cryptocurrency-market-live-briefing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2 of desk3-crypto-briefing
- The news only retains the latest cryptocurrency updates.
v1.0.1
Version 1.0.1 of desk3-crypto-briefing
- The news only retains the latest cryptocurrency updates.
v1.0.0
get_suggest_gas
Get EIP1559 estimated gas info (chainid required)
chainid: Chain ID for the blockchain network (e.g., 1 for Ethereum mainnet, 137 for Polygon)
get_exchange_rate
Get list of fiat currency exchange rates
get_mini_24hr
Get 24-hour mini ticker info, supports symbol parameter
symbol: Trading pair symbol in format like BTCUSDT, ETHUSDT, etc. Leave empty to get all symbols
get_token_price
Get real-time token price info, supports symbol parameter
symbol: Trading pair symbol in format like BTCUSDT, ETHUSDT, etc. Leave empty to get all symbols
get_token_circulating_supply
Get token circulating supply and total supply information
symbol: Trading pair symbol (required), format BTC -> BTCUSDT, ETH -> ETHUSDT
get_fear_greed_index
Discover our Fear and Greed Index...
get_btc_trend
Get BTC trend chart for the past 3 months...
get_eth_trend
Get the ETH trend chart for the past three months...
get_altcoin_season_index
Altcoin Season Index page provides real-time insights...
get_bitcoin_dominance
Bitcoin (BTC) dominance is a metric..
get_cycle_indicators
Get crypto market cycle top indicators with fields (Indicator/Current/24h%/ReferencePrice/Triggered)
get_pi_cycle_top
The Pi Cycle Top indicator uses the 111DMA and 2x350DMA to identify Bitcoin market tops
get_rainbow_chart
The Bitcoin Rainbow Chart uses a logarithmic growth curve with a color band to illustrate market sentiment and highlight potential buy or sell areas
get_puell_multiple
The Puell Multiple assesses Bitcoin miners' revenue by dividing daily issuance (in USD) by its 365-day average
get_cycles
Does the Bitcoin Four-Year Cycle Exist? Discover the cryptocurrency market cycle indicator that helps you identify the top of the cryptocurrency bull market
get_market_calendar
Get economic calendar for specified month. Shows important market or political events. Parameter: date (optional) in format YYYY-MM (e.g., 2025-09). If not provided, returns current month data
By : https://github.com/desk3/cryptocurrency-mcp-server
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 493 次。
如何安装 Cryptocurrency Market Live Briefing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cryptocurrency-market-live-briefing」即可一键安装,无需额外配置。
Cryptocurrency Market Live Briefing 是免费的吗?
是的,Cryptocurrency Market Live Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cryptocurrency Market Live Briefing 支持哪些平台?
Cryptocurrency Market Live Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cryptocurrency Market Live Briefing?
由 Desk3(@desk3)开发并维护,当前版本 v1.0.2。
推荐 Skills