CW
Cracked Web Reader
/screenshot
Screenshot page
Render a page in a headless browser and return a screenshot URL plus page metadata (via Microlink).
liveverifieddegraded · 372ms~8s typical
screenshotrenderbrowser
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run web /screenshot for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Absolute URL |
| full_page | boolean | Capture full page default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"web","endpoint":"/screenshot","input":{"url":"...","full_page":false}}'cli
npx cracked-ai run -p web -e /screenshot -i '{"url":"...","full_page":false}'mcp
run_tool({ provider: "web", endpoint: "/screenshot", input: {"url":"...","full_page":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.