What problem does it solve? The kagi-tools Hermes plugin exposes 14 different tools, and choosing the wrong one wastes time or hits auth errors. This Skill maps each tool to its intended use case, documents the authentication model, and provides fallback patterns when tools fail or return no results. ## Core Features & Use Cases - Tool Selection Guidance: Explains when to use kagi_search, kagi_quick, kagi_ask_page, kagi_assistant, kagi_translate, kagi_summarize, kagi_news, and kagi_smallweb based on the task. - Auth Model Reference: Documents which tools need KAGI_SESSION_TOKEN, which need KAGI_API_TOKEN, and which are public. - Known Issues & Fallbacks: Covers deprecated v0 endpoints (kagi_fastgpt, kagi_enrich_web, kagi_enrich_news), the Bot vs Bearer auth header quirk, and step-by-step fallback chains when searches fail. - Use Case: When a search returns no results, follow the documented fallback chain: try kagi_quick for a synthesized answer, then kagi_assistant with web access, then browser tools. ## Quick Start Ask the agent to search Kagi for a topic and it will pick the right kagi-tools plugin tool based on this guide.