dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Use when the quest is ready to consolidate final claims, limitations, recommendations, summary state, and graph exports before stopping or archiving.
$ npx -y skills add OpenLAIR/dr-claw --skill ds-finalize --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ds-finalizeContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the quest is ready to consolidate final claims, limitations, recommendations, summary state, and graph exports before stopping or archiving.
name: ds-finalize description: Use when the quest is ready to consolidate final claims, limitations, recommendations, summary state, and graph exports before stopping or archiving. skill_role: stage license: MIT metadata: author: ResearAI/DeepScientist version: "1.0.0"
Use this skill to close or pause a quest responsibly.
The finalize stage should not pretend every line succeeded. It should produce the most accurate final state of the quest:
Finalize is not just a short summary. It is the durable closure protocol that turns a long-running research graph into a recoverable stopping point, a publishable handoff, or an honest continue-later checkpoint.
Before finalizing, gather:
If finalization reveals that the quest is still too uncertain, route back through `decision` rather than forcing closure. For paper-like deliverables, do not finalize while any of these remain true:
If the current paper-state blocker is not obvious from the existing files, call `artifact.get_paper_contract_health(detail='full')` before deciding whether finalize is legitimate. If the active quest/runtime state is unclear after restart or long pause, call `artifact.get_quest_state(detail='summary')` first. If the exact latest `SUMMARY.md`, `status.md`, or active user requirement wording matters for closure, call `artifact.read_quest_documents(...)`. If earlier user/assistant continuity matters for whether the quest should really stop, call `artifact.get_conversation_context(...)` instead of guessing from prompt context alone.
Use:
Do not finalize from chat memory alone.
The finalize stage should usually leave behind:
If the quest produced a paper-style bundle, finalization should also check that the writing stage left behind enough closure evidence, such as:
State clearly:
Do not only say that evidence exists. Say clearly what exists and why it matters. Name concrete paths or artifact ids only when the user asks for them or needs them to act. When a paper bundle exists, verify the manifest inve
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,…