From 5852d1cf29259a03f6675009cf0efea2b232ddd0 Mon Sep 17 00:00:00 2001 From: anshula-100 Date: Mon, 10 Aug 2026 23:41:24 +0530 Subject: [PATCH 1/7] docs: make agent prompt copyable and drop redundant start.md pointer --- docs/agents/claude-code.md | 4 +++- docs/agents/codex-cli.md | 4 +++- docs/agents/cursor.md | 4 +++- docs/agents/hermes.md | 4 +++- docs/agents/openclaw.md | 4 +++- docs/agents/opencode.md | 4 +++- docs/agents/pi.md | 4 +++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/docs/agents/claude-code.md b/docs/agents/claude-code.md index 751a41b..a1b1e8f 100644 --- a/docs/agents/claude-code.md +++ b/docs/agents/claude-code.md @@ -5,7 +5,9 @@ sidebarTitle: Claude Code > **Agent prompt** > -> Fetch and follow [start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end, then read this page's Manual — especially [Override default tools](#override-default-tools) — before doing browser work. +> ```text +> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +> ``` > Use Webcmd with [Claude Code](https://code.claude.com) to replace its native `WebFetch` and `WebSearch` tools with the Webcmd browser surface. diff --git a/docs/agents/codex-cli.md b/docs/agents/codex-cli.md index 125775d..4a908d8 100644 --- a/docs/agents/codex-cli.md +++ b/docs/agents/codex-cli.md @@ -5,7 +5,9 @@ sidebarTitle: Codex CLI > **Agent prompt** > -> Fetch and follow [start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end, then read this page's Manual — especially [Override default tools](#override-default-tools) — before doing browser work. +> ```text +> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +> ``` > Use Webcmd with [Codex CLI](https://developers.openai.com/codex/) to replace its native `web_search` tool with the Webcmd browser surface. diff --git a/docs/agents/cursor.md b/docs/agents/cursor.md index 9373ca9..a78b7f3 100644 --- a/docs/agents/cursor.md +++ b/docs/agents/cursor.md @@ -5,7 +5,9 @@ sidebarTitle: Cursor > **Agent prompt** > -> Fetch and follow [start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end, then read this page's Manual — especially [Override default tools](#override-default-tools) — before doing browser work. +> ```text +> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +> ``` > Use Webcmd with [Cursor](https://cursor.com) to replace its built-in Browser and Web tools with Webcmd's adapters and `webcmd browser` sessions. diff --git a/docs/agents/hermes.md b/docs/agents/hermes.md index bc3abe5..055612a 100644 --- a/docs/agents/hermes.md +++ b/docs/agents/hermes.md @@ -5,7 +5,9 @@ sidebarTitle: Hermes > **Agent prompt** > -> Fetch and follow [start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end, then read this page's Manual — especially [Override default tools](#override-default-tools) — before doing browser work. +> ```text +> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +> ``` > Use Webcmd with [Hermes Agent](https://hermes-agent.nousresearch.com/docs) to replace its built-in `browser_*` stack with Webcmd's adapters and `webcmd browser` sessions. diff --git a/docs/agents/openclaw.md b/docs/agents/openclaw.md index f4294b9..b480d4b 100644 --- a/docs/agents/openclaw.md +++ b/docs/agents/openclaw.md @@ -5,7 +5,9 @@ sidebarTitle: OpenClaw > **Agent prompt** > -> Fetch and follow [start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end, then read this page's Manual — especially [Override default tools](#override-default-tools) — before doing browser work. +> ```text +> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +> ``` > Use Webcmd with [OpenClaw](https://openclaw.ai) to replace its built-in `web_search`, `web_fetch`, and `browser` tools with the Webcmd browser surface. diff --git a/docs/agents/opencode.md b/docs/agents/opencode.md index dec0e31..11bc44a 100644 --- a/docs/agents/opencode.md +++ b/docs/agents/opencode.md @@ -5,7 +5,9 @@ sidebarTitle: OpenCode > **Agent prompt** > -> Fetch and follow [start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end, then read this page's Manual — especially [Override default tools](#override-default-tools) — before doing browser work. +> ```text +> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +> ``` > Use Webcmd with OpenCode to replace its built-in `webfetch` / `websearch` tools with the Webcmd browser surface. diff --git a/docs/agents/pi.md b/docs/agents/pi.md index c0a7082..3206ded 100644 --- a/docs/agents/pi.md +++ b/docs/agents/pi.md @@ -5,7 +5,9 @@ sidebarTitle: Pi > **Agent prompt** > -> Fetch and follow [start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end, then read this page's Manual — especially [Override default tools](#override-default-tools) — before doing browser work. +> ```text +> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +> ``` > Use Webcmd with [Pi](https://pi.dev) to give it a browser surface. Pi ships no built-in web, search, or browser tools, so Webcmd is driven through Pi's default `bash` tool with no permission or config changes. From 81ee9388a37f9af5aa32876bdc719bcadf61850e Mon Sep 17 00:00:00 2001 From: anshula-100 Date: Mon, 10 Aug 2026 23:53:39 +0530 Subject: [PATCH 2/7] docs: format agent prompts like libretto quickstart --- docs/agents/claude-code.md | 12 +++++++----- docs/agents/codex-cli.md | 12 +++++++----- docs/agents/cursor.md | 12 +++++++----- docs/agents/hermes.md | 12 +++++++----- docs/agents/openclaw.md | 12 +++++++----- docs/agents/opencode.md | 12 +++++++----- docs/agents/pi.md | 12 +++++++----- 7 files changed, 49 insertions(+), 35 deletions(-) diff --git a/docs/agents/claude-code.md b/docs/agents/claude-code.md index a1b1e8f..2d0c1b0 100644 --- a/docs/agents/claude-code.md +++ b/docs/agents/claude-code.md @@ -3,11 +3,13 @@ title: Claude Code Agent sidebarTitle: Claude Code --- -> **Agent prompt** -> -> ```text -> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -> ``` +## Agent prompt + +Use this prompt with a coding agent to set up Webcmd end to end: + +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` > Use Webcmd with [Claude Code](https://code.claude.com) to replace its native `WebFetch` and `WebSearch` tools with the Webcmd browser surface. diff --git a/docs/agents/codex-cli.md b/docs/agents/codex-cli.md index 4a908d8..cc45d17 100644 --- a/docs/agents/codex-cli.md +++ b/docs/agents/codex-cli.md @@ -3,11 +3,13 @@ title: Codex CLI Agent sidebarTitle: Codex CLI --- -> **Agent prompt** -> -> ```text -> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -> ``` +## Agent prompt + +Use this prompt with a coding agent to set up Webcmd end to end: + +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` > Use Webcmd with [Codex CLI](https://developers.openai.com/codex/) to replace its native `web_search` tool with the Webcmd browser surface. diff --git a/docs/agents/cursor.md b/docs/agents/cursor.md index a78b7f3..ac106d0 100644 --- a/docs/agents/cursor.md +++ b/docs/agents/cursor.md @@ -3,11 +3,13 @@ title: Cursor Agent sidebarTitle: Cursor --- -> **Agent prompt** -> -> ```text -> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -> ``` +## Agent prompt + +Use this prompt with a coding agent to set up Webcmd end to end: + +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` > Use Webcmd with [Cursor](https://cursor.com) to replace its built-in Browser and Web tools with Webcmd's adapters and `webcmd browser` sessions. diff --git a/docs/agents/hermes.md b/docs/agents/hermes.md index 055612a..5e58977 100644 --- a/docs/agents/hermes.md +++ b/docs/agents/hermes.md @@ -3,11 +3,13 @@ title: Hermes Agent sidebarTitle: Hermes --- -> **Agent prompt** -> -> ```text -> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -> ``` +## Agent prompt + +Use this prompt with a coding agent to set up Webcmd end to end: + +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` > Use Webcmd with [Hermes Agent](https://hermes-agent.nousresearch.com/docs) to replace its built-in `browser_*` stack with Webcmd's adapters and `webcmd browser` sessions. diff --git a/docs/agents/openclaw.md b/docs/agents/openclaw.md index b480d4b..4270108 100644 --- a/docs/agents/openclaw.md +++ b/docs/agents/openclaw.md @@ -3,11 +3,13 @@ title: OpenClaw Agent sidebarTitle: OpenClaw --- -> **Agent prompt** -> -> ```text -> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -> ``` +## Agent prompt + +Use this prompt with a coding agent to set up Webcmd end to end: + +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` > Use Webcmd with [OpenClaw](https://openclaw.ai) to replace its built-in `web_search`, `web_fetch`, and `browser` tools with the Webcmd browser surface. diff --git a/docs/agents/opencode.md b/docs/agents/opencode.md index 11bc44a..b2826d5 100644 --- a/docs/agents/opencode.md +++ b/docs/agents/opencode.md @@ -3,11 +3,13 @@ title: OpenCode Agent sidebarTitle: OpenCode --- -> **Agent prompt** -> -> ```text -> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -> ``` +## Agent prompt + +Use this prompt with a coding agent to set up Webcmd end to end: + +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` > Use Webcmd with OpenCode to replace its built-in `webfetch` / `websearch` tools with the Webcmd browser surface. diff --git a/docs/agents/pi.md b/docs/agents/pi.md index 3206ded..025ed2d 100644 --- a/docs/agents/pi.md +++ b/docs/agents/pi.md @@ -3,11 +3,13 @@ title: Pi Agent sidebarTitle: Pi --- -> **Agent prompt** -> -> ```text -> Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -> ``` +## Agent prompt + +Use this prompt with a coding agent to set up Webcmd end to end: + +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` > Use Webcmd with [Pi](https://pi.dev) to give it a browser surface. Pi ships no built-in web, search, or browser tools, so Webcmd is driven through Pi's default `bash` tool with no permission or config changes. From 03b0839f1d2bab145a4d7f1495b8323439b7473a Mon Sep 17 00:00:00 2001 From: anshula-100 Date: Tue, 11 Aug 2026 00:12:52 +0530 Subject: [PATCH 3/7] docs: trim agent prompt sections to minimal format --- docs/agents/claude-code.md | 10 +--------- docs/agents/codex-cli.md | 10 +--------- docs/agents/cursor.md | 10 +--------- docs/agents/hermes.md | 10 +--------- docs/agents/openclaw.md | 10 +--------- docs/agents/opencode.md | 10 +--------- docs/agents/pi.md | 10 +--------- 7 files changed, 7 insertions(+), 63 deletions(-) diff --git a/docs/agents/claude-code.md b/docs/agents/claude-code.md index 2d0c1b0..0f6a9f3 100644 --- a/docs/agents/claude-code.md +++ b/docs/agents/claude-code.md @@ -5,15 +5,7 @@ sidebarTitle: Claude Code ## Agent prompt -Use this prompt with a coding agent to set up Webcmd end to end: - -```text -Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -``` - -> Use Webcmd with [Claude Code](https://code.claude.com) to replace its native `WebFetch` and `WebSearch` tools with the Webcmd browser surface. - -Claude Code's native web tools are lossy by design: `WebFetch` summarizes a page with a small extraction model and `WebSearch` returns result titles and URLs but cannot read the pages. Point Claude Code at Webcmd's browser CLI instead: adapters return exact, stable fields, and `webcmd browser` sessions render real pages with logged-in profiles. Claude Code runs `webcmd` through its Bash tool. +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. ## Manual diff --git a/docs/agents/codex-cli.md b/docs/agents/codex-cli.md index cc45d17..8dd095e 100644 --- a/docs/agents/codex-cli.md +++ b/docs/agents/codex-cli.md @@ -5,15 +5,7 @@ sidebarTitle: Codex CLI ## Agent prompt -Use this prompt with a coding agent to set up Webcmd end to end: - -```text -Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -``` - -> Use Webcmd with [Codex CLI](https://developers.openai.com/codex/) to replace its native `web_search` tool with the Webcmd browser surface. - -Codex CLI's native `web_search` tool returns cached or indexed search results but cannot read pages or run authenticated sessions. Point Codex at Webcmd's browser CLI instead: adapters return exact, stable fields, and `webcmd browser` sessions render real pages with logged-in profiles. Codex runs `webcmd` through its shell tool. +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. ## Manual diff --git a/docs/agents/cursor.md b/docs/agents/cursor.md index ac106d0..5a2cb11 100644 --- a/docs/agents/cursor.md +++ b/docs/agents/cursor.md @@ -5,15 +5,7 @@ sidebarTitle: Cursor ## Agent prompt -Use this prompt with a coding agent to set up Webcmd end to end: - -```text -Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -``` - -> Use Webcmd with [Cursor](https://cursor.com) to replace its built-in Browser and Web tools with Webcmd's adapters and `webcmd browser` sessions. - -Point Cursor's agent at Webcmd's browser CLI to replace its native Browser (navigate/click/screenshot) and Web (search/fetch) tools with Webcmd's adapters and `webcmd browser` sessions. Cursor's agent drives Webcmd through its shell tool. Adapter-first commands and compact snapshots usually use fewer tokens than Cursor's native web tools. +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. ## Manual diff --git a/docs/agents/hermes.md b/docs/agents/hermes.md index 5e58977..9e8d3c2 100644 --- a/docs/agents/hermes.md +++ b/docs/agents/hermes.md @@ -5,15 +5,7 @@ sidebarTitle: Hermes ## Agent prompt -Use this prompt with a coding agent to set up Webcmd end to end: - -```text -Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -``` - -> Use Webcmd with [Hermes Agent](https://hermes-agent.nousresearch.com/docs) to replace its built-in `browser_*` stack with Webcmd's adapters and `webcmd browser` sessions. - -Point Hermes at Webcmd's browser CLI to replace its native browser toolset with Webcmd's adapters and `webcmd browser` sessions. Hermes drives Webcmd through its `terminal` toolset. Adapter-first commands and compact snapshots usually use fewer tokens than Hermes' native browser tools. +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. ## Manual diff --git a/docs/agents/openclaw.md b/docs/agents/openclaw.md index 4270108..1e29ad1 100644 --- a/docs/agents/openclaw.md +++ b/docs/agents/openclaw.md @@ -5,15 +5,7 @@ sidebarTitle: OpenClaw ## Agent prompt -Use this prompt with a coding agent to set up Webcmd end to end: - -```text -Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -``` - -> Use Webcmd with [OpenClaw](https://openclaw.ai) to replace its built-in `web_search`, `web_fetch`, and `browser` tools with the Webcmd browser surface. - -OpenClaw ships core web tools (`web_search`, `web_fetch`, `browser`, `browser_visual`, `search_news`) plus a Playwright-based browser. Point OpenClaw at Webcmd's browser CLI instead: adapters return exact, stable fields, and `webcmd browser` sessions keep logged-in profiles. OpenClaw runs `webcmd` through its `exec` tool. +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. ## Manual diff --git a/docs/agents/opencode.md b/docs/agents/opencode.md index b2826d5..bbe3ee9 100644 --- a/docs/agents/opencode.md +++ b/docs/agents/opencode.md @@ -5,15 +5,7 @@ sidebarTitle: OpenCode ## Agent prompt -Use this prompt with a coding agent to set up Webcmd end to end: - -```text -Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -``` - -> Use Webcmd with OpenCode to replace its built-in `webfetch` / `websearch` tools with the Webcmd browser surface. - -Point OpenCode at Webcmd's browser CLI to replace its native browser tools with Webcmd's adapters and `webcmd browser` sessions. Adapter-first commands and compact snapshots usually use fewer tokens than OpenCode's native web tools, and logged-in profiles handle authenticated pages. +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. ## Manual diff --git a/docs/agents/pi.md b/docs/agents/pi.md index 025ed2d..f0e57fa 100644 --- a/docs/agents/pi.md +++ b/docs/agents/pi.md @@ -5,15 +5,7 @@ sidebarTitle: Pi ## Agent prompt -Use this prompt with a coding agent to set up Webcmd end to end: - -```text -Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. -``` - -> Use Webcmd with [Pi](https://pi.dev) to give it a browser surface. Pi ships no built-in web, search, or browser tools, so Webcmd is driven through Pi's default `bash` tool with no permission or config changes. - -Pi is a minimal terminal coding harness whose default tools are filesystem and shell only (`read`, `bash`, `edit`, `write`, with `grep`, `find`, and `ls` available). Its agent drives Webcmd through the `bash` tool. Adapter-first commands and compact snapshots usually use fewer tokens than the official `brave-search` and `browser-tools` skills, and logged-in profiles handle authenticated pages. +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. ## Manual From 2546309e78613eb00042417471f034c64e1411a9 Mon Sep 17 00:00:00 2001 From: anshula-100 Date: Tue, 11 Aug 2026 00:23:47 +0530 Subject: [PATCH 4/7] docs: add agent prompt to README quick start and enforce LF line endings --- .gitattributes | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/README.md b/README.md index 9ad1157..931c574 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ In your agent harness, load or tag `webcmd-usage`, then describe the outcome you Use webcmd to research the latest discussions about browser automation across Hacker News and Reddit, then return a concise comparison with source links. ``` +### Agent prompt + +> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. + ## What You Can Ask - “Use webcmd to research agentic browser automation on PubMed and return the title, authors, publication date, abstract, and URL for each result.” From 0056538ce61dca4237b6f0395a3ebae8a0ec2839 Mon Sep 17 00:00:00 2001 From: anshula-100 Date: Tue, 11 Aug 2026 00:36:06 +0530 Subject: [PATCH 5/7] docs: keep only agent prompt in README quick start --- README.md | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/README.md b/README.md index 931c574..627f045 100644 --- a/README.md +++ b/README.md @@ -49,46 +49,6 @@ https://github.com/user-attachments/assets/04eceadc-d398-4303-984d-ae3197bfa664 ## Quick Start -### Codex - -In Codex, open **Plugins**, choose **Add plugin marketplace**, and enter either -`agentrhq/webcmd` or `https://github.com/agentrhq/webcmd`. Install **Webcmd** -from that marketplace, then start a new task. On first use, the plugin installs -the npm CLI automatically if `webcmd` is missing. - -The plugin includes all seven bundled Webcmd skills. Do not also add those -skills with `webcmd skills add` in Codex. - -### Other agents or plugin-free 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. -``` - ### Agent prompt > Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. From 8b4f04d23979e6299dd7f44edc72b40254c6e6f6 Mon Sep 17 00:00:00 2001 From: anshula-100 Date: Tue, 11 Aug 2026 00:41:01 +0530 Subject: [PATCH 6/7] docs: make agent prompt copyable with code block copy button --- README.md | 4 +++- docs/agents/claude-code.md | 4 +++- docs/agents/codex-cli.md | 4 +++- docs/agents/cursor.md | 4 +++- docs/agents/hermes.md | 4 +++- docs/agents/openclaw.md | 4 +++- docs/agents/opencode.md | 4 +++- docs/agents/pi.md | 4 +++- 8 files changed, 24 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 627f045..ca399d1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ https://github.com/user-attachments/assets/04eceadc-d398-4303-984d-ae3197bfa664 ### Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## What You Can Ask diff --git a/docs/agents/claude-code.md b/docs/agents/claude-code.md index 0f6a9f3..ec7253d 100644 --- a/docs/agents/claude-code.md +++ b/docs/agents/claude-code.md @@ -5,7 +5,9 @@ sidebarTitle: Claude Code ## Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## Manual diff --git a/docs/agents/codex-cli.md b/docs/agents/codex-cli.md index 8dd095e..f184d2d 100644 --- a/docs/agents/codex-cli.md +++ b/docs/agents/codex-cli.md @@ -5,7 +5,9 @@ sidebarTitle: Codex CLI ## Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## Manual diff --git a/docs/agents/cursor.md b/docs/agents/cursor.md index 5a2cb11..6b13914 100644 --- a/docs/agents/cursor.md +++ b/docs/agents/cursor.md @@ -5,7 +5,9 @@ sidebarTitle: Cursor ## Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## Manual diff --git a/docs/agents/hermes.md b/docs/agents/hermes.md index 9e8d3c2..bfb42d8 100644 --- a/docs/agents/hermes.md +++ b/docs/agents/hermes.md @@ -5,7 +5,9 @@ sidebarTitle: Hermes ## Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## Manual diff --git a/docs/agents/openclaw.md b/docs/agents/openclaw.md index 1e29ad1..2525697 100644 --- a/docs/agents/openclaw.md +++ b/docs/agents/openclaw.md @@ -5,7 +5,9 @@ sidebarTitle: OpenClaw ## Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## Manual diff --git a/docs/agents/opencode.md b/docs/agents/opencode.md index bbe3ee9..476f78f 100644 --- a/docs/agents/opencode.md +++ b/docs/agents/opencode.md @@ -5,7 +5,9 @@ sidebarTitle: OpenCode ## Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## Manual diff --git a/docs/agents/pi.md b/docs/agents/pi.md index f0e57fa..5dae433 100644 --- a/docs/agents/pi.md +++ b/docs/agents/pi.md @@ -5,7 +5,9 @@ sidebarTitle: Pi ## Agent prompt -> Fetch and follow [https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md](https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md) to set up Webcmd end to end. +```text +Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. +``` ## Manual From 4eef7abd8ba4d4129bee32fc367be3f52b966ff5 Mon Sep 17 00:00:00 2001 From: anshula-100 Date: Tue, 11 Aug 2026 00:47:25 +0530 Subject: [PATCH 7/7] docs: add manual subsection pointing to quickstart docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca399d1..40ea147 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ https://github.com/user-attachments/assets/04eceadc-d398-4303-984d-ae3197bfa664 Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end. ``` +### Manual + +Refer to the [Quickstart](https://webcmd.dev/docs/quickstart) docs for step-by-step manual setup. + ## What You Can Ask - “Use webcmd to research agentic browser automation on PubMed and return the title, authors, publication date, abstract, and URL for each result.”