Skip to main content
Install Panguard on your Claw-based AI agent or compatible MCP platform in under 60 seconds. No account, no login, no configuration.

Quick Start (All Platforms)

The fastest way — install and configure everything in one line:
Or if you already have Panguard installed:
This auto-detects OpenClaw, QClaw, WorkBuddy, NemoClaw, ArkClaw, and all other AI platforms on your machine, then injects the correct configuration for each.

OpenClaw

OpenClaw uses a native Skill system (not MCP). Panguard installs as a skill at ~/.openclaw/skills/panguard/.

Auto Setup

Manual Setup

After setup, restart OpenClaw. You can then use Panguard commands directly in OpenClaw:

Verify

If the file exists, Panguard is installed.

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:
After setup, restart QClaw. Panguard’s 12 MCP tools are now available:

Verify

You should see the 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:
After setup, restart WorkBuddy. Panguard’s 12 MCP tools are now available.

Verify

You should see the 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:
After setup, restart NemoClaw. Panguard’s 12 MCP tools are now available.

Verify

You should see the 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:
After setup, restart ArkClaw. Panguard’s 12 MCP tools are now available.

Verify

You should see the panguard entry under mcpServers.

Troubleshooting

If panguard setup says “not found” for OpenClaw or QClaw:
  1. Make sure the app is installed and has been opened at least once
  2. Check the config directory exists: ls ~/.openclaw or ls ~/.qclaw
  3. Use --platform flag to force: npx panguard setup --platform openclaw
  1. Restart QClaw completely (quit and reopen) 2. Verify config: cat ~/.qclaw/mcp.json 3. Make sure npx is on your PATH: which npx
  1. Restart OpenClaw 2. Verify: ls ~/.openclaw/skills/panguard/SKILL.md 3. Check that panguard CLI is available: npx panguard --version

Summary