Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Trimmed SKILL.md to ~115 lines
What This Skill Does
Searches Twitter, Instagram, and Reddit posts in real time against an index of 1.5B+ posts. Supports boolean queries, date filtering, user lookups, and subreddit discovery. CSV export handles bulk analysis up to 64K rows.
Covers Twitter, Instagram, and Reddit through one API with boolean search, removing the need to manage separate developer credentials for each network.
When to use it
- Tracking brand mentions after a product launch
- Finding niche Instagram influencers by topic
- Monitoring competitor mentions across platforms
- Discovering Reddit communities before entering a market
- Researching trending hashtags before a campaign
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Find recent Twitter posts mentioning 'open source LLM'
- 1Call getTwitterPostsByKeywords with query='open source LLM' and a startDate
- 2Extract the operationId from the response
- 3Poll checkOperationStatus with the operationId every 5 seconds
- 4Return the matched tweets once the operation completes
List of tweets mentioning 'open source LLM' within the specified date range
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.