okx-sentiment-tracker

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? It gives you read-only access to OKX's crypto news aggregation, coin sentiment analysis, and macro-economic calendar without manually browsing multiple news sites or data portals. ## Core Features & Use Cases - News Aggregation: Fetch latest, important, coin-specific, keyword-searched, or source-filtered crypto news with sentiment and importance filters. - Sentiment Analysis: Get sentiment snapshots, time-series trends, and bullish/bearish/hot rankings for coins like BTC, ETH, and SOL. - Economic Calendar: Query macro events (NFP, CPI, FOMC, rate decisions) by region and importance with explicit time windows. - Use Case: Ask for a daily crypto briefing and get today's breaking news, trending coins, BTC/ETH sentiment trends, and upcoming high-impact economic events aggregated into one report. ## Quick Start Ask the assistant for today's most important crypto news and the current market sentiment on BTC.

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 from OKX?

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

How to check if BTC sentiment is bullish or bearish?

Use okx news coin-sentiment --coins BTC for a snapshot with bullish/bearish ratios and mention counts. For trends over time, run okx news coin-trend BTC --period 1h --points 24 to see the last 24 hours of sentiment movement.

Does OKX news work in demo mode?

No, the OKX news module does not support demo mode and requires live API credentials. Configure a live profile with okx config add-profile or pass --profile live to every command.

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

The --before and --after flags 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 are the limitations of OKX news keyword search?

Keyword search mainly indexes recent articles, so queries older than about 7 days may return empty even if articles existed. Broaden the time window, split multi-word phrases into single terms, or supplement with web search for niche topics.