okx-guide

okx-guide is a skill for Claude Code from okx/onchainos-skills. It costs 86 tokens per session (353 once invoked), scanned A, original, no licence file.

A getting-started and support guide for Onchain OS and OKX.AI. It explains the available roles and how to register as a User, Agent Service Provider, or Evaluator.

In plain words
What is it for?
It helps with introductions, quick starts, role registration, Help Center guidance, and finding human support.
Why use it?
It gives newcomers a route through setup, role selection, tutorials, and support requests.

Skill for Claude Code

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

Part of the onchainos-skills plugin — 7 skills shipped together

Good fit It helps with introductions, quick starts, role registration, Help Center guidance, and finding human support.

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

Made for: Claude Code.

Or install onchainos-skills, the plugin that ships this one along with the rest of its 7 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-guide

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/okx/onchainos-skills/okx-guide"><img src="https://agentmods.dev/badge/skills/okx/onchainos-skills/okx-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 353 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
  • Socket pass 3 Sept 2026
  • Snyk warn 3 Sept 2026
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.00086 $0.00353
Opus 5 $0.00043 $0.00177
Sonnet 5 $0.00017 $0.00071
Haiku 4.5 $0.00009 $0.00035

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

Security

Grade A, and why

okx-guide 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 6d 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.

skills/okx-guide/SKILL.md · 28 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

8 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. 6d ago Changed 5fb28f8d0848
  2. 10d ago First seen · 28 lines · 86 tokens per session scan A 17bcb87e9c17

Subscribe to this mod's changes

okx-guide is a skill published in the GitHub repository okx/onchainos-skills (331 stars, last pushed today), with no licence file. It adds 86 tokens to every session and 353 once invoked, about $0.0004 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

smart-contract-reading-guide

How to read and understand smart contracts — navigating Etherscan, reading Solidity code, understanding ABIs, decoding transactions, and spotting common patterns. Use when helping users verify contracts, understand DeFi protocol mechanics, or decode on-chain activity.

nirholas/three.ws · 53 tokens

web3-glossary

Comprehensive Web3 and DeFi glossary — definitions for 150+ terms covering blockchain, DeFi, NFTs, DAOs, L2s, and crypto culture. Use when a user asks what a term means or needs jargon explained in plain language.

nirholas/three.ws · 57 tokens

skmtc-operation

The operation-generator shape for Skmtc: one definition per (path, method), for any output family — client hooks, SDK methods, forms, route stubs, docs. Output varies wildly; the DECOMPOSITION of the operation and the peer-consumption rules do not. Core teaching: every schema that appears in your output is a reference…

skmtc/skmtc · 156 tokens

okx-guide

Onchain OS onboarding & guide hub — the single entry for first-time, 'what is this / how do I use it', OKX.AI, and customer-support intents; classifies the intent and routes to the right sub-flow via its Intent Routing table. Covers: (1) Onchain OS onboarding + welcome banner — 'what is onchainos', 'what is onchain…

internet-court/internet-court-skill · 403 tokens

wallets

Educational reference on Ethereum wallet types — EOAs, smart contract wallets, multisig (Safe), account abstraction (ERC-4337). Use when explaining wallet concepts, choosing a wallet architecture, or designing key management. NOT for sending transactions — use ethereum-local-wallet for that.

ObolNetwork/obol-stack · 58 tokens

solana-beginner

Teach Solana fundamentals to developers new to the ecosystem. Use when a user says "what is Solana", "why Solana", "new to Solana", "explain Solana to me", "Solana basics", "EVM to Solana", "getting started with Solana", or "Solana fundamentals". Adapts to user's background — EVM devs, backend devs, or complete…

sendaifun/solana-new · 92 tokens