Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
merit-systems avatar

Social Intelligence

  • 117 installs
  • 16 repo stars
  • Updated July 14, 2026
  • merit-systems/agentcash-skills

Analyze social signals, audience behavior, and conversation trends so agents inform content strategy, outreach timing, and lifecycle engagement decisions.

About

The social-intelligence skill helps AgentCash agents gather and interpret social media and audience signals, turning conversation trends, engagement patterns, and community behavior into analytics that inform content, distribution, and customer lifecycle strategies.

  • Social signal monitoring for agents
  • Audience and trend interpretation support
  • Informs content and outreach planning
  • AgentCash growth-oriented capability
  • Lifecycle and distribution decision inputs

Social Intelligence by the numbers

  • 117 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #1,100 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/merit-systems/agentcash-skills --skill social-intelligence

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs117
repo stars16
Last updatedJuly 14, 2026
Repositorymerit-systems/agentcash-skills

What it does

Analyze social signals, audience behavior, and conversation trends so agents inform content strategy, outreach timing, and lifecycle engagement decisions.

Files

SKILL.mdMarkdownGitHub ↗

Social Intelligence with x402 APIs

Access Reddit through x402-protected endpoints.

Setup

See rules/getting-started.md for installation and wallet setup.

Quick Reference

TaskEndpointPriceDescription
Search Reddithttps://stableenrich.dev/api/reddit/search$0.02Search Reddit posts
Get commentshttps://stableenrich.dev/api/reddit/post-comments$0.02Comments on a post

See rules/rate-limits.md for usage guidance.

Reddit

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 subreddit
  • sort - relevance, hot, new, top
  • time - 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 balance
  • [ ] Use npx agentcash@latest discover https://stableenrich.dev to 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 balance
  • [ ] 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 title
  • selftext - Post body (for text posts)
  • author - Username
  • subreddit - Subreddit name
  • score - Upvotes minus downvotes
  • numComments - Comment count
  • url - Link to post
  • createdUtc - Timestamp

Reddit Comment Fields

  • body - Comment text
  • author - Username
  • score - Net upvotes
  • replies - Nested replies
  • createdUtc - Timestamp

Cost Estimation

TaskCallsCost
Reddit thread + comments2$0.04
Full monitoring scan3-5$0.06-0.10

Related skills

Marketing & SEOcontentdistributionlifecycle

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.