This is a smart search router that wraps opencli commands to pick the right search source based on what you're looking for. Instead of hardcoding commands, it reads live help output to avoid documentation drift. The core routing is simple: if you name a site, it uses that site. Otherwise it picks one AI source (grok, doubao, or gemini) first, then adds one or two specialized sources only if needed. It enforces hard limits to prevent search spam, like one call per AI source per question and max two calls for other sites. Every query ends with a search summary showing which sites were hit, what terms were used, and how many times. Good for when you want Claude to search across Chinese and English sources without burning through rate limits or making redundant calls.
npx skills add https://github.com/joeseesun/opencli-skill --skill qiaomu-smart-search