Nest Devices
This skill controls Nest devices via API, allowing you to automate smart home actions and integrate them into your workflows for enhanced automation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add nest-devices npx -- -y @trustedskills/nest-devices
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nest-devices": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nest-devices"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nest-devices skill allows AI agents to interact with Nest devices, such as thermostats and cameras. It provides capabilities for retrieving current temperature settings, adjusting target temperatures, and accessing live camera feeds. This enables automated home climate control and remote monitoring of your property.
When to use it
- Automated Home Climate Control: Create routines that automatically adjust the thermostat based on time of day or occupancy.
- Remote Monitoring: Check live camera feeds for security purposes or to monitor pets while away from home.
- Voice-Controlled Adjustments: Allow users to verbally request changes to temperature settings ("Set the thermostat to 72 degrees").
- Energy Savings Routines: Implement rules that optimize energy usage by lowering temperatures when a house is unoccupied.
Key capabilities
- Retrieve current Nest device status (temperature, mode).
- Adjust target temperature on thermostats.
- Access live camera feeds from Nest cameras.
Example prompts
- "What's the current temperature in the living room?"
- "Set the thermostat to 70 degrees."
- "Show me the front door camera feed."
Tips & gotchas
- Requires a linked Google account with access to your Nest devices.
- Ensure proper authentication and authorization are configured for secure device access.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.