用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SanthoshReddy352/Friday_Linux --skill smart-home命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Sandboxed Python and Bash code execution for calculations, scripts, and data tasks.
MCP (Model Context Protocol) client — connects to local or remote MCP servers and registers their tools dynamically.
Show, save, forget, wipe, and export FRIDAY's memory about you
基于 SOC 职业分类
正在显示 SKILL.md
| name | smart_home |
| description | Home Assistant integration for smart home control — lights, climate, locks, and device state. |
| plugin_module | modules/smart_home |
| capabilities | [{"name":"ha_turn_on","description":"Turn on a smart home device (lights, fan, AC, TV, plug).","aliases":["turn on the lights","lights on","switch on","turn on the fan"]},{"name":"ha_turn_off","description":"Turn off a smart home device.","aliases":["turn off the lights","lights off","switch off","turn off the tv"]},{"name":"ha_get_state","description":"Check the current state of a smart home device.","aliases":["is the door locked","is the light on","check the ac","what is the temperature"]},{"name":"ha_set_temperature","description":"Set the target temperature for a climate device.","aliases":["set the ac to 22 degrees","set thermostat to","cool the room to"]}] |
Controls Home Assistant devices via the local REST API. No cloud required.
config/home_assistant.yaml:url: "http://homeassistant.local:8123"
token: "your-token-here"
aliases:
bedroom lights: light.bedroom_main
ac: climate.living_room_ac
front door: lock.front_door
Friday, turn on the bedroom lights
Friday, turn off the ac
Friday, is the front door locked?
Friday, set the ac to 22 degrees
Friday, what is the living room temperature?
Add friendly names in the aliases section of config/home_assistant.yaml.
Without aliases, use full HA entity IDs (e.g. light.bedroom_main).