webcmd-usage
Installation
SKILL.md
webcmd-usage
Webcmd turns websites, Electron desktop apps, and external CLIs into a uniform webcmd <site> <command> surface that agents can drive without screen scraping. This skill is the orientation layer. Once you know the task, load the specialized skill that fits it.
The Three Pillars
- Adapter commands:
webcmd <site> <command> [...]. Built-in adapters live inclis/; user adapters live in~/.webcmd/clis/. Each command has a strategy such asPUBLIC,COOKIE,INTERCEPT,UI, orLOCAL. - Browser driving:
webcmd browser *subcommands (open,state,click,type,select,find,extract,network) for ad-hoc interaction when no adapter covers the task. Seewebcmd-browser. - External CLI passthrough:
webcmd gh,webcmd docker,webcmd vercel, and similar wrappers. Manage them withwebcmd external install <name>orwebcmd external register <name>.
Install
npm install -g @agentrhq/webcmd
webcmd doctor
From source: