Tiered X/Twitter research tool. Sends out the ravens, brings back intelligence.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill oee-social-research --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Oee Social Research?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-oee-social-research)More formats (shields.io, HTML) on the badges page.
---
name: 🐾 Social Research (Ravens) — What Are People Saying?
description: Tiered X/Twitter research tool. Sends out the ravens, brings back intelligence.
---
# 🐾 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
- "what are people saying about"
- "social research on"
- "twitter research"
- "send the ravens"
- "what's the buzz on"
## Usage
```bash
# Research a topic
python social_research.py "OpenAI GPT-5 reactions"
# Research with specific tier
python social_research.py "AI agents" --tier 1
# Get cached briefing
python social_research.py --briefing "topic"
```
## Files
- `social_research.py` — main research engine
- `fxtwitter.py` — FxTwitter API client
- `.cache/` — cached results (auto-managed)
- `.briefings/` — compiled reports
## Requirements
- Python 3.10+
- No API keys for Tier 1 (FxTwitter is free)
- Web search available via agent tools for Tier 2
## For Agents
Run from the skill directory:
```bash
python social_research.py "TOPIC"
```
Output is a structured briefing on stdout.
<!-- 🐾 Huginn and Muninn fly at dawn -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!