بنقرة واحدة
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 ويثبّتها لك.
Systematic literature review methodology and best practices.
Academic literature search best practices and strategies.
Deep reading and structured analysis framework for academic papers.
استنادا إلى تصنيف SOC المهني
| 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: