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, and domain

After choosing a site, do both of these steps:

  • Run webcmd <site> -h to see the site's subcommands
  • If a subcommand is already selected, run webcmd <site> <command> -h to 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.

Main Routing Rule

Installs
9
Repository
agentrhq/webcmd
GitHub Stars
20
First Seen
Jul 3, 2026
smart-search — agentrhq/webcmd