This is a routing layer for OKX's Onchain OS that figures out what a new user actually wants and sends them down the right path. It handles three branches: general onboarding ("what is this, how do I start"), OKX.AI intro and role registration (the agent economic system with User/ASP/Evaluator roles), and customer support escalation. The intent classification is thorough, covering typos and bilingual queries, and each route loads its own self-contained reference file with acceptance criteria. Smart move to skip the shared preflight for OKX.AI since it does its own wallet status check. If you're building a multi-surface product where "help" means different things to different users, this is a clean pattern for triage without forcing every flow through the same funnel.
npx -y skills add okx/onchainos-skills --skill okx-guide --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev