From obul-social
Search Reddit posts and retrieve comments via StableEnrich. Use when the user wants to find Reddit discussions, read post comments, or research topics on Reddit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obul-social:redditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reddit provides access to Reddit post search and comment retrieval. Search for Reddit posts by keyword and retrieve full post details with comments.
Reddit provides access to Reddit post search and comment retrieval. Search for Reddit posts by keyword and retrieve full post details with comments.
Search for Reddit posts by keyword with optional sorting and timeframe filters.
Pricing: $0.02
Request:
obulx -X POST -H "Content-Type: application/json" \
-d '{"query": "rust programming language", "sort": "relevance", "timeframe": "month", "maxResults": 10}' \
"https://stableenrich.dev/api/reddit/search"
Response: JSON array of Reddit posts with truncated previews including title, subreddit, score, comment count, author, and permalink.
Retrieve full post details and comments for a specific Reddit post.
Pricing: $0.02
Request:
obulx -X POST -H "Content-Type: application/json" \
-d '{"url": "https://www.reddit.com/r/programming/comments/abc123/example_post/"}' \
"https://stableenrich.dev/api/reddit/post-comments"
Response: JSON object with the full post details (including untruncated selftext) and a nested comment tree with author, score, and body for each comment.
| Endpoint | Price | Purpose |
|---|---|---|
POST /api/reddit/search | $0.02 | Search Reddit posts |
POST /api/reddit/post-comments | $0.02 | Get post and comments |
sort: relevance, hot, top, new, commentstimeframe: hour, day, week, month, year, all| Error | Cause | Solution |
|---|---|---|
402 Payment Required | Payment not processed or insufficient | Check that obulx is configured correctly and your account has balance. |
400 Bad Request | Missing or invalid request body | Ensure required fields like query or url are present. |
404 Not Found | Post not found | Verify the Reddit URL or search query is correct. |
429 Too Many Requests | Rate limit exceeded | Add a short delay between requests. |
500 Internal Server Error | Reddit service issue | Wait a few seconds and retry. If persistent, the service may be experiencing downtime. |
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub polymerdao/pay-plugin --plugin obul-social