Search and monitor Reddit using x402-protected APIs. USE FOR: - Searching Reddit posts and discussions - Getting comments from Reddit threads - Social media monitoring and research TRIGGERS: - "reddit", "subreddit", "reddit discussion" - "what are people saying", "social media", "sentiment" - "trending", "viral", "popular posts" Use `npx agentcash@latest fetch` for Reddit endpoints. Reddit $0.02/call. IMPORTANT: Use exact endpoint paths from the Quick Reference table below.
66
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Access Reddit through x402-protected endpoints.
See rules/getting-started.md for installation and wallet setup.
| Task | Endpoint | Price | Description |
|---|---|---|---|
| Search Reddit | https://stableenrich.dev/api/reddit/search | $0.02 | Search Reddit posts |
| Get comments | https://stableenrich.dev/api/reddit/post-comments | $0.02 | Comments on a post |
See rules/rate-limits.md for usage guidance.
Search Reddit for posts:
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "best programming languages 2024"}'Parameters:
query - Search terms (required). Scope to a subreddit with Reddit's subreddit: operator inside the query (there is no separate subreddit field)sort - relevance, new, top, comment_count (default: relevance)timeframe - all, day, week, month, year (default: all)maxResults - Maximum results, 1-25 (default: 10)after - Pagination cursor from a previous responseReturns:
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{
"query": "typescript vs javascript subreddit:programming",
"sort": "top",
"timeframe": "year"
}'Get comments from a Reddit post:
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/post-comments -m POST -b '{"url": "https://reddit.com/r/programming/comments/abc123/..."}'Parameters:
url - Full Reddit post URL (required)cursor - Pagination cursor for more commentsReturns:
hasMore / cursor for paginationnpx agentcash@latest balancenpx agentcash@latest discover https://stableenrich.dev to list endpointsnpx agentcash@latest check <endpoint-url> to see expected parameters and pricingnpx agentcash@latest fetchnpx agentcash@latest balancenpx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "YourBrand", "sort": "new"}'npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "competitor name review", "sort": "top", "timeframe": "year"}'npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "new feature name subreddit:relevant_community", "sort": "top"}'npx agentcash@latest fetch https://stableenrich.dev/api/reddit/post-comments -m POST -b '{"url": "https://reddit.com/..."}'title - Post titleselftext - Post body (for text posts; selftextTruncated flags truncation)author - Usernamesubreddit - Subreddit namescore - Upvotes minus downvotesnumComments - Comment countpermalink - Link to postcreatedAt - TimestampSearch responses also include after (pagination cursor) and searchContext (query + result count).
body - Comment text (bodyTruncated flags truncation)author - Usernamescore - Net upvotescreatedAt - TimestampComments are returned as a flat list; use hasMore and cursor to page through more.
| Task | Calls | Cost |
|---|---|---|
| Reddit thread + comments | 2 | $0.04 |
| Full monitoring scan | 3-5 | $0.06-0.10 |
3d657b7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.