← Back to Skills Marketplace
c-narcissus

Research Review Skill Factory

by c-narcissus · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install research-review-skill-factory
Description
Build custom peer-review skills for specific research areas, problem families, and method combinations using OpenReview evidence. Use when Codex needs a comp...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-review-skill-factory
  3. After installation, invoke the skill by name or use /research-review-skill-factory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug research-review-skill-factory
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Research Review Skill Factory?

Run "/install research-review-skill-factory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Research Review Skill Factory free?

Yes, Research Review Skill Factory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Research Review Skill Factory support?

Research Review Skill Factory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Research Review Skill Factory?

It is built and maintained by c-narcissus (@c-narcissus); the current version is v1.0.1.

💬 Comments