What problem does it solve?
Users asking crypto education questions in chat get generic or unreliable answers; this Skill grounds responses in Binance Academy's official educational content (Glossary, Courses, Learn & Earn, Articles) with real, clickable Academy URLs instead of invented information.
Core Features & Use Cases
- Intent-Driven Content Retrieval: Detects four user intents (Knowledge Q&A, Risk Education, Learning Plan, Learn & Earn) and routes each to the right backend endpoint, including a parallel
searchAll aggregator that picks the best match by tier.
- Learning Plan Orchestration: Builds structured multi-day learning paths via a 3-step chain (searchResource → resolveParentTrack → getTrackOutline) that expands a topic into a Track → Course → Module tree.
- Risk Education with Mandatory Disclaimers: Answers high-risk trading questions (leverage, all-in, scams) with Academy-cited risk warnings and never gives investment advice.
- Use Case: A user asks "What is gas fee?" in Chinese; the Skill extracts the keyword, queries the Academy API, and returns a paraphrased definition with the official glossary link in the user's language.
Quick Start
Ask the agent a crypto concept question like "What is gas fee?" and it will call the Academy search script and return a paraphrased answer with an official Academy link.