Content Research
Two-phase workflow: Research → Create
Phase 1: Research
Triggers: research [topic], INLINECODE1
1. Search
Use web search to find recent news:
CODEBLOCK0
Query patterns:
- - News: INLINECODE2
- Reddit: INLINECODE3
- X/Twitter: INLINECODE4
2. Fetch Articles
Extract article content:
CODEBLOCK1
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
CODEBLOCK2
Phase 2: Content Creation
Triggers: create content for [platform], INLINECODE6
Platform Formats
Reddit
- - Hook title (no clickbait)
- 2-4 conversational paragraphs
- Include source link
- End with discussion prompt
Angles:
- 1. 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:
- 1. 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: INLINECODE7
- Bold/CAPS for emphasis
Angles:
- 1. Alert — One-liner + link
- Summary — Key bullets
- Discussion — Ask for reactions
- Thread — Detailed breakdown
- Meme — Community vibe
LinkedIn
- - Professional tone
- Lead with insight
- 3-5 short paragraphs
- End with question
Angles:
- 1. 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:
CODEBLOCK3
When generating branded content, reference your brand config for consistency.
Example Session
CODEBLOCK4
内容研究
两阶段工作流:研究 → 创作
第一阶段:研究
触发词: research [主题]、whats new in [主题]
1. 搜索
使用网络搜索查找近期新闻:
web_search(query=[主题] news, freshness=pw)
查询模式:
- - 新闻:[主题] news
- Reddit:site:reddit.com [主题]
- X/Twitter:site:x.com [主题]
2. 获取文章
提取文章内容:
web_fetch(url=[URL], maxChars=8000)
3. 筛选
- - 7天截止 — 丢弃更旧的内容
- 跳过什么是X类解释性文章
- 跳过价格预测/技术分析
- 优先考虑:发布、合作、更新、热点、里程碑
4. 呈现
markdown
[主题] 研究 — [日期]
- 1. [标题] - [来源] - [X天前]
[2-3句摘要]
- 2. [标题] - [来源] - [X天前]
[2-3句摘要]
[最多5项,按最新排列]
第二阶段:内容创作
触发词: create content for [平台]、#3 for reddit
平台格式
Reddit
- - 吸引人的标题(非标题党)
- 2-4段对话式段落
- 包含来源链接
- 以讨论引导语结尾
角度:
- 1. 新闻分享 — 直接报道
- 讨论 — 你怎么看...
- 分析 — 你的见解
- 通俗解释 — 简单说明
- 反向观点 — 唱反调
X/Twitter
- - 280字符以内(或线程)
- 首行吸引注意
- 换行提高可读性
角度:
- 1. 突发 — 仅事实,紧迫感
- 热评 — 引发互动的观点
- 线程 — 多推文分解
- 引用回应 — 对公告的反应
- 梗图 — 轻松/搞笑
Discord
角度:
- 1. 提醒 — 一句话+链接
- 摘要 — 关键要点
- 讨论 — 征求反应
- 线程 — 详细分解
- 梗图 — 社区氛围
LinkedIn
角度:
- 1. 行业见解 — 这意味着什么
- 经验教训 — 我们学到什么
- 预测 — 未来走向
- 职业 — 专业影响
- 案例研究 — 深入分析
品牌语调(可选)
对于品牌内容,创建包含语调指南的 brand-config.md 文件:
markdown
品牌:[名称]
语调
避免
包含
生成品牌内容时,参考品牌配置以确保一致性。
示例会话
用户:research defi
代理:[返回过去7天的5项发现]
用户:2 for reddit
代理:[针对第2项发现的5个Reddit角度]
用户:angle 3
代理:[可直接发布的内容]