social-intelligence
Originally frommerit-systems/x402scan-skills
SKILL.md
Social Intelligence with x402 APIs
Access Reddit through x402-protected endpoints.
Setup
See rules/getting-started.md for installation and wallet setup.
Quick Reference
| 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 Posts
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)subreddit- Limit to specific subredditsort- relevance, hot, new, toptime- hour, day, week, month, year, all
Returns:
- Post title and content
- Author and subreddit
- Upvotes and comment count
- Post URL
Search in Subreddit
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{
"query": "typescript vs javascript",
"subreddit": "programming",
"sort": "top",
"time": "year"
}'
Get Post Comments
Get comments from a Reddit post:
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/post-comments -m POST -b '{"postUrl": "https://reddit.com/r/programming/comments/abc123/..."}'
Returns:
- Comment text and author
- Upvotes/downvotes
- Reply threads
- Comment timestamps
Workflows
Standard
- (Optional) Check balance:
npx agentcash@latest wallet info - Use
npx agentcash@latest discover https://stableenrich.devto list endpoints - Use
npx agentcash@latest check <endpoint-url>to see expected parameters and pricing - Call endpoint with
npx agentcash@latest fetch - Parse and present results
Brand Monitoring
- (Optional) Check balance:
npx agentcash@latest wallet info - Search Reddit for discussions
- Summarize sentiment and key mentions
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "YourBrand", "sort": "new"}'
Competitor Research
- Search Reddit for competitor reviews
- Analyze common complaints and praise
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "competitor name review", "sort": "top", "time": "year"}'
Community Sentiment
- Identify relevant subreddit
- Search for discussions on topic
- Get comments from top posts
- Synthesize overall sentiment
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "new feature name", "subreddit": "relevant_community", "sort": "hot"}'
npx agentcash@latest fetch https://stableenrich.dev/api/reddit/post-comments -m POST -b '{"postUrl": "https://reddit.com/..."}'
Response Data
Reddit Post Fields
title- Post titleselftext- Post body (for text posts)author- Usernamesubreddit- Subreddit namescore- Upvotes minus downvotesnumComments- Comment counturl- Link to postcreatedUtc- Timestamp
Reddit Comment Fields
body- Comment textauthor- Usernamescore- Net upvotesreplies- Nested repliescreatedUtc- Timestamp
Cost Estimation
| Task | Calls | Cost |
|---|---|---|
| Reddit thread + comments | 2 | $0.04 |
| Full monitoring scan | 3-5 | $0.06-0.10 |
Weekly Installs
30
Repository
merit-systems/a…h-skillsFirst Seen
Feb 20, 2026
Security Audits
Installed on
github-copilot30
codex30
kimi-cli30
gemini-cli30
cursor30
opencode30