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:
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