Check prerequisites, verify installations, and run health checks for workspace services. Use when user says "check setup", "verify installation", "doctor", or "health check".
Check prerequisites, verify installations, and run health checks for workspace services.
When the user wants to check workspace health:
Parse the ## Prerequisites section from WORKSPACE.md:
## Prerequisites
- Node.js 20+
- Docker & Docker Compose
- PostgreSQL 15+ (or use Docker)
Verify each prerequisite is installed and meets version requirements.
Always verify these tools are available:
git - Version controlcurl or wget - HTTP requestsjq - JSON processing (optional but recommended)Parse the ## Health Checks section:
## Health Checks
api: curl -s http://localhost:3000/health | grep -q "ok"
admin: curl -s http://localhost:3001 | grep -q "<!DOCTYPE"
Run each check and report results.
🩺 Workspace Doctor - Acme Corp
Prerequisites:
✓ Node.js 22.0.0 (required: 20+)
✓ Docker 24.0.6
✓ Docker Compose 2.21.0
✗ PostgreSQL not found (install or use Docker)
Tools:
✓ git 2.42.0
✓ curl 8.1.2
✓ jq 1.7
Projects:
✓ api - cloned at ~/work/acme/api
✓ admin - cloned at ~/work/acme/admin
✗ homepage - not cloned
Health Checks:
✓ api - healthy (http://localhost:3000/health)
○ admin - not running (port 3001)
Summary:
• 2 issues found
Recommendations:
• Clone missing projects: /workspaces:clone all
• Start services: /workspaces:start all
✓ - Passed✗ - Failed (blocking)○ - Warning (non-blocking)npx skills add patricio0312rev/workspace-doctor下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer