Agent Skills
› ymx10086/ResearchClaw
› research-notes
research-notes
GitHub用于在研究工作区中创建、搜索和组织结构化研究笔记,支持标签管理和论文引用,避免重复记录并提升信息检索效率。
触发场景
用户希望保存观察结果或想法
用户需要为笔记添加标签以便后续检索
用户想要搜索已有的研究笔记
安装
npx skills add ymx10086/ResearchClaw --skill research-notes -g -y
SKILL.md
Frontmatter
{
"name": "research-notes",
"emoji": "🗂️",
"triggers": [
"notes",
"research notes",
"note taking",
"save note"
],
"description": "Create, search, and organize structured research notes with tags and paper references. Use when the user wants persistent notes inside the research workspace."
}
Research Notes
Use this skill when the user wants to save observations, tag ideas, or search prior notes.
Tools
create_note: create a structured note with tags and optional paper referencessearch_notes: search note content and titleslist_note_tags: inspect existing note tags
Guidance
- Prefer clear, reusable titles.
- Encourage tags when the user wants future retrieval.
- Use
search_notesbefore creating a duplicate note on the same topic.
版本历史
- 1baaa92 当前 2026-07-25 05:32


