Agent Skills
› ymx10086/ResearchClaw
› research-workflows
research-workflows
GitHub管理以项目为中心的研究工作流、声明、证据和实验。当任务结果需持久化存储至结构化研究图谱而非仅作为临时对话回复时,使用此技能。
触发场景
用户进行长期研究项目且需保存成果
需要将研究数据(如声明、实验)持久化到结构化系统中
安装
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.
版本历史
- 1baaa92 当前 2026-07-25 05:32


