okx-sentiment-tracker

okx-sentiment-tracker is a skill for Claude Code, Codex from Dennis-bv/dex-trade-agent-kit. It costs 173 tokens per session (4,045 once invoked), scanned A, original, MIT.

A read-only tool for collecting crypto news and producing sentiment summaries for coins through OKX. Crypto is digital currency, and sentiment describes whether coverage leans positive, negative, or mixed.

In plain words
What is it for?
Use it to find recent or coin-specific news, search by keyword or sentiment, read full articles, view a coin sentiment snapshot or trend, rank sentiment, and list news sources.
Why use it?
It gathers coin news and sentiment in one place instead of requiring separate searches and manual comparison. It requires the OKX command-line tool and configured API credentials.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find recent or coin-specific news, search by keyword or sentiment, read full articles, view a coin sentiment snapshot or trend, rank sentiment, and list news sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dennis-bv/dex-trade-agent-kit/okx-sentiment-tracker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Dennis-bv/dex-trade-agent-kit --skill okx-sentiment-tracker
Clone the repo
git clone --depth 1 https://github.com/Dennis-bv/dex-trade-agent-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for okx-sentiment-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/dennis-bv/dex-trade-agent-kit/okx-sentiment-tracker/github.svg)](https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-sentiment-tracker)
Your own site
<a href="https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-sentiment-tracker"><img src="https://agentmods.dev/badge/skills/dennis-bv/dex-trade-agent-kit/okx-sentiment-tracker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for okx-sentiment-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/dennis-bv/dex-trade-agent-kit/okx-sentiment-tracker"><img src="https://agentmods.dev/badge/skills/dennis-bv/dex-trade-agent-kit/okx-sentiment-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,045 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00173 $0.04045
Opus 5 $0.00086 $0.02022
Sonnet 5 $0.00035 $0.00809
Haiku 4.5 $0.00017 $0.00404

Measured 11d ago against content hash 0a8550c83699, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

okx-sentiment-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/okx-sentiment-tracker/SKILL.md · 332 lines

How it starts

The opening of the file, as written. The whole thing — 332 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OKX News & Sentiment

Crypto news aggregation and coin sentiment analysis for OKX. All commands are read-only and require API credentials (OAuth2.1).

Capabilities

User Intent Command
Latest/important news okx news latest
Coin-specific news okx news by-coin
Keyword news search okx news search
Sentiment-filtered news okx news by-sentiment
Full article content okx news detail
Coin sentiment snapshot okx news coin-sentiment
Sentiment trend okx news coin-trend
Sentiment ranking okx news sentiment-rank
News source list okx news platforms

Prerequisites

  1. Install okx CLI:
    npm install -g @okx_ai/okx-trade-cli
    
  2. Configure credentials in ~/.okx/config.toml
  3. Verify setup:
    okx news latest --limit 3
    

OKX News does not support demo mode. Always use --profile live silently — don't mention it unless there's an error.

On "not available in demo" errors: the user's current profile is configured with demo/simulated credentials. Tell the user: "News module does not support demo mode. Please switch to a live profile." Guide them to either:

  • 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

All commands support --json for raw JSON output.

Quickstart

# Latest news
okx news latest --limit 5

# Today's important news
okx news important --begin $(date -d 'today 00:00:00' +%s000 2>/dev/null || date -v0H -v0M -v0S +%s000)

# BTC news
okx news by-coin --coins BTC

# Search for SEC ETF news
okx news search --keyword "SEC ETF"

# BTC sentiment overview
okx news coin-sentiment --coins BTC

# Trending coins (hottest right now)
okx news sentiment-rank

Intent → Command Mapping

Browse News

latest, by-coin, and search default --importance low, which returns all news (both high and low importance). Pass --importance high only when the user explicitly asks for major / breaking / important news. The dedicated okx news important command is a shortcut for that case.

Read the full file on GitHub · 332 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 332 lines · 173 tokens per session scan A 0a8550c83699

Subscribe to this mod's changes

okx-sentiment-tracker is a skill published in the GitHub repository Dennis-bv/dex-trade-agent-kit (128 stars, last pushed 7d ago), licensed MIT. It adds 173 tokens to every session and 4,045 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories