A command-line interface to manage Google Nest devices using the Smart Device Management API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-home
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install google-home using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers and power users to interact with their Google Home ecosystem directly from the terminal. By leveraging the Google Smart Device Management (SDM) API, it provides a scriptable way to control Nest thermostats, view camera status, and manage speakers. As part of the Openclaw Skills library, this tool bridges the gap between smart home hardware and automated workflows, allowing for advanced device orchestration without a GUI.
It utilizes lightweight tools like curl and jq to provide a high-performance interface for device management. This approach ensures that users can integrate their Nest hardware into complex automation scripts or custom monitoring solutions with minimal overhead.
To get started with this entry in the Openclaw Skills collection, follow these steps:
export GOOGLE_HOME_CLIENT_ID="your-client-id"
export GOOGLE_HOME_CLIENT_SECRET="your-client-secret"
export GOOGLE_HOME_ACCESS_TOKEN="your-access-token"
ln -sf $(pwd)/scripts/nest /usr/local/bin/nest
The skill manages configuration via a local JSON file and environment variables. The primary data structure is as follows:
| Location | Format | Description |
|---|---|---|
~/.config/google-home/config.json |
JSON | Stores project_id and access_token |
| SDM API Response | JSON | Contains device traits like sdm.devices.traits.Temperature |
| Device ID | String | Follows the format enterprises/PROJECT_ID/devices/DEVICE_ID |
Loading
A high-performance software engineering agent that integrates with Openclaw Skills to build, debug, and deploy code via the droid CLI.

A security-first auditing tool designed to analyze and vet AI agent skills for malicious patterns and dangerous permissions before installation.

A read-only security auditor designed to identify misconfigurations, credential leakage, and attack vectors in OpenClaw and Clawdbot deployments.

A comprehensive security auditing tool designed to identify misconfigurations and attack paths within OpenClaw deployments.

ClawLife provides a persistent virtual existence for AI agents where they can own property, socialize, and participate in a shell-based economy.

A high-performance framework for tactical empathy-based negotiation derived from the principles of FBI hostage negotiator Chris Voss.








































