/capture
Capture a web page using sitecap — screenshot, accessibility tree, HTML, network, console, storage, and performance data.
Usage
/capture <url> [options]
Instructions
When this skill is invoked, run sitecap to capture the specified URL:
npx sitecap <url> --launch -o /tmp/sitecap-capture
After capture completes, read and summarize the key files:
- Read the
meta.jsonto confirm what was captured - Read
screenshot.pngto see the page visually - Read
accessibility.txtfor the page structure - Read
console.jsonfor any errors - Read
performance.jsonfor load metrics - Read
network.jsonfor request summary (count, failed requests)
Report findings concisely. If the user asked a question about the page, answer it using the captured data.
Options
Pass additional flags after the URL:
--crawl --max-pages N— crawl the site-t screenshot,accessibility— capture specific types only-v 375x812— mobile viewport--profile Default— use Chrome profile for authenticated pages
Examples
/capture https://example.com
/capture https://example.com -v 375x812
/capture https://myapp.com/dashboard --profile Default
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,180
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,083
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
943