Labsco
okx logo

okx-guide

311

by okx · part of okx/onchainos-skills

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 os', 'what can it do', 'what can onchainos do', 'what does onchainos do', 'how do I use this', 'how do I play', 'how to use onchainos', 'how to play onchainos', 'how does onchainos wo

🔌 This skill ships inside the onchainos-skills plugin — installing the plugin keeps everything updated together.

This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.

Onchain OS — Guide Hub (Onboarding · OKX.AI · Support)

The single entry point for onboarding, OKX.AI onboarding, and customer-support intents. Classify the user's intent, load the matching reference file, and follow it to completion. Each reference file is self-contained (it carries its own flow steps and acceptance criteria).

Instruction Priority

Tagged blocks indicate rule severity (higher wins on conflict):

  1. <NEVER> — Absolute prohibition.
  2. <MUST> — Mandatory step. Skipping breaks the flow.
  3. <SHOULD> — Best practice.

Pre-flight Checks

Run the shared preflight **only for the onboarding flow** (§1 → `references/how-to-play.md`): read `../okx-agentic-wallet/_shared/preflight.md`; if that file does not exist, read `_shared/preflight.md` instead.
  • OKX.AI (§2 → references/ai-guide.md): do NOT run the shared preflight here. ai-guide.md does its own login/identity check via onchainos wallet status, and the registration playbooks run their own preflight. (This matches the pre-merge standalone behavior and avoids an extra CLI round-trip.)
  • Support (§3 → references/ai-support.md): conversation-layer only (no CLI) — no preflight.

Intent Routing

Match the user's intent to a row, then read the Reference file(s) before responding and follow them exactly.

User IntentReference
First-time / "what is onchainos" / "what can it do" / how to use / how to play / getting started / tutorial / "I just installed" / "now what" / "where do I start" / "I'm new" / welcome banner + numbered-pick routingreferences/how-to-play.md (renders the banner from references/welcome.md)
OKX.AI — "what is OKX.AI" / "how to use OKX.AI" / "OKX.AI 快速开始" (any spelling variant) / register a role (User / ASP / Evaluator) / platform detection / registered-user homereferences/ai-guide.md (copy templates in references/intro.md; role pick → references/unregistered-role-selection.md; registered home → references/registered-home.md)
Customer support / talk to a human / customer service / file a complaint / give feedback / report a bug or system error / Help Center / FAQ / user guide / "something is broken"references/ai-support.md

Disambiguation

When an opener could match more than one row, prefer the more specific intent:
  • The subject is explicitly OKX.AI (any spelling / spacing / casing / typo variant) → ai-guide.md, even when phrased as onboarding ("how do I play OKX.AI", "怎么开始使用 okxai").
  • Generic Onchain OS onboarding, or a blank "now what / where do I start / I'm new" with no product named → how-to-play.md.
  • Intent to reach a human / complaint / feedback / bug / FAQ / help docsai-support.md.

A bare "register an ASP / 注册 ASP" with no OKX.AI framing is an identity-lifecycle request — route to okx-agent-identity, not here. This hub owns OKX.AI intro + role routing; the actual registration is delegated (ai-guide.md hands off to okx-agent-identity).