← 返回 Skills 市场
ssupppp

Sony Tv

作者 ssupppp · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
217
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sony-bravia-tv
功能描述
Control Sony Bravia TV — power, volume, apps, playback, and full remote navigation via REST API and IRCC on local network.
安全使用建议
This skill appears to do exactly what it says: control a Sony Bravia on your local network. Before installing, note: (1) You must provide the TV IP and its pre-shared key (SONY_TV_PSK); the setup can also write these into a .env file in the skill directory — review and protect that file (permissions, location) because it contains your PSK. (2) Setup will run local network discovery (SSDP) and may run 'ip' or 'arp' to read the ARP table; run it only on a trusted machine. (3) If you only need non-power commands you can omit the MAC; power-on uses Wake-on-LAN and requires the MAC. (4) The code depends on Python packages (requests, wakeonlan) and uses the 'uv' runner shown in examples — ensure those tools come from trusted sources. (5) If you have security concerns, review the two Python scripts (setup.py and tv_control.py) yourself before running; they're short and clear and contain no obfuscated or remote-exfiltration code.
功能分析
Type: OpenClaw Skill Name: sony-bravia-tv Version: 1.1.0 The sony-bravia-tv skill is a legitimate tool for controlling Sony Bravia TVs via local network REST APIs, IRCC, and Wake-on-LAN. The code in scripts/tv_control.py and scripts/setup.py performs standard IoT discovery and control tasks, such as SSDP scanning, ARP table lookups for MAC addresses, and authenticated HTTP POST requests to the TV's local IP. No evidence of data exfiltration, malicious command execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (Sony Bravia control) match the actual code and required items: the scripts call the TV JSON-RPC/IRCC endpoints and send Wake-on-LAN. The required env vars (TV IP, PSK, MAC) are appropriate for this purpose. The declared dependency on the 'uv' runner is consistent with the usage examples in the README/SKILL.md.
Instruction Scope
SKILL.md instructs the agent to run the local Python script and report its output — this stays within the stated domain. The interactive setup performs local SSDP discovery and may invoke system commands (ip/arp) to read the ARP table; these network discovery actions are expected for auto-discovery but do access local network state.
Install Mechanism
This is instruction-only with included scripts (no install spec). The Python script lists dependencies (requests, wakeonlan) but the skill does not automatically download arbitrary code from remote URLs. No unusual download or extraction behavior is present.
Credentials
Requested env vars (SONY_TV_IP, SONY_TV_PSK, SONY_TV_MAC) are consistent with the functionality. Minor inconsistency: README and some comments treat SONY_TV_MAC as optional (only needed for Wake-on-LAN), but registry metadata lists it as required — this is benign but may cause confusion. No unrelated credentials are requested.
Persistence & Privilege
The skill is not configured as always:true and does not request system-wide config changes or other skills' credentials. It writes a .env file to its own skill directory during setup, which is normal for storing local configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sony-bravia-tv
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sony-bravia-tv 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added setup.py, .env auto-load, README
v1.0.0
Initial release: power, volume, apps, IRCC remote control, Wake-on-LAN
元数据
Slug sony-bravia-tv
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sony Tv 是什么?

Control Sony Bravia TV — power, volume, apps, playback, and full remote navigation via REST API and IRCC on local network. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。

如何安装 Sony Tv?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sony-bravia-tv」即可一键安装,无需额外配置。

Sony Tv 是免费的吗?

是的,Sony Tv 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sony Tv 支持哪些平台?

Sony Tv 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sony Tv?

由 ssupppp(@ssupppp)开发并维护,当前版本 v1.1.0。

💬 留言讨论