dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Workflow 1: Full idea discovery pipeline. Orchestrates research-lit → idea-creator → novelty-check → research-review to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the
$ npx -y skills add OpenLAIR/dr-claw --skill aris-idea-discovery --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/aris-idea-discoveryContext preview
The summary Claude sees to decide when to auto-load this skill.
Workflow 1: Full idea discovery pipeline. Orchestrates research-lit → idea-creator → novelty-check → research-review to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the
name: aris-idea-discovery description: "Workflow 1: Full idea discovery pipeline. Orchestrates research-lit → idea-creator → novelty-check → research-review to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the complete idea exploration workflow." argument-hint: "[research-direction]" allowed-tools: Bash(*), Read, Write, Edit, Grep, Glob, WebSearch, WebFetch, Agent, Skill, mcp__codex__codex, mcp__codex__codex-reply license: MIT metadata: author: wanshuiyin/ARIS version: "1.0.0"
Orchestrate a complete idea discovery workflow for: **$ARGUMENTS**
This skill chains sub-skills into a single automated pipeline:
/aris-research-lit → /aris-idea-creator → /aris-novelty-check → /aris-research-review → /aris-research-refine-pipeline (survey) (brainstorm) (verify novel) (critical feedback) (refine method + plan experiments)
Each phase builds on the previous one's output. The final deliverables are a validated `IDEA_REPORT.md` with ranked ideas, plus a refined proposal (`refine-logs/FINAL_PROPOSAL.md`) and experiment plan (`refine-logs/EXPERIMENT_PLAN.md`) for the top idea.
> 💡 These are defaults. Override by telling the skill, e.g., `/aris-idea-discovery "topic" — ref paper: https://arxiv.org/abs/2406.04329` or `/aris-idea-discovery "topic" — compact: true`.
Before starting any other phase, check for a detailed research brief in the project:
1. Look for `RESEARCH_BRIEF.md` in the project root (or path passed as `$ARGUMENTS`) 2. If found, read it and extract:
3. Use this as the primary context for all subsequent phases — it replaces the one-line prompt 4. If both `RESEARCH_BRIEF.md` and a one-line `$ARGUMENTS` exist, merge them (brief takes priority for details, argument sets the direction)
If no brief exists, proceed normally with `$ARGUMENTS` as the research direction.
> 💡 Create a brief from the template: `cp templates/RESEARCH_BRIEF_TEMPLATE.md RESEARCH_BRIEF.md`
**Skip entirely if `REF_PAPER` is `false`.**
Summarize the reference paper before searching the literature:
1. **If arXiv URL** (e.g., `https://arxiv.org/abs/2406.04329`):
2. **If local PDF path** (e.g., `papers/reference.pdf`):
3. **If other URL**:
4. **Generate `REF_PAPER_SUMMARY.md`**:
# Reference Paper Summary **Title**: [paper title] **Authors**: [authors] **Venue**: [venue, year] ## What They Did [2-3 sentences: core method and contribution] ## Key Results [Main quantitative findings] ## Limitations & Open Questions [What the paper didn't solve, acknowledged weaknesses, future work suggestions] ## Potential Improvement Directions [Based on the limitations, what could be improved or extended?] ## Codebase [If `base repo` is also set: link to the repo and note which parts correspond to the paper]
**🚦 Checkpoint:** Present the summary to the user:
📄 Reference paper summarized: - Title: [title] - Key limitation: [main gap] - Improvement directions: [2-3 bullets] Proceeding to literature survey with this as context.
Phase 1 and Phase 2 will use `REF_PAPER_SUMMARY.md` as additional context — `/aris-research-lit` searches for related and competing work, `/aris-idea-creator` generates ideas that build on or improve the reference paper.
Invoke `/aris-research-lit` to map the research landscape:
/aris-research-lit "$ARGUMENTS"
**What this does:**
**🚦 Checkpoint:** Present the l
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,…