← 返回 Skills 市场
smseow001

Research Pro

作者 SMS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install research-pro
功能描述
科研专项工作流 - 参考 AutoResearchClaw 23阶段全流程,从想法到论文。覆盖文献调研、实验设计、代码实现、统计分析、论文写作。
使用说明 (SKILL.md)

Research Pro - 科研专项工作流

参考 AutoResearchClaw 思路的完整科研流程


核心思想

像 AutoResearchClaw 一样做科研:

  1. 想法 → 文献调研
  2. 实验设计 → 沙盒执行
  3. 统计分析 → 同行评审
  4. LaTeX 论文输出

触发词

科研模式 / research pro / 做研究中 / 论文模式


完整工作流(23阶段)

Phase 1: 想法生成 🎯

## 🎯 想法定义

### 研究問題
[你想研究什么问题]

### 核心创新点
1. [创新点1]
2. [创新点2]

### 预期贡献
[发表后的贡献]

Phase 2: 文献调研 📚

## 📚 文献调研

### 相关工作
| 论文 | 方法 | 我们的区别 |
|------|------|-----------|
| [Paper A] | [方法A] | [改进点] |
| [Paper B] | [方法B] | [改进点] |

### 数据来源
- [x] OpenAlex
- [x] Semantic Scholar
- [x] arXiv

### 引用要求
- 真实引用(非幻觉)
- 近3年顶会优先

Phase 3: 实验设计 🧪

## 🧪 实验设计

### 对比基线
1. [基线方法1]
2. [基线方法2]

### 实验配置
- 数据集:[数据集名]
- 评估指标:[指标]
- 硬件:[GPU/CPU]

### 假设检验
- H0: [原假设]
- H1: [备择假设]

Phase 4: 代码实现 💻

(引用 code-pro skill)

## 💻 实现

### 核心代码
```python
# 核心实现

依赖

  • Python 3.x+
  • [库1]
  • [库2]

---

### Phase 5: 执行与调试 🔄

🔄 执行

环境检测

[GPU/CPU 检测结果]

运行结果

实验 结果 提升
基线A 0.85 -
我们的 0.89 +4.7%

统计分析

  • p-value: [值]
  • 显著性: [是/否]

---

### Phase 6: 论文写作 📄

📄 论文结构

Abstract

[150-300字摘要]

Introduction

  1. 问题定义
  2. 相关工作
  3. 我们的贡献

Method

[方法描述]

Experiments

[实验设置与结果]

Conclusion

[结论与未来工作]

格式

  • LaTeX (NeurIPS/ICML/ICLR)
  • 双栏排版

---

## 多代理协作

| 角色 | 职责 |
|------|------|
| CodeAgent | 代码生成与调试 |
| BenchmarkAgent | 实验评估 |
| FigureAgent | 图表生成 |
| Reviewer | 同行评审 |

---

## 质量保证

### Anti-Hallucination
- ✅ 引用必须从真实数据库获取
- ✅ 实验结果必须可复现
- ✅ claim 需验证

### Human-in-the-Loop
- 关键节点可人工介入
- checkpoint 审核
- 批准后继续

---

## 输出格式

### 论文模板

```markdown
# Title

## Abstract
[150-300 words]

## 1. Introduction
[1-2 paragraphs]

## 2. Related Work
[2-3 paragraphs]

## 3. Method
[2-3 paragraphs]

## 4. Experiments
[2-3 paragraphs]

## 5. Conclusion
[1 paragraph]

## References
[真实引用]

快速指令表

需求 命令
开始新研究 科研模式:研究[想法]
文献调研 调研[主题]相关文献
设计实验 设计实验:目标[指标]
写论文 生成论文:LaTeX格式
审核 同行评审这个研究

组合使用

完整流程示例:

科研模式:研究"用大模��做代码bug自动修复"
→ 帮我设计对比实验
→ 生成ICML格式论文

Research Pro | 参考 AutoResearchClaw 的全流程科研工具

安全使用建议
This skill appears safe as an instruction-only research assistant. Before using it for experiments, confirm what code will run, what files or datasets it can access, and whether any referenced helper skill such as code-pro has separate permissions or install steps.
能力评估
Purpose & Capability
The stated purpose—literature review, experiment design, code drafting, analysis, and paper writing—matches the SKILL.md workflow and no hidden capabilities are declared.
Instruction Scope
The workflow includes code implementation and experiment execution/debugging, but frames this as part of the research process and mentions sandbox execution and human checkpoints.
Install Mechanism
There is no install spec or bundled code. The document references using a separate code-pro skill, so behavior would depend on that other skill if invoked.
Credentials
No environment variables, credentials, binaries, or OS permissions are requested. Any environment checks or external literature lookups appear proportionate to the research workflow.
Persistence & Privilege
The artifacts do not request persistence, background workers, elevated privileges, credentials, session stores, or long-term memory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Research Pro skill, version 1.0.0. - Provides a comprehensive scientific research workflow inspired by AutoResearchClaw, covering 23 phases from idea to paper writing. - Supports literature review, experimental design, code implementation (with code-pro integration), statistical analysis, and LaTeX paper writing. - Features role-based collaboration (CodeAgent, BenchmarkAgent, FigureAgent, Reviewer) and anti-hallucination measures for research integrity. - Includes quick commands for starting research, literature survey, experiment design, paper writing, and peer review. - Ensures human-in-the-loop checkpoints and quality assurance throughout the workflow.
元数据
Slug research-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Research Pro 是什么?

科研专项工作流 - 参考 AutoResearchClaw 23阶段全流程,从想法到论文。覆盖文献调研、实验设计、代码实现、统计分析、论文写作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。

如何安装 Research Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install research-pro」即可一键安装,无需额外配置。

Research Pro 是免费的吗?

是的,Research Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Research Pro 支持哪些平台?

Research Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Research Pro?

由 SMS(@smseow001)开发并维护,当前版本 v1.0.0。

💬 留言讨论