← Back to Skills Marketplace
ssupppp

Sony Tv

by ssupppp · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
217
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sony-bravia-tv
Description
Control Sony Bravia TV — power, volume, apps, playback, and full remote navigation via REST API and IRCC on local network.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sony-bravia-tv
  3. After installation, invoke the skill by name or use /sony-bravia-tv
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added setup.py, .env auto-load, README
v1.0.0
Initial release: power, volume, apps, IRCC remote control, Wake-on-LAN
Metadata
Slug sony-bravia-tv
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Sony Tv?

Control Sony Bravia TV — power, volume, apps, playback, and full remote navigation via REST API and IRCC on local network. It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.

How do I install Sony Tv?

Run "/install sony-bravia-tv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sony Tv free?

Yes, Sony Tv is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sony Tv support?

Sony Tv is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sony Tv?

It is built and maintained by ssupppp (@ssupppp); the current version is v1.1.0.

💬 Comments