Search and monitor social media using X/Twitter (via Grok) and Reddit APIs. USE FOR: - Searching X/Twitter posts by keywords or hashtags - Finding X/Twitter users by criteria - Getting a user's recent posts - Searching Reddit posts and discussions - Getting comments from Reddit threads - Social media monitoring and research TRIGGERS: - "twitter", "X", "tweets", "posts on X" - "reddit", "subreddit", "reddit discussion" - "what are people saying", "social media", "sentiment" - "trending", "viral", "popular posts" - "user's posts", "timeline", "recent activity" Use `npx agentcash fetch` for Grok (X) and Reddit endpoints. All endpoints are $0.02 per call. IMPORTANT: Use exact endpoint paths from the Quick Reference table below.
Install with Tessl CLI
npx tessl i github:Merit-Systems/agentcash-skills --skill social-intelligence89
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Access X/Twitter (via Grok) and Reddit through x402-protected endpoints.
See rules/getting-started.md for installation and wallet setup.
| Task | Endpoint | Price | Description |
|---|---|---|---|
| Search X posts | https://stableenrich.dev/api/grok/x-search | $0.02 | Search tweets by keywords |
| Find X users | https://stableenrich.dev/api/grok/user-search | $0.02 | Search users by criteria |
| Get user posts | https://stableenrich.dev/api/grok/user-posts | $0.02 | Recent posts from user |
| 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 for X posts by keywords:
npx agentcash fetch https://stableenrich.dev/api/grok/x-search -m POST -b '{"query": "AI agents"}'Parameters:
query - Search keywords (required)Returns:
Find X users matching criteria:
npx agentcash fetch https://stableenrich.dev/api/grok/user-search -m POST -b '{"query": "AI researcher San Francisco"}'Returns:
Fetch recent posts from a specific user:
npx agentcash fetch https://stableenrich.dev/api/grok/user-posts -m POST -b '{"username": "elonmusk"}'Parameters:
username - X username without @ (required)Returns: Recent posts with full engagement metrics.
Search Reddit for posts:
npx agentcash 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, allReturns:
npx agentcash fetch https://stableenrich.dev/api/reddit/search -m POST -b '{
"query": "typescript vs javascript",
"subreddit": "programming",
"sort": "top",
"time": "year"
}'Get comments from a Reddit post:
npx agentcash fetch https://stableenrich.dev/api/reddit/post-comments -m POST -b '{"postUrl": "https://reddit.com/r/programming/comments/abc123/..."}'Returns:
npx agentcash wallet infonpx agentcash discover https://stableenrich.dev to list all endpointsnpx agentcash check <endpoint-url> to see expected parameters and pricingnpx agentcash fetchnpx agentcash wallet infonpx agentcash fetch https://stableenrich.dev/api/grok/x-search -m POST -b '{"query": "YourBrand OR @YourBrand"}'npx agentcash fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "YourBrand", "sort": "new"}'npx agentcash fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "competitor name review", "sort": "top", "time": "year"}'npx agentcash fetch https://stableenrich.dev/api/grok/user-search -m POST -b '{"query": "tech blogger 100k followers"}'npx agentcash fetch https://stableenrich.dev/api/reddit/search -m POST -b '{"query": "new feature name", "subreddit": "relevant_community", "sort": "hot"}'npx agentcash fetch https://stableenrich.dev/api/reddit/post-comments -m POST -b '{"postUrl": "https://reddit.com/..."}'text - Post contentauthor - Username, display name, verified statusmetrics - Likes, retweets, replies, quotes, viewscreatedAt - Timestampurl - Link to postmedia - Attached images/videosusername - Handle without @displayName - Full namedescription - Biofollowers / following - Countsverified - Verification statusprofileImageUrl - Avatartitle - Post titleselftext - Post body (for text posts)author - Usernamesubreddit - Subreddit namescore - Upvotes minus downvotesnumComments - Comment counturl - Link to postcreatedUtc - Timestampbody - Comment textauthor - Usernamescore - Net upvotesreplies - Nested repliescreatedUtc - Timestamp| Task | Calls | Cost |
|---|---|---|
| Quick X search | 1 | $0.02 |
| User profile + posts | 2 | $0.04 |
| Reddit thread + comments | 2 | $0.04 |
| Full monitoring scan | 4-6 | $0.08-0.12 |
fe3e7ab
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.