首页龙虾技能列表 › S2-SP-OS Acoustic Radar

🎧 S2-SP-OS Acoustic Radar

v1.0.5

S2-SP-OS Acoustic Radar. Edge-delegated zero-shot classification with Ephemeral Privacy and strict LAN-only network enforcement. / S2-SP-OS 语义声学雷达。本地边缘零样本分类,...

0· 88·0 当前·0 累计
by @spacesq (MilesXiang)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/22
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
medium confidence
The skill's code and runtime instructions match its stated purpose (local acoustic classification that records a short audio slice and posts it to a LAN-only 'Edge Brain'), but it depends on trusting the local Edge server and microphone access—verify the edge service and network egress before use.
评估建议
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 th...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.52026/3/22

**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.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install s2-acoustic-perception
镜像加速npx clawhub@latest install s2-acoustic-perception --registry https://cn.clawhub-mirror.com

技能文档

Welcome to the S2 Acoustic Perception Client. Built on the principle of Ephemeral Privacy (阅后即焚) and Strict LAN Isolation (局域网绝对隔离). This radar listens to the environment and sends a short audio slice only to a verified private IP address (RFC 1918). It returns semantic meaning (e.g., "music", "dog_barking") and instantly drops the raw audio from RAM.

基于“阅后即焚”“局域网物理隔离”的隐私理念。本雷达仅允许将短时音频切片发送至受验证的内网私有 IP(RFC 1918标准)。大脑返回语义标签后,原生音频在客户端内存中被立刻销毁。

🧬 Core Features / 核心特性

  • LAN-Only Firewall (局域网防火墙): Cryptographically verifies the --edge-ip to ensure data NEVER leaves your local network router. Public IPs are strictly blocked. / 代码级校验 IP 地址,公网 IP 将被直接熔断,确保数据绝对不出网关。
  • Semantic Privacy (语义级隐私): Recognizes human speech vs. vocal music accurately. Raw audio is never stored. / 精准区分人类对话与声乐演唱,原始录音绝不持久化。
  • Edge-Brain Delegation (边缘大脑调度): Offloads heavy AI neural networks to your local API server. / 将繁重的 AI 神经网络算力卸载至内网 API 服务器。

🤖 Instructions for AI Agents (CRITICAL)

Phase 1: Authorized Acoustic Read / 阶段 1:空间授权读取 Ensure the user grants consent. The Edge IP MUST be a private local address (e.g., 192.168.x.x, 10.x.x.x). / 确保用户授权,Edge IP 必须为私有内网地址。 ```bash python3 acoustic.py --mode read --edge-ip 192.168.1.100 --zone living_room --grid x2_y3 --consent-granted true

Phase 2: Action on Insights / 阶段 2:解析与行动

If audio_event is Human conversation, respect the user's privacy. Do not ask what they are saying.

If the event is pet_distress or glass_shattering, execute offline_linkage_suggestions to trigger security or vision adapters.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务