← 返回 Skills 市场
spacesq

S2-SP-OS Acoustic Radar

作者 MilesXiang · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install s2-acoustic-perception
功能描述
S2-SP-OS Acoustic Radar. Edge-delegated zero-shot classification with Ephemeral Privacy and strict LAN-only network enforcement. / S2-SP-OS 语义声学雷达。本地边缘零样本分类,...
安全使用建议
This skill appears coherent: it records a short (3s) audio slice and sends it to a local Edge Brain, enforcing private LAN IPs and requiring user consent. Before installing or running: 1) Confirm the Edge Brain service at the LAN address is fully under your control and audited—the skill cannot prevent a local server from forwarding data to the internet. 2) Isolate the Edge Brain on a network segment with blocked internet egress (firewall rules) if you need strong privacy guarantees. 3) Verify the Edge Brain implementation (the endpoint /api/v1/analyze) to ensure it doesn't store or exfiltrate raw audio. 4) Be aware the skill will access the system microphone—ensure user consent and consider a visible hardware/OS indicator. 5) Test in a controlled environment first (air-gapped or VLAN) to confirm behavior matches expectations.
功能分析
Type: OpenClaw Skill Name: s2-acoustic-perception Version: 1.0.5 The skill bundle implements an acoustic radar that records audio and sends it to a local network endpoint for analysis. While `acoustic.py` includes security features like mandatory private IP checks (`ipaddress.is_private`) and `SKILL.md` emphasizes consent and privacy, the inherent capabilities of microphone access and network transmission of audio data are high-risk. The code appears aligned with its stated purpose of local-only acoustic perception, but the presence of these sensitive capabilities justifies a suspicious classification under the provided criteria for risky behaviors.
能力评估
Purpose & Capability
Name/description (LAN-only acoustic radar, ephemeral audio) align with required binaries (python3) and included code. The code records a 3s audio slice, encodes it, and posts it to a local HTTP endpoint for classification—this is consistent with the stated Edge-Brain delegation design.
Instruction Scope
SKILL.md and code instruct the agent to record microphone audio (3s) and POST a Base64 WAV to http://<edge_ip>:8000/api/v1/analyze. That behaviour is within the declared purpose, but recording microphone input is inherently sensitive and the instructions rely on the Edge Brain being trustworthy and strictly LAN-bound. The SKILL.md requires explicit consent before recording, which the code enforces.
Install Mechanism
No install spec; instruction-only skill with a single Python file. Dependencies (sounddevice, numpy) are reasonable for local audio capture and processing. Nothing is downloaded from arbitrary URLs or installed silently.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate to its function. It does require microphone access (via local sounddevice) which is appropriate but sensitive.
Persistence & Privilege
always:false and no attempt to persist configuration or modify other skills. The code explicitly deletes the raw audio variables after sending (memzero pattern). It does not autonomously alter agent settings or write to disk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install s2-acoustic-perception
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /s2-acoustic-perception 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
**LAN-only privacy enhancement and stricter network enforcement:** - Now enforces cryptographic verification of the Edge IP to ensure only private LAN addresses (RFC 1918) are accepted. - Public and non-LAN IP addresses are strictly blocked to guarantee data never leaves the local router. - Updated documentation to reflect new firewall and privacy mechanisms. - Maintains zero retention: raw audio is immediately discarded after semantic tagging.
v1.0.0
- Initial release of S2 Acoustic Perception (S2-SP-OS) Semantic Acoustic Radar. - Provides zero-shot audio classification on the edge with strict ephemeral privacy—raw audio is instantly deleted after semantic tagging. - Delegates AI inference to a trusted local LAN Edge Brain server. - Semantic labels returned (e.g., "music", "dog_barking", "human_conversation") without storing or uploading raw audio. - Selective acoustic evidence retention only for non-privacy events to support multimodal agent actions. - Includes bilingual documentation and critical privacy-respecting usage instructions for agents.
元数据
Slug s2-acoustic-perception
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

S2-SP-OS Acoustic Radar 是什么?

S2-SP-OS Acoustic Radar. Edge-delegated zero-shot classification with Ephemeral Privacy and strict LAN-only network enforcement. / S2-SP-OS 语义声学雷达。本地边缘零样本分类,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 S2-SP-OS Acoustic Radar?

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

S2-SP-OS Acoustic Radar 是免费的吗?

是的,S2-SP-OS Acoustic Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

S2-SP-OS Acoustic Radar 支持哪些平台?

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

谁开发了 S2-SP-OS Acoustic Radar?

由 MilesXiang(@spacesq)开发并维护,当前版本 v1.0.5。

💬 留言讨论