
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@cly-org/switchbot-openclaw-skill
Advanced tools
OpenClaw plugin that drives @switchbot/openapi-cli >= 3.3.0. Exposes 6 MCP tools (devices_list/status/describe/command, scenes_list/run) for SwitchBot smart-home control.
SwitchBot smart-home skill for OpenClaw — exposes 6 MCP tools so AI agents can control SwitchBot devices, run scenes, and send commands.
@switchbot/openapi-cli ≥ 3.3.0 with credentials configured (switchbot config set-token)# Via OpenClaw plugin manager (recommended)
openclaw plugins install @cly-org/switchbot-openclaw-skill
# Or global npm
npm install -g @cly-org/switchbot-openclaw-skill
# Either way, then bootstrap the underlying CLI + credentials:
switchbot-openclaw setup
switchbot-openclaw setup verifies the @switchbot/openapi-cli is
installed, at >=3.3.0, and authenticated — and prints the exact
command to fix each step that isn't. Safe to re-run.
| Tool | Description |
|---|---|
devices_list | List all devices in the account |
devices_status | Get current status of a device |
devices_describe | List supported commands for a device type |
devices_command | Send a command (turnOn, turnOff, setBrightness, …) |
scenes_list | List all saved scenes |
scenes_run | Execute a scene by ID |
All mutation commands (devices_command, scenes_run) automatically append to ~/.switchbot/audit.log.
The server communicates over stdio (MCP protocol). OpenClaw detects this tree as a Claude-style bundle and launches the MCP server via the declarations in:
.claude-plugin/plugin.json — bundle identity.mcp.json — stdio launcher (node ${pluginDir}/bin/start.js)To start manually (for debugging):
switchbot-openclaw
A local browser-based editor for ~/.config/openclaw/switchbot/policy.yaml:
switchbot-policy-edit
# Opens http://localhost:18799
Edit ~/.config/openclaw/switchbot/policy.yaml to set device aliases, quiet hours, and confirmation rules. See policy.yaml docs.
MIT
FAQs
OpenClaw plugin that drives @switchbot/openapi-cli >= 3.3.0. Exposes 6 MCP tools (devices_list/status/describe/command, scenes_list/run) for SwitchBot smart-home control.
We found that @cly-org/switchbot-openclaw-skill demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.