Quick Start (All Platforms)
The fastest way — install and configure everything in one line:OpenClaw
OpenClaw uses a native Skill system (not MCP). Panguard installs as a skill at~/.openclaw/skills/panguard/.
Auto Setup
Manual Setup
Verify
QClaw (Tencent)
QClaw uses the standard MCP protocol. Panguard adds an MCP server entry to~/.qclaw/mcp.json.
Auto Setup
Manual Setup
If you prefer to configure manually, add this to~/.qclaw/mcp.json:
| Tool | What It Does |
|---|---|
panguard_audit_skill | Audit a skill before installing |
panguard_scan | Run a security scan |
panguard_status | Show Guard status |
panguard_guard_start | Start 24/7 protection |
panguard_threat_search | Search threat intelligence |
Verify
panguard entry under mcpServers.
WorkBuddy
WorkBuddy uses the standard MCP protocol. Panguard adds an MCP server entry to~/.workbuddy/.mcp.json.
Auto Setup
Manual Setup
If you prefer to configure manually, add this to~/.workbuddy/.mcp.json:
Verify
panguard entry under mcpServers.
NemoClaw
NemoClaw uses the standard MCP protocol. Panguard adds an MCP server entry to~/.nemoclaw/mcp.json.
Auto Setup
Manual Setup
If you prefer to configure manually, add this to~/.nemoclaw/mcp.json:
Verify
panguard entry under mcpServers.
ArkClaw
ArkClaw uses the standard MCP protocol. Panguard adds an MCP server entry to~/.arkclaw/mcp.json.
Auto Setup
Manual Setup
If you prefer to configure manually, add this to~/.arkclaw/mcp.json:
Verify
panguard entry under mcpServers.
Troubleshooting
Platform not detected
Platform not detected
If
panguard setup says “not found” for OpenClaw or QClaw:- Make sure the app is installed and has been opened at least once
- Check the config directory exists:
ls ~/.openclaworls ~/.qclaw - Use
--platformflag to force:npx panguard setup --platform openclaw
MCP tools not showing in QClaw
MCP tools not showing in QClaw
- Restart QClaw completely (quit and reopen) 2. Verify config:
cat ~/.qclaw/mcp.json3. Make surenpxis on your PATH:which npx
OpenClaw skill not working
OpenClaw skill not working
- Restart OpenClaw 2. Verify:
ls ~/.openclaw/skills/panguard/SKILL.md3. Check thatpanguardCLI is available:npx panguard --version
Remove Panguard
Remove Panguard
Summary
| OpenClaw | QClaw | WorkBuddy | NemoClaw | ArkClaw | |
|---|---|---|---|---|---|
| Protocol | Native Skill | MCP | MCP | MCP | MCP |
| Config path | ~/.openclaw/skills/panguard/SKILL.md | ~/.qclaw/mcp.json | ~/.workbuddy/.mcp.json | ~/.nemoclaw/mcp.json | ~/.arkclaw/mcp.json |
| Setup command | npx panguard setup | npx panguard setup | npx panguard setup | npx panguard setup | npx panguard setup |
| Account required | No | No | No | No | No |
| Restart needed | Yes | Yes | Yes | Yes | Yes |