From a44528a6fee5fe89d529d6f795a4bc9730777302 Mon Sep 17 00:00:00 2001 From: ngaurav Date: Tue, 11 Aug 2026 14:11:39 +0530 Subject: [PATCH] docs: restore manual quick start in README --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40ea147a..fcf2af09 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,33 @@ Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md ### Manual -Refer to the [Quickstart](https://webcmd.dev/docs/quickstart) docs for step-by-step manual setup. +Webcmd requires Node.js 20.6+. + +```bash +npm install -g @agentrhq/webcmd +``` + +The npm package ships the Webcmd core and browser commands, but no site +adapters. Search the plugin catalog and explicitly install the adapter you +need: + +```bash +webcmd plugin search -f json +webcmd plugin install +``` + +```bash +webcmd skills add +``` + +When prompted, choose Claude, Codex, another supported harness, or a custom +skills path. + +In your agent harness, load or tag `webcmd-usage`, then describe the outcome you want. + +```text +Use webcmd to research the latest discussions about browser automation across Hacker News and Reddit, then return a concise comparison with source links. +``` ## What You Can Ask