Install
openclaw skills install research-review-skill-factoryBuild custom peer-review skills for specific research areas, problem families, and method combinations using OpenReview evidence. Use when Codex needs a compact meta-review skill factory that takes a research field or topic cluster, retrieves and synthesizes recent ICLR/OpenReview reviewer concerns and accepted-paper author response patterns, then generates a ClawHub-ready reviewer skill tailored to that field/problem rather than to one specific manuscript.
openclaw skills install research-review-skill-factoryUse 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.
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-openreviewfederated-ssl-privacy-reviewer-openreviewspectral-representation-theory-reviewer-openreviewllm-agent-benchmark-reviewer-openreviewDefine the research area and problem set
references/research_area_profile_schema.md.Generate OpenReview query plan
Retrieve public OpenReview evidence
python scripts/fetch_openreview_field_evidence.py --field "<query>" --years <Y1> <Y2> <Y3> --output "<evidence-dir>/<query-slug>"
Synthesize an area review-response bank
Generate the child area reviewer skill
scripts/init_research_area_review_skill.py with a filled area profile JSON.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.Validate and package
quick_validate.py on the child skill.The child skill must instruct future reviewers to:
limited evidence and include a broader fallback area.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.