content-research
Research trending topics and generate platform-specific content. Triggers on "research [topic]", "what's new in [topic]", "content for [platform]", "create posts about [topic]". Supports Reddit, X/Twitter, Discord, LinkedIn with multiple content angles per platform.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hazy2go/content-researchContent Research
Two-phase workflow: Research → Create
Phase 1: Research
Triggers: research [topic], what's new in [topic]
1. Search
Use web search to find recent news:
web_search(query="[topic] news", freshness="pw")
Query patterns:
- News:
[topic] news - Reddit:
site:reddit.com [topic] - X/Twitter:
site:x.com [topic]
2. Fetch Articles
Extract article content:
web_fetch(url="[URL]", maxChars=8000)
3. Filter
- 7-day cutoff — discard older content
- Skip "what is X" explainers
- Skip price predictions / TA
- Prioritize: launches, partnerships, updates, drama, milestones
4. Present
## [Topic] Research — [Date]
1. **[Headline]** - [Source] - [X days ago]
[2-3 sentence summary]
2. **[Headline]** - [Source] - [X days ago]
[2-3 sentence summary]
[up to 5 items, newest first]
Phase 2: Content Creation
Triggers: create content for [platform], #3 for reddit
Platform Formats
- Hook title (no clickbait)
- 2-4 conversational paragraphs
- Include source link
- End with discussion prompt
Angles:
- News share — Straightforward reporting
- Discussion — "What do you think..."
- Analysis — Your take on implications
- ELI5 — Simple explanation
- Contrarian — Devil's advocate
X/Twitter
- Under 280 chars (or thread)
- Hook first line
- Line breaks for readability
Angles:
- Breaking — Just facts, urgency
- Hot take — Engagement bait opinion
- Thread — Multi-tweet breakdown
- Quote dunk — React to announcement
- Meme — Casual/funny
Discord
- Bullet lists (no tables)
- Wrap links:
<https://...> - Bold/CAPS for emphasis
Angles:
- Alert — One-liner + link
- Summary — Key bullets
- Discussion — Ask for reactions
- Thread — Detailed breakdown
- Meme — Community vibe
- Professional tone
- Lead with insight
- 3-5 short paragraphs
- End with question
Angles:
- Industry insight — What it means
- Lessons — What we learn
- Prediction — Where it's heading
- Career — Professional implications
- Case study — Deep dive
Brand Voice (Optional)
For branded content, create a brand-config.md file with your voice guidelines:
# Brand: [Name]
## Voice
- [Tone descriptor]
- [Communication style]
## Avoid
- [Things not to say]
## Include
- [Required elements]
When generating branded content, reference your brand config for consistency.
Example Session
User: research defi
Agent: [Returns 5 findings from past 7 days]
User: 2 for reddit
Agent: [5 Reddit angles for finding #2]
User: angle 3
Agent: [Ready-to-post content]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hazy2go-content-research": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
agent-defibrillator
Watchdog that monitors your AI agent gateway and restarts it when it crashes. Triggers on "install defibrillator", "agent watchdog", "gateway monitor", "auto-restart agent", or "keep agent alive". macOS launchd service with optional Discord notifications.
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Combines Wikipedia's "Signs of AI writing" guide with 2025-2026 forensic detection research. Covers: perplexity/burstiness metrics, Unicode artifacts, 24+ AI vocabulary patterns, structural tells, and surgical humanization techniques. Includes detection benchmarks for GPT-4o, Claude, Gemini models.
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.