dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
ARIS (Auto-claude-code-research-in-sleep) infrastructure setup and configuration. Configures MCP servers for cross-model adversarial review, installs Python tools, and validates environment. Run this first before using any other ARIS skills. Use when: setting up ARIS,
$ npx -y skills add OpenLAIR/dr-claw --skill aris-infra --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/aris-infraContext preview
The summary Claude sees to decide when to auto-load this skill.
ARIS (Auto-claude-code-research-in-sleep) infrastructure setup and configuration. Configures MCP servers for cross-model adversarial review, installs Python tools, and validates environment. Run this first before using any other ARIS skills. Use when: setting up ARIS,
name: aris-infra description: | ARIS (Auto-claude-code-research-in-sleep) infrastructure setup and configuration. Configures MCP servers for cross-model adversarial review, installs Python tools, and validates environment. Run this first before using any other ARIS skills. Use when: setting up ARIS, configuring review servers, "aris setup", "配置ARIS". license: MIT metadata: author: wanshuiyin/ARIS version: "1.0.0" repository: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep allowed-tools: Bash, Read, Write, Edit, Glob, Grep
bash skills/aris-infra/setup.sh
This interactive script will: check prerequisites → install dependencies → register skills → configure MCP reviewer server.
---
ARIS uses **cross-model adversarial review** — Claude Code executes research tasks while an external LLM (GPT-5.4, Gemini, or others) provides critical review. This avoids the "self-play blind spot" where a single model reviewing its own work produces predictable feedback.
ARIS provides 5 MCP servers. Register the ones you need:
npm install -g @openai/codex claude mcp add codex -s user -- codex mcp-server
Configure in `~/.codex/config.toml`:
model = "gpt-5.4"
claude mcp add llm-chat -s user -- python skills/aris-infra/mcp-servers/llm-chat/server.py
Environment variables:
claude mcp add gemini-review -s user -- python skills/aris-infra/mcp-servers/gemini-review/server.py
Environment variables:
claude mcp add claude-review -s user -- python skills/aris-infra/mcp-servers/claude-review/server.py
Uses the `claude` CLI binary for reviews in a separate session.
claude mcp add minimax-chat -s user -- python skills/aris-infra/mcp-servers/minimax-chat/server.py
Environment variables:
claude mcp add feishu-bridge -s user -- python skills/aris-infra/mcp-servers/feishu-bridge/server.py
Environment variables:
pip install httpx arxiv requests
# Check MCP servers are registered claude mcp list # Test a tool call # If using Codex: mcp__codex__codex should be available # If using llm-chat: mcp__llm-chat__chat should be available
After setup, use these one-click workflow skills:
| Skill | Command | Description | |-------|---------|-------------| | `aris-idea-discovery` | `/aris-idea-discovery` | Full idea pipeline: literature → ideas → novelty → review → refine | | `aris-experiment-bridge` | `/aris-experiment-bridge` | Implement experiments, deploy to GPU, collect results | | `aris-auto-review-loop` | `/aris-auto-review-loop` | Multi-round cross-model adversarial review | | `aris-paper-writing` | `/aris-paper-writing` | Plan → figures → write LaTeX → compile → improve | | `aris-rebuttal` | `/aris-rebuttal` | Parse reviews → strategy → draft → stress test | | `aris-research-pipeline` | `/aris-research-pipeline` | End-to-end: idea → experiments → review → paper |
A Super AI Lab with massive AI Doctors as Assistants. Best IDE for Research via AI Power.
Repo: OpenLAIR/dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Academic research assistant for literature reviews, paper analysis, and scholarly writing. Use when: reviewing academic papers, conducting literature reviews,…
Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or…
Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you…
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct…
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices,…