okx-sentiment-tracker

Query crypto news, coin sentiment, and macro-economic calendar data via the OKX CLI.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/nickthelegend/xorr-monorepo --skill okx-sentiment-tracker-nickthelegend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-sentiment-tracker
Source: https://github.com/nickthelegend/xorr-monorepo/tree/main/.agents/skills/okx-sentiment-tracker
Command: npx skills add https://github.com/nickthelegend/xorr-monorepo --skill okx-sentiment-tracker-nickthelegend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @okx_ai/okx-trade-cli, and includes references (resource) components.

What problem does it solve? Traders and analysts need timely crypto news, coin-level sentiment signals, and macro-economic event data in one place, but gathering this from scattered sources is slow and inconsistent. This Skill provides read-only access to OKX news aggregation, sentiment analytics, and an economic calendar through a single CLI. ## Core Features & Use Cases - News Aggregation & Search: Fetch latest or breaking news, filter by coin, source platform, sentiment, or keyword, and retrieve full article content. - Sentiment Analytics: Get per-coin sentiment snapshots, time-series sentiment trends, and rankings of the hottest, most bullish, or most bearish coins. - Macro-Economic Calendar: Query high-importance economic events (NFP, CPI, FOMC, rate decisions) across 210 regions with time-window filtering. - Use Case: A user asks for a daily crypto briefing — the Skill pulls today's important news, trending coins, BTC/ETH sentiment trends, and upcoming economic events, then aggregates them into a structured report. ## Quick Start Ask the assistant to show today's important crypto news and BTC sentiment using the okx news commands after installing the @okx_ai/okx-trade-cli npm package and configuring live API credentials.

Frequently Asked Questions about okx-sentiment-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get the latest crypto news with the OKX CLI?

Run okx news latest --limit 10 to fetch recent news sorted by time. Use okx news important for high-impact breaking news, or okx news by-coin --coins BTC to filter by specific coins.

How to check if BTC sentiment is bullish or bearish?

Run okx news coin-sentiment --coins BTC to get a snapshot with bullish and bearish ratios and mention counts. For trends over time, use okx news coin-trend BTC --period 1h --points 24.

Does OKX news work in demo mode?

No, the news module does not support demo mode and requires live API credentials. Configure a live profile with okx config add-profile and run commands with --profile live.

Why does the economic calendar query return wrong or empty results?

The --before and --after parameters have inverted semantics: --before means newer than the timestamp and --after means older. Always pass both to form a window, and verify region values with okx news list-regions since invalid regions silently return empty.

What should I do when a news search returns no results?

Broaden the time window with --begin, drop restrictive filters like --importance high, simplify multi-word keywords into single terms, or remove --coins. As a last resort, supplement with web search and disclose which results came from which source.