Loading...
Loading...
Route agents to the right web access method only when built-in web access tools are unavailable or insufficient for the task. Use for public search/fetch, browser interaction, authenticated browsing, screenshots, web app testing, or Electron app control when built-in tools cannot handle the requirement.
npx skill4agent add zlliang/skills web-access| Need | Preferred approach |
|---|---|
| Search the public web | Exa MCP |
| Fetch, extract, or summarize a public page | Exa MCP |
| Read a known simple public URL, such as raw text, JSON, Markdown, or simple HTML | Direct shell fetch, such as |
| Interact with a website: click, type, navigate, submit forms, or inspect rendered state | agent-browser |
| Use existing credentials, cookies, sessions, screenshots, visual inspection, or JavaScript-heavy pages | agent-browser |
| Test a web app, reproduce browser bugs, or control an Electron app | agent-browser |
| Access private service data | Prefer a configured service-specific MCP if available; otherwise use agent-browser |
mcporteragent-browser