inspect-page
Installation
SKILL.md
When to use
Use this instead of fetching pages with WebFetch or curl. This tool opens the page in a real browser, executes JavaScript, and gives you the rendered result.
Useful for:
- Seeing what metadata tags a site embeds (to decide if EM-based approach works)
- Understanding page structure via the accessibility tree
- Testing CSS selectors against the live DOM
- Evaluating JS expressions to extract data
Basic usage (screenshot + meta + accessibility tree)
node .bin/inspect-page.mjs "<url>"