This is a smart search router that wraps opencli commands to query different sources based on context. Instead of hardcoding commands, it forces Claude to check live help text before every query, which keeps things accurate as APIs change. The routing is simple: if you name a site, it uses that site. Otherwise it picks one AI source (Grok, Doubao, or Gemini), then optionally adds one or two specialized sources if the AI response needs backing data. It enforces strict rate limits per question and requires a search summary at the end showing which sites were queried and how many times. Useful if you want structured multi-source search without Claude hallucinating outdated command syntax.
npx skills add https://github.com/joeseesun/qiaomu-opencli-skills --skill qiaomu-smart-search