Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

py-homeassistant-cliPY homeassistant CLI 搜索

Agent Skill

py-homeassistant-cli 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,211

周安装

380

GitHub Stars

公开资料未说明

下载量

3,010
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:py-homeassistant-cli(PY homeassistant CLI 搜索)
来源仓库:https://github.com/xwings/py-homeassistant-cli
安装命令:
openclaw skills install py-homeassistant-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install py-homeassistant-cli

简介

py-homeassistant-cli 通过 REST API 控制 Home Assistant 设备与自动化流程。

  • 适用于智能家居远程操作、定时任务触发或状态查询等场景。
  • 无需外部依赖,仅需 Python 3.6+ 即可运行,适合轻量级集成。
  • 调用前应确认 API 密钥与访问权限,避免越权控制设备。
  • 该技能为命令行工具封装,不提供图形界面,需熟悉 YAML 配置语法。

SKILL.md

name
py-homeassistant-cli
description
>
license
MIT
homepage
https://github.com/xwings/py-homeassistant-cli
compatibility
Requires Python 3.6+. Network access to Home Assistant instance.
metadata
{"author": "xwings", "openclaw": { env: ["HA_URL", "HA_TOKEN"],"bins": ["python3 {baseDir}/scripts/homeassistant-cli.py"]}}

Home Assistant Skill

Control smart home devices via the Home Assistant REST API using the Python CLI tool at {baseDir}/scripts/homeassistant-cli.py. No external dependencies — uses only Python standard library.

Setup

Configure via environment variables or command-line arguments (args take priority):

# Optional: Environment variables
export HA_URL="http://10.0.0.10:8123"
export HA_TOKEN="your_long_lived_access_token"

# pass via args (overrides env vars)
python3 {baseDir}/scripts/homeassistant-cli.py --server http://10.0.0.10:8123 --token YOUR_TOKEN check

Use --help on any command for details: python3 {baseDir}/scripts/homeassistant-cli.py light --help

Safety Rules

Always confirm with the user before: locking/unlocking locks, arming/disarming alarm panels, opening/closing garage doors or gates, disabling security automations.

Command Reference

All commands follow: python3 {baseDir}/scripts/homeassistant-cli.py [--server URL] [--token TOKEN] <command> [args]

Discovery & Status

check                                          # Check API connectivity
entities                                       # List all entities
entities --domain light                        # List entities by domain (light, switch, sensor, etc.)
state <entity_id>                              # Get full entity state JSON
areas                                          # List all areas
area-entities <area> [--domain light]          # Entities in an area, optionally filtered
area-of <entity_id>                            # Find which area an entity belongs to
floors                                         # List all floors and their areas
services [--domain light]                      # List available services
dashboard                                      # Quick overview: lights on, doors, temps, locks, presence
presence [--trackers]                          # Who is home (--trackers for device trackers)
weather [--forecast daily|hourly] [-e entity]  # Current weather or forecast

Device Control

switch <turn_on|turn_off|toggle> <entity_id>
light <turn_on|turn_off> <entity_id> [--brightness 80] [--rgb 255,150,50] [--color-temp 300]
fan <turn_on|turn_off> <entity_id> [--percentage 50]
cover <open|close|set_position> <entity_id> [--position 50]
lock <lock|unlock> <entity_id>
media <play_pause|volume> <entity_id> [--level 0.5]
vacuum <start|dock> <entity_id>
climate <state|set_temp|set_mode> <entity_id> [--temperature 72] [--mode auto]
alarm <arm_home|disarm> <entity_id> [--code 1234]
scene <entity_id>

Automations & Scripts

automation <list|trigger|enable|disable> [entity_id]
script <list|run> [entity_id] [--variables '{"key": "value"}']

Notifications

notify list                                                    # List notification targets
notify send <service> "message" [--title "title"]              # Send notification

Input Helpers

input boolean <entity_id>                   # Toggle
input number <entity_id> <value>            # Set number
input select <entity_id> "option"           # Set selection
input text <entity_id> "value"              # Set text
input datetime <entity_id> "07:30:00"       # Set time

Calendar & TTS

calendar list                                              # List calendars
calendar events <entity_id> [--days 14]                    # Upcoming events
tts <tts_entity> <media_player_entity> "message"           # Text-to-speech

Templates, History & Logbook

template '{{ states.light | list | count }} lights'                                    # Evaluate Jinja2
history <entity_id> [--start ISO8601] [--end ISO8601]                                  # State history
logbook [--entity entity_id] [--limit 20]                                              # Logbook entries

Template functions: states(), is_state(), state_attr(), areas(), area_entities(), area_name(), floors(), floor_areas(), labels(), label_entities(), devices(), device_entities(), now(), relative_time().

Generic Service Call

service <domain> <service> --data '{"entity_id": "light.living_room"}'

# Batch: pass array of entity_ids
service light turn_off --data '{"entity_id": ["light.room1", "light.room2"]}'

Tesla

Entities: sensor.mao_dou_battery, device_tracker.mao_dou_location_tracker, device_tracker.mao_dou_destination_location_tracker, automation.tesla_battery_below_20

tesla battery        # Battery level
tesla location       # GPS coordinates, heading, speed
tesla destination    # Destination location
tesla automations    # List Tesla-related entities

Entity Domains

DomainExamplesDomainExamples
switch.*Smart plugslight.*Lights (Hue, LIFX)
climate.*Thermostats, ACcover.*Blinds, garage doors
lock.*Smart locksfan.*Fans, ventilation
media_player.*TVs, speakersvacuum.*Robot vacuums
alarm_control_panel.*Security systemsscene.*Pre-configured scenes
script.*Action sequencesautomation.*Automations
sensor.*Temp, humidity, powerbinary_sensor.*Motion, door/window
person.*Presence trackingdevice_tracker.*Device locations
weather.*Weather/forecastscalendar.*Calendar events
notify.*Notification targetstts.*Text-to-speech
input_boolean.*Virtual togglesinput_number.*Numeric sliders
input_select.*Dropdown selectorsinput_text.*Text inputs
input_datetime.*Date/time inputs

HTTP Status Codes

CodeMeaning
200Success
400Bad request (malformed JSON)
401Unauthorized (bad/missing token)
404Entity or endpoint not found
503HA starting up or unavailable

Notes

  • Long-lived tokens don't expire — store securely
  • Test entity IDs with entities --domain first
  • Use service command for any operation not covered by dedicated commands
  • Service calls return JSON arrays of affected entity states; errors print to stderr

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.73%
按下载量换算2,279

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills