← 返回 Skills 市场
spacesq

Multimodal Pet Health Engine

作者 MilesXiang · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install s2-pet-mmwave-analyzer
功能描述
Transforms mmWave radar data into pet health metrics by detecting micro-movements, fusing environmental data, and enabling automatic spatial adjustments.
安全使用建议
This skill appears internally consistent and implements a simulated mmWave DSP pipeline that generates visual reports and prints an S2 intent string. Before installing: - If you expect real hardware support, note the code deliberately synthesizes radar data and contains no hardware I/O — real-device integration would require additional driver/interface code. - Run it in an isolated environment (virtualenv/container) because it installs numpy/scipy/matplotlib and writes files to ./s2_pet_health_vault. - Review the printed intent and do NOT pipe its stdout directly into any actuator/orchestrator until you audit that integration; in a local deployment a downstream connector could act on the 'PET_CARE_OVERRIDE' message and change HVAC/lighting. - If you require networked or production automation, ask the author for documented hardware interfaces and secure authentication; currently no credentials are requested and there are no network calls in the shipped code.
功能分析
Package: s2-pet-mmwave-analyzer (xpi) Version: 1.1.0 Description: The package is a simulation tool for processing mmWave radar signals to monitor pet health. It uses standard scientific libraries (NumPy, SciPy, Matplotlib) to synthesize radar data, apply digital signal processing (Butterworth filtering and FFT), and visualize the results. The code does not perform any network operations, execute external binaries, or access sensitive system information. It strictly operates within its own directory to save generated reports.
能力评估
Purpose & Capability
Name, description, SKILL.md, and code all describe a DSP pipeline that synthesizes mmWave IF phase data, filters and FFTs it, visualizes results, and prints a semantic intent for downstream orchestration. This aligns with a pet-health analytics skill. One point to note: the manifest claims a 'universal adapter for mainstream mmWave radars', but the shipped code intentionally synthesizes data and contains no hardware interface (UART/driver) or device discovery — the SKILL.md explicitly documents this for cloud/sandbox use. That difference may be surprising to users expecting immediate hardware integration.
Instruction Scope
Instructions ask to install scientific Python packages and run skill.py. The SKILL.md and code operate on synthesized data, write an output PNG into a local s2_pet_health_vault directory, and print a human-readable intent string. The instructions do not direct the agent to read unrelated files, environment variables, or send data to external endpoints. Be aware that the printed intent is described as something that would be piped to an orchestrator in a full local deployment — the current code only prints it.
Install Mechanism
No binary downloads or remote installers; install is via 'pip install -r requirements.txt' for numpy, scipy, matplotlib (standard PyPI packages). This is expected for a DSP/visualization Python tool. Installing PyPI scientific packages has normal supply-chain risk but is proportionate to the stated functionality.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code only reads cwd and creates a local directory for outputs. No secrets or unrelated service credentials are requested or used.
Persistence & Privilege
always:false and user-invocable. The skill writes report PNGs under ./s2_pet_health_vault and prints to stdout; it does not modify other skills, system settings, or persist configuration beyond its own output files. This scope of filesystem use is proportionate to its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install s2-pet-mmwave-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /s2-pet-mmwave-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
S2-Pet-mmWave-Analyzer v1.1.0 - Added a requirements.txt file to specify and simplify installation of needed dependencies. - Updated documentation to include explicit installation steps and stress the need for installing scientific computing libraries (numpy, scipy, matplotlib). - Clarified the architecture, highlighting the deliberate use of data simulation for cloud/sandbox environments. - Shifted technical focus in documentation to installation and deployment, while retaining concise pipeline and architecture summaries.
v1.0.1
v2.0.0 is a major upgrade to an enterprise-grade DSP engine for FMCW radar-based pet health monitoring. - Implements an industrial-grade digital signal processing (DSP) pipeline, replicating hardware manufacturer logic (phase extraction, noise simulation, bandpass filtering, and FFT) for precise pet respiration and heart rate extraction from raw radar data. - Introduces a sophisticated multi-modal fusion engine, cross-referencing vital signs with S2 environmental context to deliver accurate, clinically-relevant diagnoses (e.g., "cold stress"). - Enhances closed-loop automation: semantic health insights directly control smart home HVAC, adjusting airflow and temperature to relieve pet discomfort based on radar coordinates. - Adds medical-grade visualization—diagnostic charts of raw, filtered, and frequency-domain signals are generated and saved as images for professional analysis. - Moves beyond API-wrappers and simulation to full software-based radar DSP, enabling privacy-preserving, actionable pet health and spatial adjustment.
v1.0.0
- Initial release of S2-Pet-mmWave-Analyzer, transforming mainstream mmWave radar into a medical-grade pet health monitoring and space adjustment engine. - Introduces a privacy-friendly, multimodal architecture with real-time fusion of radar physiological data and environmental context. - Enables automated space adjustment by integrating with the S2 Timeline Orchestrator to dynamically control home environments based on pet health signals. - Bilingual documentation (English/中文) included for broader accessibility.
元数据
Slug s2-pet-mmwave-analyzer
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Multimodal Pet Health Engine 是什么?

Transforms mmWave radar data into pet health metrics by detecting micro-movements, fusing environmental data, and enabling automatic spatial adjustments. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Multimodal Pet Health Engine?

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

Multimodal Pet Health Engine 是免费的吗?

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

Multimodal Pet Health Engine 支持哪些平台?

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

谁开发了 Multimodal Pet Health Engine?

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

💬 留言讨论