okx-guide
Onchain OS 온보딩 및 가이드 허브 — 처음 사용자를 위한 단일 진입점으로, '이게 뭐야 / 어떻게 사용해', OKX.AI, 고객 지원 의도를 처리합니다. 의도를 분류하고 의도 라우팅 테이블을 통해 적절한 하위 흐름으로 라우팅합니다. 포함 내용: (1) Onchain OS 온보딩 + 환영 배너 — 'onchainos가 뭐야', 'onchain os가 뭐야', '무엇을 할 수 있어', 'onchainos가 무엇을 할 수 있어', 'onchainos가 무엇을 해', '이걸 어떻게 사용해', '어떻게 플레이해', 'onchainos 사용 방법', 'onchainos 플레이 방법', '어떻게...
npx skills add https://github.com/okx/onchainos-skills --skill okx-guideOnchain OS Guide Hub
Route install/update, onboarding, OKX.AI introduction, and customer-support requests to one reference flow.
Preflight
Ignore the preflight checks if the user has explicitly indicated an install/update intent.
Preflight checks: At the start of each thread, complete the checks in ../okx-agentic-wallet/_shared/preflight.md. If missing, read _shared/preflight.md.
Intent Routing
Apply the first matching row, read that reference before responding, and follow it to completion.
| Priority | User signal | Reference |
|---|---|---|
| 1 | Intent to install / update / reinstall the Onchain OS CLI or skills — a request to perform the maintenance, not "I just installed, now what?" | install-update.md |
| 2 | Human support, customer service, complaint, feedback, bug/system error, Help Center, FAQ, or user guide | ai-support.md |
| 3 | Explicit OKX.AI subject or spelling variant, quick start, platform compatibility, or User/ASP/Evaluator registration | ai-guide.md |
| 4 | Generic Onchain OS introduction, first use, tutorial, getting started, “what can it do?”, or “where do I start?” | how-to-play.md |