一键导入
research-tracking
Research direction tracking, trend discovery, and author monitoring.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Research direction tracking, trend discovery, and author monitoring.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Systematic literature review methodology and best practices.
Academic literature search best practices and strategies.
Deep reading and structured analysis framework for academic papers.
| name | research-tracking |
| description | Research direction tracking, trend discovery, and author monitoring. |
| metadata | {"nanobot": {"always": false}} |
This skill helps you monitor research directions, discover emerging trends, and track influential authors.
Activate when the user asks for:
Track which keywords are appearing more frequently in recent papers:
Example: If "speculative decoding" appears in 5% of LLM inference papers in 2024 vs. 0% in 2023, it's an emerging trend.
Papers gaining citations rapidly (relative to their age) indicate hot topics:
Top conference acceptance patterns reveal trends:
Breakthroughs often come from borrowing ideas across fields:
academic_search with au:AuthorName to find their recent papersget_related_papers on their most influential workGuide the user to set up research_feed in config:
{
"research": {
"research_feed": {
"enabled": true,
"feeds": [
{
"source": "arxiv",
"categories": ["cs.CL", "cs.LG"],
"keywords": ["your keyword 1", "your keyword 2"],
"schedule": "0 8 * * *",
"max_results": 5,
"notify_channel": "feishu"
}
]
}
}
}
When reporting trends to the user, use this structure:
# 🔥 [Topic] 最新趋势报告
## 热门方向
1. **[Trend Name]** — [Brief description]
- 代表论文: [Paper 1], [Paper 2]
- 热度指标: [Citations, frequency, etc.]
2. **[Trend Name]** — ...
## 值得关注的论文
| 论文 | 作者 | 核心创新 | 为什么重要 |
|------|------|---------|-----------|
| ... | ... | ... | ... |
## 新兴交叉领域
- **[Intersection A + B]** — [Description and potential]
## 建议行动
1. [具体建议:阅读某篇论文、关注某个作者、尝试某个方法]
If memory/research_profile.md exists:
You can suggest adding these to HEARTBEAT.md: