smart-search
Installation
SKILL.md
Smart Search Router
Route a query to the best webcmd search source based on the topic and context. The goal of this skill is not to memorize command signatures. First choose the data source, then have the agent read live help through webcmd so stale documentation does not leak into the answer.
Mandatory Preflight
Before every use, do both of these steps:
- Run
webcmd list -f yaml - Use the live registry to confirm that candidate sites exist, and inspect
strategy,browser, anddomain
After choosing a site, do both of these steps:
- Run
webcmd <site> -hto see the site's subcommands - If a subcommand is already selected, run
webcmd <site> <command> -hto inspect parameters, output columns, and strategy
Do not hard-code parameters or assume command signatures from skill docs. Trust the live output of webcmd ... -h.