详细分析 ▾
运行时依赖
版本
**仅限局域网隐私增强和更严格的网络强制执行:** - 现在强制执行 Edge IP 的加密验证,以确保仅接受私有局域网地址(RFC 1918);- 严格阻止公共和非局域网 IP 地址,保证数据永不离开本地路由器;- 更新文档以反映新的防火墙和隐私机制;- 保持零保留:原始音频在语义标记后立即丢弃。
安装命令 点击复制
技能文档
欢迎使用 S2 Acoustic Perception Client。基于“阅后即焚”与“局域网物理隔离”的隐私理念构建。本雷达监听环境并将短时音频切片仅发送至经验证的私有 IP 地址(RFC 1918)。它返回语义含义(例如“音乐”、“狗叫”),并立即从 RAM 中删除原始音频。 基于“阅后即焚”与“局域网物理隔离”的隐私理念。本雷达仅允许将短时音频切片发送至受验证的内网私有 IP(RFC 1918标准)。大脑返回语义标签后,原生音频在客户端内存中被立刻销毁。
🧬 Core Features / 核心特性
- LAN-Only Firewall (局域网防火墙): Cryptographically verifies the
--edge-ipto 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 必须为私有内网地址。
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. 请严格按照系统提示词中的输出格式要求,返回 JSON 对象。
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制