# Web Access

> Use this skill for live web research, webpage fetching, login-state browsing, dynamic pages, social sites, and tasks that need current internet evidence.

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

---


# Web Access

Use network tools deliberately:

- Start with the exact user goal and identify what must be current.
- Use `web_search` for discovery and `web_fetch` for public static pages.
- Prefer Chrome DevTools MCP when a page needs login state, JavaScript rendering, or browser inspection.
- Keep sources and dates visible in the answer when recency matters.
- If a fetched page is empty because of SPA or anti-bot behavior, switch to browser/MCP instead of guessing.

