What problem does it solve? Users asking conceptual questions about the Keytao input method (encoding rules, learning methods, installation, Lua features) need accurate answers sourced from official documentation rather than hallucinated responses. This Skill retrieves real documentation content from the official GitHub repository so the AI can answer with verified information and correct source links. ## Core Features & Use Cases - Full-Text Documentation Search: Uses the GitHub Code Search API against the xkinput/keytao-docs repository, with a fallback that matches query words against repository file paths when search fails. - Cleaned Content Delivery: Fetches raw markdown, strips frontmatter, truncates overly long content, and returns up to three relevant document fragments with source URLs. - Use Case: A user asks "键道的顶功规则是什么?" The AI calls keytao_fetch_docs with the query, receives the official rule documentation plus a source link, and presents the answer with the exact URL from the sources field. ## Quick Start Ask the bot a conceptual question about the Keytao input method, such as how to install it or what the encoding rules are, and it will search the official docs and reply with the content and source link.