OpenClaw plugin that bootstraps and delegates to `switchbot mcp serve`, exposing the full SwitchBot MCP tool surface through @switchbot/openapi-cli >= 3.7.1.
{
"mcpServers": {
"switchbotopenclaw-skill": {
"command": "npx",
"args": [
"-y",
"@switchbot/openclaw-skill"
]
}
}
}