name: content-research description: 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.
Two-phase workflow: Research → Create
Triggers: research [topic], what's new in [topic]
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]
Extract article content:
web_fetch(url="[URL]", maxChars=8000)
## [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]
Triggers: create content for [platform], #3 for reddit
Angles: 1. News share — Straightforward reporting 2. Discussion — "What do you think..." 3. Analysis — Your take on implications 4. ELI5 — Simple explanation 5. Contrarian — Devil's advocate
想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。
Angles: 1. Breaking — Just facts, urgency 2. Hot take — Engagement bait opinion 3. Thread — Multi-tweet breakdown 4. Quote dunk — React to announcement 5. Meme — Casual/funny
<https://...>Angles: 1. Alert — One-liner + link 2. Summary — Key bullets 3. Discussion — Ask for reactions 4. Thread — Detailed breakdown 5. Meme — Community vibe
Angles: 1. Industry insight — What it means 2. Lessons — What we learn 3. Prediction — Where it's heading 4. Career — Professional implications 5. Case study — Deep dive
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.
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]
這個 Skill 質量良好,文件組織清晰有序。主要優點是功能設計全面,覆蓋多個主流社交平臺,每種平臺都提供了多種內容風格選擇,還支援自定義品牌調性,使用起來靈活方便。不足之處在於沒有實際的程式碼實現,只有使用說明文件,實際使用需要一定的技術基礎來對接搜尋和內容獲取工具。對於內容創作者來說,這是一個值得一試的工具,但需要配合 OpenClaw 環境使用。