# Route DeFi DApp Requests to OKX Plugins

Choosing the right DeFi plugin is hard when requests mention tokens, protocols, or Chinese aliases. This skill maps the request to a supported OKX plugin or asks a focused clarification.

## Install

```bash
npx skillstore add internet-court/okx-dapp-discovery
```

## Metadata

- Status: approved
- Slug: internet-court-okx-dapp-discovery
- Version: 4.2.1
- Author version: 4.2.1
- Skillstore revision: r1
- Version status: valid
- Tree hash: 49031b36431bb157e218b2af91b5d5a36f1d332051015726b7fa4e9d1796e8c6
- Author: internet-court
- GitHub username: internet-court
- License: MIT
- Repository: https://github.com/internet-court/internet-court-skill/tree/main/vendored/okx/okx-dapp-discovery
- Ref: 3f6e026a3363e0954ede7bef0cfe88d4475de137
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network, filesystem
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/internet-court-okx-dapp-discovery
- Manifest: https://skillstore.pages.dev/api/skills/internet-court-okx-dapp-discovery/manifest

## Capabilities

- Routes named requests for 20 supported DeFi DApps to their OKX plugin IDs.
- Maps protocol-native tokens and phrases, such as HYPE, stETH, GHO, PT tokens, and CLANKER.
- Uses Chinese aliases, trigger verbs, and routing examples from bundled reference files.
- Separates install, clarification, discovery-table, and unknown-DApp catalog-probe flows.
- Distinguishes pump.fun trade requests from pump.fun research requests.
- Adds a consent gate before downstream plugins run binary pre-flight installers.

## Use Cases

- Route A Named DeFi Action: Send a protocol-specific action, such as staking on Lido or borrowing on Aave, to the matching OKX plugin.
- Compare Supported Protocols: Handle requests that mention multiple DApps by asking whether to set up one plugin or discuss tradeoffs first.
- Support Chinese DApp Requests: Resolve Chinese protocol aliases, action verbs, and examples to the correct routing outcome.

## Prompt Templates

### Show Supported DApps

```
Show me which DeFi DApps you can route and group them by category.
```

### Route A Named Protocol

```
I want to deposit USDC into Aave V3. Route me to the right OKX plugin and continue with my request.
```

### Clarify A Generic Yield Request

```
I want to earn yield with stablecoins. Ask one clarifying question if several supported DApps could fit.
```

### Probe An Unsupported DApp

```
Check whether there is an OKX plugin for <DApp name>. If not, show closest supported alternatives and the OKX DeFi fallback.
```

## Limitations

- It does not replace the protocol knowledge inside each downstream OKX plugin.
- Plugin installation and catalog probing may require network access and package-manager availability.
- Some protocol variants are intentionally out of scope, such as Morpho Blue and GMX V1.
- Generic DeFi requests may be clarified instead of routed automatically.

## Best Practices

- Name the target DApp when you want direct routing to a specific protocol plugin.
- Include the action and token pair when a protocol-native token could mean several workflows.
- Review binary install prompts before approving downstream plugin pre-flight steps.

## Anti Patterns

- Do not use generic terms like swap or yield alone when you need a specific DApp.
- Do not ask it for full protocol documentation that belongs in the downstream plugin.
- Do not approve binary installs without checking the plugin name, release URL, and install path.

## Security Audit

- Audited at: 2026-07-21T04:09:26.341\+00:00
- Summary: The skill contains many benign documentation references that triggered static rules. However, it silently installs third-party plugins globally and builds a shell command from a user-supplied DApp name before probing and installing packages. Those behaviors create supply-chain and command-injection exposure.

## Stats

- Views: 0
- Downloads: 4
- Favorites: 1
- Popularity score: 0
