R
Reddit
/subreddit-posts
Subreddit posts
Hot, new or top posts for a subreddit.
liveverifieddegraded · 162ms
redditsubredditpostscommunity
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run reddit /subreddit-posts for me.
Input
| Field | Type | Description |
|---|---|---|
| subreddit* | string | Subreddit name |
| sort | string | hot, new, top, rising default "hot" |
| time | string | For top: hour, day, week, month, year, all default "day" |
| limit | number | Max (100) default 25 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"reddit","endpoint":"/subreddit-posts","input":{"subreddit":"...","sort":"hot","time":"day","limit":25}}'cli
npx cracked-ai run -p reddit -e /subreddit-posts -i '{"subreddit":"...","sort":"hot","time":"day","limit":25}'mcp
run_tool({ provider: "reddit", endpoint: "/subreddit-posts", input: {"subreddit":"...","sort":"hot","time":"day","limit":25} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.