Cracked Web Reader
CW
Cracked Web Reader
/rss

Parse RSS/Atom feed

Fetch a feed and return normalised items (title, link, date, summary).

liveverifieddegraded · 376ms
rssfeednewsblog
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run web /rss for me.

Input

FieldTypeDescription
url*stringFeed URL
limitnumberMax items default 30

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":"/rss","input":{"url":"...","limit":30}}'
cli
npx cracked-ai run -p web -e /rss -i '{"url":"...","limit":30}'
mcp
run_tool({ provider: "web", endpoint: "/rss", input: {"url":"...","limit":30} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.