💬

Social

OfficialBeta

by UniSkill Labs

Monitor social media trends across Twitter/X, Reddit, and HN.

Description

The Social skill connects your agent to live social media signals across Twitter/X, Reddit, and Hacker News. Track trending topics, monitor brand mentions, analyze community sentiment, and surface viral threads. Useful for product launch monitoring, community management agents, and social listening dashboards. Currently in Beta with planned expansion to LinkedIn and Bluesky.

API Reference

Input Parameters

ParameterTypeRequiredDescription
querystringYesKeyword, hashtag, or @mention to track
platforms('twitter' | 'reddit' | 'hn')[]NoPlatforms to query (default: all)
time_window'1h' | '24h' | '7d'NoRecency filter (default: 24h)
max_resultsnumberNoResults per platform (default: 5)

Response Schema

FieldTypeDescription
posts[].platformstringSource platform
posts[].contentstringPost text (truncated at 500 chars)
posts[].authorstringUsername or handle
posts[].engagementnumberLikes + shares + comments total
posts[].urlstringDirect link to the post

Use Cases

  • Product launch monitoring — surface reactions in real time
  • Community sentiment tracking for brand teams
  • Trend detection for content strategy agents
  • Hacker News thread analysis for tech intelligence

Pricing

Cost per Request
3CR

Credits are deducted per successful API call.

Performance

Avg. Latency~1.2s
Success Rate95.1%

Integration

curl -X POST https://api.uniskill.io/v1/social -H "Authorization: Bearer <LOGIN_TO_VIEW_TOKEN>" -H "Content-Type: application/json" -d '{"query": "example"}'
Back to Skills Store