CW
Cracked Web Reader
/fetch
Fetch page as text
Download a public web page and return its title, meta description, Open Graph tags, and readable text (scripts and nav noise stripped). Best first step for any 'read this URL' task.
liveverifiedstable · 217ms~3s typical
scrapefetchread urlweb pagemarkdownextract
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run web /fetch for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Absolute http(s) URL |
| max_chars | number | Truncate text to this many characters default 20000 |
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":"/fetch","input":{"url":"...","max_chars":20000}}'cli
npx cracked-ai run -p web -e /fetch -i '{"url":"...","max_chars":20000}'mcp
run_tool({ provider: "web", endpoint: "/fetch", input: {"url":"...","max_chars":20000} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.