OpenClaw · Skill
Oee Social Research
by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install odinbot33/oee-social-researchClawHub installer
npx clawhub@latest install odinbot33/oee-social-researchOpenClaw CLI
openclaw skills install odinbot33/oee-social-researchDirect OpenClaw install
openclaw install odinbot33/oee-social-researchWhat this skill does
by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Why it matters
The tiered fallback approach means results are returned even when the primary API is rate-limited or unavailable, without requiring any API keys for basic use.
Typical use cases
- Checking public reaction to a product launch
- Monitoring sentiment around a competitor
- Researching trending opinions before writing a report
- Gathering community buzz on a new technology
- Pulling cached briefings on a recurring topic
Source instructions
🐾 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
- Tier 1 — FxTwitter API (free, fast, public tweets)
- Tier 2 — Web search fallback (broader reach)
- Tier 3 — Browser scraping (last resort, full fidelity)
- 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
# 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 enginefxtwitter.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:
python social_research.py "TOPIC"
Output is a structured briefing on stdout.
<!-- 🐾 Huginn and Muninn fly at dawn -->