← 返回 Skills 市场
c-narcissus

Research Review Skill Factory

作者 c-narcissus · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install research-review-skill-factory
功能描述
Build custom peer-review skills for specific research areas, problem families, and method combinations using OpenReview evidence. Use when Codex needs a comp...
使用说明 (SKILL.md)

Research Review Skill Factory

Use this meta-skill to build a custom review skill for a specific research area, problem family, or method combination. It is broader than a manuscript-specific builder: the generated child skill should help review future papers in the selected area.

Core Idea

Create a field/problem-specific reviewer skill:

research area + problem set -> area profile -> OpenReview queries -> reviewer concern patterns -> custom area reviewer skill

Examples:

  • ssfl-diffusion-representation-reviewer-openreview
  • federated-ssl-privacy-reviewer-openreview
  • spectral-representation-theory-reviewer-openreview
  • llm-agent-benchmark-reviewer-openreview

Workflow

  1. Define the research area and problem set

    • Ask for or infer the area scope: narrow field, parent fields, problem family, method families, theory objects, experiment settings, and target venues.
    • Use references/research_area_profile_schema.md.
    • Preserve narrow terms before broad terms.
  2. Generate OpenReview query plan

    • Create 8-20 queries covering the exact area phrase, subproblems, method families, theory or benchmark keywords, closest baseline families, and broader fallback fields.
    • Check the current date and select the current ICLR year plus two previous public ICLR years unless the user specifies years.
  3. Retrieve public OpenReview evidence

    • Use:
python scripts/fetch_openreview_field_evidence.py --field "\x3Cquery>" --years \x3CY1> \x3CY2> \x3CY3> --output "\x3Cevidence-dir>/\x3Cquery-slug>"
  • Collect reviewer concerns from accepted, rejected, withdrawn, and desk-rejected public submissions when available.
  • Use author responses only from accepted papers by default.
  1. Synthesize an area review-response bank

    • Cluster reviewer concerns by category.
    • For each pattern, record trigger terms, reviewer concern, accepted-paper response pattern, what future papers in this area must show, and representative evidence.
    • Keep direct quotes short; paraphrase patterns and cite forum URLs.
  2. Generate the child area reviewer skill

    • Use scripts/init_research_area_review_skill.py with a filled area profile JSON.
    • The generated child skill must include SKILL.md, agents/openai.yaml, references/research_area_profile.md, references/openreview_review_response_bank.md, references/review_output_contract.md, references/subtle_logic_flaws.md, LICENSE.txt, and _meta.json.
  3. Validate and package

    • Run quick_validate.py on the child skill.
    • Run syntax checks on scripts.
    • Package the child skill only after confirming there are no raw evidence caches, PDFs, manuscripts, pycache, or private data.

Generated Child Skill Requirements

The child skill must instruct future reviewers to:

  • classify a submitted paper inside the target research area;
  • retrieve the local area review-response bank before writing review comments;
  • generate area-specific reviewer concerns and rebuttal/revision guidance;
  • cite OpenReview precedent with year, status, title, forum URL, and note type;
  • audit novelty, soundness, baselines, reproducibility, A+B incrementality, and subtle logic flaws;
  • provide light, moderate, and major revision paths.

Evidence Rules

  • Never fabricate OpenReview titles, forum IDs, decisions, scores, or author responses.
  • Treat OpenReview evidence as precedent, not as law.
  • Do not include raw review dumps in the generated child skill.
  • If evidence is sparse, label the bank as limited evidence and include a broader fallback area.

References

  • references/research_area_profile_schema.md: area/problem profile schema.
  • references/openreview_area_evidence_workflow.md: retrieval and synthesis protocol.
  • references/generated_area_review_skill_contract.md: generated child skill contract.
  • references/subtle_logic_flaws.md: reusable hidden-weakness checklist.
安全使用建议
This appears safe to install for its stated purpose. Before using it, be aware that it can run Python scripts, contact OpenReview, write local evidence and child-skill files, and create a persistent review-response bank. Review generated outputs before packaging or publishing them, and verify any validation command that is not included with the skill.
功能分析
Type: OpenClaw Skill Name: research-review-skill-factory Version: 1.0.1 The skill bundle is a meta-tool designed to automate the creation of specialized research-area reviewer skills by synthesizing public data from OpenReview. The included Python scripts (fetch_openreview_field_evidence.py and init_research_area_review_skill.py) use only standard libraries, communicate exclusively with the legitimate api2.openreview.net endpoint, and implement safety checks such as path-traversal validation when creating new skill directories. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the functionality is transparent and aligns with the stated purpose.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The stated purpose matches the artifacts: it fetches public OpenReview evidence, synthesizes review patterns, and generates a child reviewer skill. Users should notice that it creates reusable skill artifacts, not just a one-off review.
Instruction Scope
The workflow asks the agent to plan queries, run retrieval, synthesize evidence, and package a generated skill. The instructions include guardrails such as not fabricating evidence, treating precedent as non-authoritative, and excluding raw/private data.
Install Mechanism
There is no install spec; execution is via included Python helper scripts. One referenced validation helper, quick_validate.py, is not present in the supplied manifest, so users should verify any external validator before running it.
Credentials
No credentials or privileged access are requested. Network access to OpenReview and local file writes are expected for the stated purpose and are generally scoped by user-provided output paths.
Persistence & Privilege
The skill intentionally creates persistent child skill folders, but the included generator validates child skill names, keeps output under the chosen output directory, and refuses to overwrite an existing skill directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-review-skill-factory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-review-skill-factory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No user-visible changes; version updated without file modifications. - Functionality, workflow, and documentation remain unchanged.
v1.0.0
- Initial release of research-review-skill-factory. - Generates custom peer-review skills for research fields or topic clusters using OpenReview evidence. - Synthesizes recent ICLR/OpenReview reviewer concerns and accepted-paper author response patterns for a given area. - Outputs a ClawHub-ready area-specific reviewer skill for consistent and evidence-backed reviews. - Enforces strict evidence and packaging protocols for the generated skills.
元数据
Slug research-review-skill-factory
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Research Review Skill Factory 是什么?

Build custom peer-review skills for specific research areas, problem families, and method combinations using OpenReview evidence. Use when Codex needs a comp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Research Review Skill Factory?

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

Research Review Skill Factory 是免费的吗?

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

Research Review Skill Factory 支持哪些平台?

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

谁开发了 Research Review Skill Factory?

由 c-narcissus(@c-narcissus)开发并维护,当前版本 v1.0.1。

💬 留言讨论