# @349/okx Onchainos Suite

> Unified wrapper for OKX OnchainOS capabilities (wallet, market, token, signal, trenches, swap, gateway, security, portfolio, audit log). Use when users want any OKX OnchainOS workflow without installing many separate skills.

- Skill: `starchild-ai-agent/349-okx-onchainos-suite` (Agent Skill)
- Install (CLI): `npx skillmds@latest add starchild-ai-agent/349-okx-onchainos-suite`
- Raw SKILL.md: https://api.skillmd.com/api/skills/starchild-ai-agent/349-okx-onchainos-suite/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: starchild-ai-agent (https://skillmd.com/u/starchild-ai-agent)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/starchild-ai-agent/349-okx-onchainos-suite

---


# OKX OnchainOS Suite (Unified)

This is a consolidated wrapper skill for the full OKX OnchainOS package.

## Why this exists

The upstream package contains many individual skills. This wrapper keeps the top-level `skills/` directory clean by grouping all module skills under:

`skills/okx-onchainos-suite/modules/`

Included modules:
- okx-agentic-wallet
- okx-audit-log
- okx-dex-market
- okx-dex-signal
- okx-dex-swap
- okx-dex-token
- okx-dex-trenches
- okx-onchain-gateway
- okx-security
- okx-wallet-portfolio

## How to use

Use this skill as the single entrypoint for all OnchainOS requests.

Intent routing:
- Wallet login/balance/send/history → agentic-wallet
- Public address portfolio lookup → wallet-portfolio
- Token price/K-line/PnL → dex-market
- Token discovery/holder distribution/honeypot → dex-token
- Smart money/whale/KOL buys → dex-signal
- New meme launches/dev reputation/bundler → dex-trenches
- Swap quote/approve/execute → dex-swap
- Gas estimate/simulation/broadcast/status → onchain-gateway
- Tx/signature/DApp security & approvals → security
- Export command logs/audit history → audit-log

## Runtime

`onchainos` CLI should be installed and available in PATH.
Required environment variables for authenticated calls:
- `OKX_API_KEY`
- `OKX_SECRET_KEY`
- `OKX_PASSPHRASE`

## Notes

- This is a workspace consolidation wrapper.
- Original module files are preserved under `modules/` for reference and maintenance.

