con un clic
research-tracking
Research direction tracking, trend discovery, and author monitoring.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Research direction tracking, trend discovery, and author monitoring.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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: