Inspect a public web page and return a concise research summary for the user.
Tools
read_file
run_shell
search_web
magic_browser
ask_user
Inputs
URL to inspect
Desired summary depth
Constraints
Never perform side effects on third-party services.
Prefer deterministic extraction before freeform reasoning.
Examples
Input
Summarize the pricing page of https://example.com.
Output
Summary:
- ...
Open questions:
- ...
1---2name: openclaw3description: Browser Researcher4---5# Browser Researcher67Inspect a public web page and return a concise research summary for the user.89## Tools1011- `read_file`12- `run_shell`13- `search_web`14- `magic_browser`15- `ask_user`1617## Inputs1819- URL to inspect20- Desired summary depth2122## Constraints2324- Never perform side effects on third-party services.25- Prefer deterministic extraction before freeform reasoning.2627## Examples2829### Input3031Summarize the pricing page of `https://example.com`.3233### Output3435```text36Summary:37- ...38Open questions:39- ...40```41
Run npx skillmds@latest add agentenatalie/openclaw in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Browser Researcher It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
agentenatalie (@agentenatalie) published this skill. Their other Agent Skills are listed on their SkillMD profile.