dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Use when a quest needs to attach, import, reproduce, repair, verify, compare, or publish a baseline and its metrics.
$ npx -y skills add OpenLAIR/dr-claw --skill ds-baseline --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ds-baselineContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a quest needs to attach, import, reproduce, repair, verify, compare, or publish a baseline and its metrics.
name: ds-baseline description: Use when a quest needs to attach, import, reproduce, repair, verify, compare, or publish a baseline and its metrics. skill_role: stage license: MIT metadata: author: ResearAI/DeepScientist version: "1.0.0"
This skill establishes the reference system the quest will compare against. The target is one trustworthy baseline line, not an endless reproduction diary.
The baseline stage should produce a usable reference point through one of four routes:
1. attach an existing reusable baseline 2. import a reusable baseline package 3. reproduce a baseline from source 4. repair a broken or stale baseline
Keep the classic control flow:
1. analysis 2. setup 3. execution 4. verification
These are control gates, not paperwork walls.
1. Read the source paper and source repo first, or record exactly what is missing and why. 2. Choose the lightest trustworthy route: attach, import, reproduce, or repair. 3. Start with the fast path whenever the current baseline object, command path, and acceptance target are already clear enough to validate cheaply. 4. Before substantial baseline setup, code edits, or a real baseline run, create `PLAN.md` and `CHECKLIST.md`; short-form files are enough for simple fast-path work. 5. Keep one dominant phase visible: analysis -> setup -> execution -> verification. 6. Prefer one clean implementation pass, one smoke test, and then one normal baseline run. 7. Retry only when smoke, verification, or runtime evidence shows a concrete failure or incompatibility. 8. Close the stage by confirming or waiving the gate, then hand off with a concise `1-2` sentence summary of trust status and next anchor.
Default to the lightest baseline path that can still establish a trustworthy comparison. Default to a fast path when it can establish trust with less work.
Fast path is the default when any of the following is true:
Fast path means:
Escalate from fast path to fuller audit only when:
Do not proceed to comparison-heavy downstream work unless one of the following is durably true:
Operationally:
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,…