💬
Social
OfficialBetaby 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
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Keyword, hashtag, or @mention to track |
platforms | ('twitter' | 'reddit' | 'hn')[] | No | Platforms to query (default: all) |
time_window | '1h' | '24h' | '7d' | No | Recency filter (default: 24h) |
max_results | number | No | Results per platform (default: 5) |
Response Schema
| Field | Type | Description |
|---|---|---|
posts[].platform | string | Source platform |
posts[].content | string | Post text (truncated at 500 chars) |
posts[].author | string | Username or handle |
posts[].engagement | number | Likes + shares + comments total |
posts[].url | string | Direct 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"}'