okx-guide
Guide d’intégration et hub d’accueil d’Onchain OS — point d’entrée unique pour les premières utilisations, les questions « qu’est-ce que c’est / comment l’utiliser », OKX.AI, et les demandes d’assistance client ; classifie l’intention et achemine vers le sous-flux approprié via sa table de routage d’intentions. Couvre : (1) Intégration d’Onchain OS + bannière de bienvenue — « qu’est-ce qu’onchainos », « qu’est-ce qu’onchain os », « que peut-il faire », « que peut faire onchainos », « que fait onchainos », « comment utiliser ceci », « comment jouer », « comment utiliser onchainos », « comment jouer à onchainos », « comment...
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 |