okx-dapp-discovery

okx-dapp-discovery is a skill for Claude Code from internet-court/internet-court-skill. It costs 351 tokens per session (7,491 once invoked), scanned A, original, no licence file.

A router for discovering and using 20 third-party decentralised finance (DeFi) protocols and their tokens. DeFi refers to financial services that run on blockchains instead of traditional banks.

In plain words
What is it for?
Finding or routing requests to supported protocols such as Aave, Uniswap, Polymarket, and Lido, along with tokens such as ETH, HYPE, and stETH.
Why use it?
It gives an agent one entry point for working with many supported DeFi platforms, instead of needing separate protocol-specific integrations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the internet-court plugin — 94 skills shipped together

Good fit Finding or routing requests to supported protocols such as Aave, Uniswap, Polymarket, and Lido, along with tokens such as ETH, HYPE, and stETH.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/internet-court/internet-court-skill/okx-dapp-discovery
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 internet-court/internet-court-skill --skill okx-dapp-discovery
Clone the repo
git clone --depth 1 https://github.com/internet-court/internet-court-skill

Made for: Claude Code.

Or install internet-court, the plugin that ships this one along with the rest of its 94 skills.

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-dapp-discovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/internet-court/internet-court-skill/okx-dapp-discovery/github.svg)](https://agentmods.dev/skills/internet-court/internet-court-skill/okx-dapp-discovery)
Your own site
<a href="https://agentmods.dev/skills/internet-court/internet-court-skill/okx-dapp-discovery"><img src="https://agentmods.dev/badge/skills/internet-court/internet-court-skill/okx-dapp-discovery/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-dapp-discovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/internet-court/internet-court-skill/okx-dapp-discovery"><img src="https://agentmods.dev/badge/skills/internet-court/internet-court-skill/okx-dapp-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 351 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,491 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 7 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 178
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 205
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 212
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 238
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Excessive Agency · line 222
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Data Exfiltration · line 305
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • low Supply Chain · line 305
    Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
    Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
How audits are shown
Origin unknown 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.00351 $0.07491
Opus 5 $0.00176 $0.03746
Sonnet 5 $0.00070 $0.01498
Haiku 4.5 $0.00035 $0.00749

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

Security

Grade A, and why

okx-dapp-discovery scanned grade A with 1 finding 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 9d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Step A — detect** any of: a `# BINARY_INSTALL:` marker; any `curl`/`wget` of a release asset or raw script (e.g. `launcher.sh`, `update-checker.py`) from an external host; `chmod +x` on a download; `ln -sf` into `~/.lo
vendored/okx/okx-dapp-discovery/SKILL.md · 312 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 files 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. 9d ago First seen · 312 lines · 351 tokens per session scan A 0e9dbba4ee32

Subscribe to this mod's changes

okx-dapp-discovery is a skill published in the GitHub repository internet-court/internet-court-skill (5,588 stars, last pushed 24d ago), with no licence file. It adds 351 tokens to every session and 7,491 once invoked, about $0.0018 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

wallet-desk-brief

Use this skill when the user wants a who-is-this-wallet brief on one EVM address — e.g. "who is 0x...", "label this wallet", "wallet desk brief on 0x...", "what tokens does this address hold and who owns it", "Arkham + holdings read of 0x...". Pins Alchemy tokens-by-address (x402 via Circle Gateway; verify prints…

SELAT-AI/selat-skills · 150 tokens

selat-capabilities-for-metamask

SELAT's capability layer for agents on a MetaMask Agent Wallet — tool use beyond the agent's native abilities, paid per call. Strongest for trading decision support on perpetuals and tokenized stocks ("what are funding rates saying", "pull Polymarket candles", "quote and technicals for this tokenized equity's…

SELAT-AI/selat-openclaw-skills · 225 tokens

t2000-job

Escrow USDC for agent-to-agent deliverable work (A2A jobs). Use when hiring another agent for async work (research reports, builds, SLA tasks) or when selling deliverable work yourself (list a service: fixed price + SLA, no server needed), or posting/claiming open jobs on the board (t2 job open / claim) — anything…

mission69b/t2000 · 164 tokens

t2000-receive

Generate a payment request for the t2000 Agent Wallet — print the wallet address, an ANSI QR code, and (via MCP) a Payment Kit URI (sui:pay?…). Use when asked to receive a payment, share a wallet address, create a payment link, or set up a fund-me link.

mission69b/t2000 · 71 tokens

t2000-send

Send USDC, USDsui, or SUI from the t2000 Agent Wallet to another Sui address. Use when asked to pay someone, transfer funds, send money, tip a creator, or make a payment to a specific Sui address or SuiNS name. Do NOT use for API payments — use the t2000-pay skill for x402-protected services.

mission69b/t2000 · 83 tokens

t2000-swap

Swap tokens on Sui via Cetus Aggregator (20+ DEXs, best-route across SUI, USDC, USDsui, USDT, USDe, ETH, GOLD, NAVX, WAL, vSUI, and more). Use when asked to swap, trade, convert, exchange, or "turn X into Y". Do not use for sending — use the t2000-send skill for transfers.

mission69b/t2000 · 93 tokens