okx-sentiment-tracker

okx sentiment tracker

okx 156 ↓ 5.7k MIT updated 26d ago
Claude Code
View source ↗

What it does

  • Use --profile live if a live profile exists: okx --profile live news latest
  • Or create one: okx config add-profile AK=<key> SK=<secret> PP=<passphrase> name=live
  • Rate limit: 1 request per 5 seconds (IP-based). Do NOT call repeatedly.
  • actual="" = not yet released; non-empty = released.
  • Historical data >3 months requires VIP1+.
  • Demo mode not supported — use --profile live silently.
  • Coins with low coverage (e.g. newly listed tokens)

Requirements & configuration

  • Crypto news aggregation, coin sentiment analysis, and macro-economic calendar for OKX. All commands are read-only and require API credentials (OAuth2.1).
  • Historical data >3 months requires VIP1+.
  • These queries require parallel execution of economic-calendar + BTC sentiment/news + market data. Do NOT run them sequentially.
  • Get macro-economic calendar data. Historical data beyond 3 months requires VIP1+.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

okx sentiment tracker

Source

Repository: https://github.com/okx/agent-skills

okx-sentiment-tracker FAQ

What does the okx-sentiment-tracker skill do?

Use this skill when the user asks about: 'any crypto news', 'latest news', 'market update', 'daily briefing', 'BTC news', 'ETH news', 'news on SOL', 'search SEC ETF', 'regulation news', 'Bitcoin halving', 'is BTC bullish or bearish', 'coin sentiment', 'sentiment trend', 'trending coins', 'top bullish coins', 'bearish sentiment', 'social buzz', 'market mood', 'fear and greed', 'full article', 'read more', 'economic calendar', '经济日历', 'macro data', '宏观数据', 'NFP', 'nonfarm', '非农', 'CPI', 'GDP', 'FOMC', '利率决议', 'interest rate decision', 'PMI', 'unemployment rate', '失业率', 'economic events', '经济事件', or any request for crypto news, market intelligence, sentiment analysis, social trend data, or macro-economic calendar. Requires API credentials. Do NOT use for market prices/candles (okx-cex-market), placing orders (okx-cex-trade), or account info (okx-cex-portfolio). Use --profile live if a live profile exists: okx --profile live news latest Or create one: okx config add-profile AK=<key> SK=<secret> PP=<passphrase> name=live

What does okx-sentiment-tracker require?

Crypto news aggregation, coin sentiment analysis, and macro-economic calendar for OKX. All commands are read-only and require API credentials (OAuth2.1). Historical data >3 months requires VIP1+. These queries require parallel execution of economic-calendar + BTC sentiment/news + market data. Do NOT run them sequentially. Get macro-economic calendar data. Historical data beyond 3 months requires VIP1+.

How do I install okx-sentiment-tracker?

Run: npx -y skills add https://github.com/okx/agent-skills --skill okx-sentiment-tracker --agent claude-code — the source lives at github.com/okx/agent-skills.

Maintain okx-sentiment-tracker?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

okx-sentiment-tracker on getagentictools
[![okx-sentiment-tracker on getagentictools](https://getagentictools.com/badge/skills/okx-agent-skills-okx-sentiment-tracker.svg)](https://getagentictools.com/skills/okx-agent-skills-okx-sentiment-tracker?ref=badge)
npx agentictools info skills/okx-agent-skills-okx-sentiment-tracker

The second line is the CLI lookup for this page — handy in READMEs and docs.