Agent Skills
› ymx10086/ResearchClaw
› research-workflows
research-workflows
GitHub管理项目级研究流程、主张、证据和实验,将持久化数据存入结构化研究图谱。适用于需要长期保存的研究任务而非临时对话回复的场景。
Trigger Scenarios
用户正在进行长期研究项目且需持久化结果
需要将研究结论、证据或实验数据结构化存储
Install
npx skills add ymx10086/ResearchClaw --skill research-workflows -g -y
SKILL.md
Frontmatter
{
"name": "research-workflows",
"emoji": "🧭",
"triggers": [
"workflow",
"research workflow",
"project dashboard",
"claim evidence",
"experiment tracking",
"structured notes"
],
"description": "Manage project-centric research workflows, claims, evidence, notes, and experiments. Use when the task should be persisted into ResearchClaw's structured research graph instead of remaining a transient chat reply."
}
Research Workflows
Use this skill when the user is working on a long-running project and the result should be persisted into the structured research system.
Tools
research_projects_listresearch_project_createresearch_project_dashboardresearch_workflows_listresearch_workflow_createresearch_workflow_getresearch_workflow_add_taskresearch_workflow_update_taskresearch_workflow_tickresearch_note_createresearch_notes_searchresearch_claim_createresearch_claim_attach_evidenceresearch_claim_graphresearch_experiment_logresearch_experiment_compare
Guidance
- Prefer storing durable work in the structured graph when it will matter beyond the current turn.
- Use
research_workflow_getbefore updating a workflow task. - When making a substantive claim, attach evidence instead of leaving it implicit.
- When logging an experiment, include metrics or archived outputs whenever possible.
Version History
- 1baaa92 Current 2026-07-25 05:32


