← 返回 Skills 市场
snazar-faberlens

Sonoscli Hardened

作者 Faberlens · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sonoscli-hardened
功能描述
Control Sonos speakers (discover/status/play/volume/group).
安全使用建议
This skill is coherent for controlling local Sonos speakers and installs a public Go module to provide the 'sonos' CLI. Before installing, review the upstream repository (github.com/steipete/sonoscli) if you can: check recent commits, maintainer reputation, and issue reports. Installing compiles code locally (supply-chain risk) — if you prefer, obtain the binary from a vetted release or inspect the module source first. Keep Spotify credentials stored securely (the skill documents them as optional) and do not allow the skill to print or transmit credentials or speaker-network data to external endpoints. If you want stricter safety, restrict autonomous invocation or require explicit user confirmation for destructive operations (the skill already includes guardrails for this).
功能分析
Type: OpenClaw Skill Name: sonoscli-hardened Version: 1.0.0 The 'sonoscli-hardened' skill is a legitimate tool for controlling Sonos speakers using the 'sonoscli' Go package. It includes explicit defensive instructions (Security Guardrails) in SKILL.md and SAFETY.md designed to prevent the AI agent from leaking Spotify credentials, exfiltrating network topology data, or performing destructive actions without user confirmation. The skill demonstrates a security-first approach rather than any malicious intent.
能力评估
Purpose & Capability
Name/description match the requested artifacts: the skill uses a 'sonos' CLI to discover/status/play/volume/group speakers. Declared requirement (sonos binary) and the provided install (go module github.com/steipete/sonoscli) are coherent and proportional to the stated purpose.
Instruction Scope
SKILL.md only instructs running the sonos CLI for discovery, playback, grouping, queues, and optional Spotify SMAPI searches. It does not ask the agent to read unrelated files, harvest credentials, or transmit speaker data to external endpoints; in fact it includes explicit guardrails against credential exposure and network-data exfiltration.
Install Mechanism
The install uses 'go' to fetch and build a public GitHub-hosted module (github.com/steipete/sonoscli). This is expected for a CLI but means source is fetched and compiled locally — moderate supply-chain risk compared with an audit of the upstream repo. The URL is a standard module path (not a shortener or personal server) and no extracted archives or opaque downloads are used.
Credentials
No required environment variables are declared. The SKILL.md mentions optional SPOTIFY_CLIENT_ID / SPOTIFY_CLIENT_SECRET for Spotify searches, which is proportional and documented; guardrails explicitly prohibit echoing or printing those secrets.
Persistence & Privilege
always is false and the skill does not request persistent or elevated system-wide privileges. Autonomous model invocation is allowed (platform default) but the skill does not request special persistent presence or modify other skills/configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sonoscli-hardened
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sonoscli-hardened 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sonoscli-hardened. - Control Sonos speakers on the local network (discover, status, play/pause/stop, volume, group). - Includes commands for managing groups, favorites, queue, and Spotify search. - Implements four security guardrails for safe handling of destructive actions, confirmation requirements, credential secrecy, and preventing external transmission of device/network data. - Installation instructions provided for Go-based sonoscli.
元数据
Slug sonoscli-hardened
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sonoscli Hardened 是什么?

Control Sonos speakers (discover/status/play/volume/group). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Sonoscli Hardened?

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

Sonoscli Hardened 是免费的吗?

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

Sonoscli Hardened 支持哪些平台?

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

谁开发了 Sonoscli Hardened?

由 Faberlens(@snazar-faberlens)开发并维护,当前版本 v1.0.0。

💬 留言讨论