Control Netatmo thermostat and read weather station data. Use for heating control (set temperature, change mode), checking indoor/outdoor temperatures, CO₂ levels, humidity, noise, and pressure readings.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install netatmo或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install netatmo⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/netatmo/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: netatmo description: Control Netatmo thermostat and read weather station data. Use for heating control (set temperature, change mode), checking indoor/outdoor temperatures, CO₂ levels, humidity, noise, and pressure readings. ---
Control Netatmo smart home devices via netatmo CLI.
Credentials in ~/.config/netatmo/:
credentials.json: {"client_id": "...", "client_secret": "..."}tokens.json: OAuth tokens (auto-refreshed)netatmo status # Full overview (thermostat + all sensors)
netatmo thermostat # Thermostat details only
netatmo weather # All sensors including Office
netatmo history # 7-day temperature history with sparklines
netatmo history --days 14 # Custom period
netatmo set 21 # Set target temp (7-30°C, 3h manual mode)
netatmo mode schedule # Resume schedule
netatmo mode away # Away mode (12°C)
netatmo mode hg # Frost guard (7°C)
netatmo <cmd> --json # JSON output for any command
| Location | Temp | Humidity | CO₂ | Noise | Pressure | Battery | |----------|------|----------|-----|-------|----------|---------| | Bedroom (main) | ✓ | ✓ | ✓ | ✓ | ✓ | — | | Outdoor | ✓ | ✓ | — | — | ✓* | ✓ | | Living Room | ✓ | ✓ | ✓ | — | — | ✓ | | Office | ✓ | — | — | — | — | — |
*Pressure displayed with Outdoor (sensor in main station)
set uses manual mode for 3h, then reverts to schedule安装 Netatmo 后,可以对 AI 说这些话来触发它
Help me get started with Netatmo
Explains what Netatmo does, walks through the setup, and runs a quick demo based on your current project
Use Netatmo to control Netatmo thermostat and read weather station data
Invokes Netatmo with the right parameters and returns the result directly in the conversation
What can I do with Netatmo in my data & analytics workflow?
Lists the top use cases for Netatmo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/netatmo/ 目录(个人级,所有项目可用),或 .claude/skills/netatmo/(项目级)。重启 AI 客户端后,用 /netatmo 主动调用,或让 AI 根据上下文自动发现并使用。
Netatmo 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Netatmo 可免费安装使用。请查阅仓库了解许可证信息。
Control Netatmo thermostat and read weather station data. Use for heating control (set temperature, change mode), checking indoor/outdoor temperatures, CO₂ levels, humidity, noise, and pressure readings.
Netatmo 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Netatmo
Identifies repetitive steps in your workflow and sets up Netatmo to handle them automatically