🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@switchbot/openapi-cli

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@switchbot/openapi-cli - npm Package Compare versions

Comparing version
3.7.9
to
3.8.0
+1
-1
package.json
{
"name": "@switchbot/openapi-cli",
"version": "3.7.9",
"version": "3.8.0",
"description": "SwitchBot smart home CLI — control devices, run scenes, stream real-time events, and integrate AI agents via MCP. Full API v1.1 coverage.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -64,3 +64,3 @@ # @switchbot/openapi-cli

| **Cameras** _(status only)_ | Indoor Cam · Pan/Tilt Cam · Pan/Tilt Cam 2K · Pan/Tilt Cam Plus 2K · Pan/Tilt Cam Plus 3K · Outdoor Spotlight Cam |
| **Other** | Bot · AI Art Frame · Home Climate Panel · Remote |
| **Other** | Bot · AI Art Frame · AI MindClip · Home Climate Panel · Remote |
| **IR virtual remotes** _(via Hub)_ | Air Conditioner · TV · Streamer · Set Top Box · DVD · Speaker · Fan · Light · Others |

@@ -154,3 +154,3 @@

The Gemini extension is in [`packages/gemini-extension/`](./packages/gemini-extension/) — it provides 24 MCP tools, a GEMINI.md context file, and 23 slash commands.
The Gemini extension is in [`packages/gemini-extension/`](./packages/gemini-extension/) — it provides up to 28 MCP tools (14 readonly, 17 default, 28 with `--tools all`; see [docs/agent-guide.md](./docs/agent-guide.md) for the deprecated-aliases breakdown), a GEMINI.md context file, and 23 slash commands.

@@ -254,2 +254,14 @@ **Recommended — paste into Gemini CLI chat:**

### `mindclip`
```bash
switchbot mindclip recordings [--device <id>] [--page <n>] [--size <n>]
switchbot mindclip recording <id> [--language en|zh]
switchbot mindclip summary <id>
switchbot mindclip todos [--completed 0|1|2] [--category 0..5]
switchbot mindclip daily [--date YYYY-MM-DD]
switchbot mindclip weekly [--week YYYY-Www]
switchbot mindclip urgent-todos [--date YYYY-MM-DD]
```
### `codex`

@@ -288,3 +300,3 @@

```bash
switchbot mcp serve # stdio MCP server — 24 tools
switchbot mcp serve # stdio MCP server — default 17 tools (use --tools all for 28)
```

@@ -291,0 +303,0 @@

Sorry, the diff of this file is too big to display