π¦ ClawHub
OEE Social Research
by @odinbot33
Conduct tiered social media research on Twitter and web sources, compiling insights into structured briefings without requiring API keys for basic access.
TERMINAL
clawhub install oee-social-researchπ About This Skill
πΎ Social Research (Ravens) β What Are People Saying?
> by Odin's Eye Enterprises β Ancient Wisdom. Modern Intelligence.
Tiered X/Twitter research tool. Sends out the ravens, brings back intelligence.
What It Does
1. Tier 1 β FxTwitter API (free, fast, public tweets) 2. Tier 2 β Web search fallback (broader reach) 3. Tier 3 β Browser scraping (last resort, full fidelity) 4. Briefings β Compiled research reports
Trigger Phrases
Usage
# Research a topic
python social_research.py "OpenAI GPT-5 reactions"Research with specific tier
python social_research.py "AI agents" --tier 1Get cached briefing
python social_research.py --briefing "topic"
Files
social_research.py β main research enginefxtwitter.py β FxTwitter API client.cache/ β cached results (auto-managed).briefings/ β compiled reportsRequirements
For Agents
Run from the skill directory:
python social_research.py "TOPIC"
Output is a structured briefing on stdout.
π‘ Examples
# Research a topic
python social_research.py "OpenAI GPT-5 reactions"Research with specific tier
python social_research.py "AI agents" --tier 1Get cached briefing
python social_research.py --briefing "topic"