HN
Hacker News
/item
Get item with comments
Fetch a story or comment by id including its full comment tree.
liveverifieddegraded · 406ms
hacker newscomments
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run hackernews /item for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | number | HN item id |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"hackernews","endpoint":"/item","input":{"id":1}}'cli
npx cracked-ai run -p hackernews -e /item -i '{"id":1}'mcp
run_tool({ provider: "hackernews", endpoint: "/item", input: {"id":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.