Conversation
- Add ResearchClaw entry to agents.json with CLI command: `researchclaw agent -m <PROMPT> -w <WORKSPACE>` - Update README: News, Install Agents, Supported Agents sections - Add ResearchClaw logo SVG Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request adds support for the ResearchClaw agent to the ResearchClawBench. The changes include updating the README with news entries, installation instructions, and agent lists, as well as adding the agent's configuration to agents.json and providing a new SVG logo. A review comment suggests updating the count of supported frontier agents in the documentation to maintain consistency and grammatical correctness.
| ### 🤖 Supported Agents | ||
|
|
||
| ResearchClawBench ships with built-in support for five frontier coding agents plus a lightweight ResearchHarness baseline: | ||
| ResearchClawBench ships with built-in support for five frontier coding agents, ResearchClaw, plus a lightweight ResearchHarness baseline: |
There was a problem hiding this comment.
The count of supported frontier coding agents should be updated to 'six' now that ResearchClaw has been added. The current phrasing 'five frontier coding agents, ResearchClaw,' is grammatically inconsistent and less concise than the previous format.
| ResearchClawBench ships with built-in support for five frontier coding agents, ResearchClaw, plus a lightweight ResearchHarness baseline: | |
| ResearchClawBench ships with built-in support for six frontier coding agents plus a lightweight ResearchHarness baseline: |
Summary
agents.jsonresearchclaw agent -m <PROMPT> -w <WORKSPACE>(no absolute paths, no special config)Details
ResearchClaw is an AI research assistant with built-in skills for paper search, literature review, and data analysis. It integrates via its CLI (
pip install researchclaw), following the same pattern as OpenClaw and Nanobot.Changes
evaluation/agents.jsonREADME.mdevaluation/static/logos/researchclaw.svgTest
researchclaw agent --helpworks afterpip install researchclaw🤖 Generated with Claude Code