# Openclaw

> Browser Researcher

- Skill: `agentenatalie/openclaw` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentenatalie/openclaw`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentenatalie/openclaw/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: agentenatalie (https://skillmd.com/u/agentenatalie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentenatalie/openclaw

---

# Browser Researcher

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

```text
Summary:
- ...
Open questions:
- ...
```


