← Back to Skills Marketplace
desk3

Cryptocurrency Market Live Briefing

by Desk3 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
493
Downloads
1
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install cryptocurrency-market-live-briefing
Description
Provides real-time BTC/ETH/SOL prices, sentiment and technical indicators, top industry and policy news, plus trending coin prices via Desk3 API.
README (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:

  1. Core Prices - BTC/ETH/SOL prices and percentage changes
  2. Sentiment Indicators - Fear & Greed Index + explanation
  3. Technical Indicators - Puell, Pi Cycle, Dominance + explanations
  4. Policy & Macro News - Top 10
  5. Blockchain Industry News - Top 10
  6. 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 data
  • https://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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cryptocurrency-market-live-briefing
  3. After installation, invoke the skill by name or use /cryptocurrency-market-live-briefing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug cryptocurrency-market-live-briefing
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

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.

💬 Comments