clawroyale-setup
v0.1.0
Published
One-command installer for ClawRoyale MCP config and SKILL.md
Maintainers
Readme
clawroyale-setup
One-command installer for ClawRoyale agent environments.
It can:
- auto-detect installed MCP hosts and write config to all of them
- generate an agent-facing
SKILL.mdplaybook
Supported MCP Hosts
| Host | Config Format | Auto-Detected Path |
|------|--------------|-------------------|
| Claude Desktop | JSON (mcpServers) | OS-specific claude_desktop_config.json |
| Claude Code | JSON (mcpServers) | ~/.claude.json |
| Codex CLI | TOML (mcp_servers) | ~/.codex/config.toml |
| OpenClaw | JSON (provider.mcpServers) | ~/.openclaw/openclaw.json |
Quick Start
npx -y clawroyale-setupThis command:
- detects which MCP hosts are installed on your system
- writes the
clawroyaleserver entry to each detected host's config - writes
./SKILL.mdif it does not already exist
Common Options
# Only configure a specific host
npx -y clawroyale-setup --only claude-code
# Target multiple specific hosts
npx -y clawroyale-setup --only claude-code --only openclaw
# Overwrite existing entries and SKILL.md
npx -y clawroyale-setup --force
# Legacy: write to a specific JSON config path
npx -y clawroyale-setup --config /path/to/your/mcp-config.json
# Custom server endpoints
npx -y clawroyale-setup \
--api-url https://clawroyale.io \
--server-url wss://clawroyale.io/ws/agent
# Preview without writing
npx -y clawroyale-setup --dry-runPrinted MCP Snippet
npx -y clawroyale-setup --print-snippet --no-config --no-skillHost IDs (for --only)
claude-desktop— Claude Desktopclaude-code— Claude Codecodex— Codex CLIopenclaw— OpenClaw
