What problem does it solve?
This skill removes ambiguity when a workspace contains multiple vendor-specific on-chain skills by classifying user intent and automatically routing requests to the most appropriate sibling skill for execution, reducing manual selection and routing errors.
Core Features & Use Cases
- Intent classification and routing: Detect chain and intent (swap, transfer, LP, farm, NFT, CEX trade, research) and select the matching sibling skill by reading each skill's description at runtime.
- Safety and confirmation: Enforce an explicit confirmation contract for any executable action, showing action type, chain, and key parameters before proceeding.
- Fallbacks and references: Prefer named vendor skills when explicitly requested and fall back to JSON-RPC/explorer workflows for raw on-chain queries when no match exists.
- Use Case: A user asks to "swap USDT for CAKE on BSC" and the skill routes the request to the pancake skill, or to a specified exchange skill if the user names one.
Quick Start
Ask the onchain skill to classify intent and route a BSC swap of 100 USDT for CAKE to the correct sibling skill.