dr-claw

List Dr. Claw projects and inspect sessions via the local CLI.

1.0k|117|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill dr-claw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dr-claw
Source: https://github.com/OpenLAIR/dr-claw/tree/main/agent-harness
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill dr-claw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables OpenClaw to operate Dr. Claw from chat or mobile by providing a stable CLI workflow for project discovery, session inspection, and progress reporting.

Core Features & Use Cases

  • Project discovery and listing: fetch projects and their metadata from the Dr. Claw server.
  • Session inspection: view the latest messages, status, and progress across providers (claude, cursor, codex, gemini).
  • Session replies and workflow control: reply into sessions, continue, approve, reject, retry, or resume tasks.
  • TaskMaster integration: fetch summaries, next tasks, and orchestration signals for automation.
  • OpenClaw reporting: generate compact status digests and push updates to mobile clients.

Quick Start

Start the Dr. Claw server, then run drclaw --json projects list to see your projects.

Frequently Asked Questions about dr-claw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate session inspection across multiple coding providers?

Session inspection across providers is automated by running the local drclaw binary to fetch latest messages, status, and progress for claude, cursor, codex, and gemini. It outputs JSON for automated parsing or human-readable results for interactive checks.

Can I manage Dr. Claw projects and sessions from a mobile client?

Yes, mobile management works by generating compact status digests and pushing TaskMaster progress updates to mobile clients. This enables remote project discovery, session replies, and workflow control like approve, reject, retry, or resume tasks.

How do I integrate TaskMaster progress reporting into a CLI workflow?

TaskMaster integration in a CLI workflow uses the drclaw binary to fetch summaries, next tasks, and orchestration signals. It pushes progress updates and generates mobile-ready digests, outputting structured JSON for automation.

Does the Dr. Claw CLI require a running server to list projects?

Yes, listing projects requires the Dr. Claw server to be running first. You then execute drclaw --json projects list to fetch project metadata, with support for --url overrides to target specific server instances.

What is the best way to control session workflows like retry or resume from automation?

The best way to control session workflows via automation is using the drclaw CLI to reply into sessions, continue, approve, reject, retry, or resume tasks. It provides stable JSON output to integrate these actions into automated pipelines.