← 返回 Skills 市场
crxiaobailiu-gif

Test Skill Xyz999

作者 crxiaobailiu-gif · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
239
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-skill-xyz999
功能描述
Connect your iPhone/Apple Watch Apple Health data to OpenClaw via a local webhook to analyze recovery, detect anomalies, and get health alerts.
安全使用建议
Before installing or running this skill: - Do not run `npx healthclaw-webhook-server` unless you inspect the package source and trust its maintainer. npx will fetch and execute code from npm at runtime. - The SKILL.md references ADMIN_TOKEN and other environment variables but the registry declared none — treat admin tokens and stored pairing tokens as sensitive secrets; ensure they are generated and stored securely, and rotate them if you suspect they were exposed. - Exposing your webhook to the public internet (Tailscale Funnel / cloudflared / ngrok) is necessary for mobile sync but increases risk. Prefer Tailscale Funnel (as suggested) or verify TLS and access controls; avoid exposing the server without authentication. - Verify the iOS app provenance (TestFlight/App Store listing and developer identity) before pairing — you will be accepting data from that app. - Review where notifications go (Discord/webhook) and confirm any notification credentials are stored and used safely. - Prefer running the server on a throwaway machine or in an isolated environment until you can audit the upstream package. If possible, request an upstream repository, release hashes, or vendor the code so you can audit it before executing. If you cannot inspect and trust the webhook package and the iOS app, treat this skill as high-risk and do not expose sensitive health data to it.
功能分析
Type: OpenClaw Skill Name: test-skill-xyz999 Version: 1.0.0 The HealthClaw skill is a well-documented tool designed to integrate Apple Health data with an OpenClaw agent via a local webhook server and an iOS companion app. The skill instructions (SKILL.md) and example task prompts (health-alerts.md, recovery-score.md) are clearly aligned with the stated purpose of calculating health metrics and recovery scores. While the setup involves potentially risky actions such as exposing a local port to the internet via Tailscale or Cloudflare tunnels and running a server via npx, these are transparently documented as requirements for data synchronization and are intended to be performed by the user, not autonomously or stealthily by the agent.
能力评估
Purpose & Capability
The name/description (connect Apple Health via a local webhook, analyze health data) is consistent with the runtime instructions: running a webhook server, accepting HealthKit POSTs, appending to health-data.jsonl, and letting the agent analyze that file. However, the SKILL.md expects you to run an external npm package (npx healthclaw-webhook-server) and to use admin tokens and tunneling tools; those runtime requirements are not reflected in the skill registry (no required env vars, no install spec).
Instruction Scope
SKILL.md instructs the agent/user to run npx to install/run a server, expose that server to the public internet via Tailscale/Cloudflare/ngrok, generate pairing/admin tokens, and create persistent cron jobs that read health-data.jsonl from the user's Application Support directory. Reading the local health-data.jsonl is coherent with the purpose, but the instructions also assume and instruct access to environment variables (PORT, HEALTHCLAW_DATA_DIR, ADMIN_TOKEN) and to create persistent services and public endpoints — all sensitive operations that extend scope beyond a simple analysis helper. The registry did not declare those env vars.
Install Mechanism
There is no install spec in the registry; instead SKILL.md tells users to run `npx healthclaw-webhook-server`. npx will fetch and execute a package from the npm registry at runtime—this effectively installs/executes third-party code without any supply-chain metadata in the skill. The instructions also recommend installing/using third-party tunneling tools (Tailscale, cloudflared, ngrok). Fetching and running remote packages and enabling public funnels are higher-risk operations and should be justified and audited; the skill provides no upstream repo link or checksum.
Credentials
The registry lists no required env vars, but the instructions reference optional and required values (PORT, HEALTHCLAW_DATA_DIR, ADMIN_TOKEN, per-user API tokens) and describe storing permanent tokens on the server. Requesting and storing admin/user tokens is proportional to a webhook server's operation, but the lack of any declared env requirements in the registry is an inconsistency. Additionally, the instructions imply the use of notification channels (Discord) and creating cron tasks that may require other credentials (Discord webhook/token) which are not described or declared.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. However, SKILL.md encourages making the webhook server persistent (LaunchAgent/systemd), opening a public URL via funnels/tunnels, and storing long-lived API tokens — these are persistent changes to the host environment and increase blast radius if the webhook or its dependencies are compromised. The skill itself does not declare elevated platform privileges, but the recommended operational setup is persistent and network-exposed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-skill-xyz999
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-skill-xyz999 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
HealthClaw Skill 1.0.0 – Initial Release - Stream and analyze Apple Health data (heart rate, HRV, sleep, steps, workouts) from iPhone/Apple Watch to OpenClaw via a local webhook server. - Supports secure pairing between iOS app and server, including permanent API tokens and deep linking. - Automatic background HealthKit sync and deduplication of incoming data. - Data stored in a local append-only log (`health-data.jsonl`), with multi-user isolation and single-user (legacy) mode. - Guide for server setup, public HTTPS exposure (Tailscale, Cloudflare, ngrok), and pairing process. - Admin API for multi-user management; per-user data paths supported. - Includes sample use cases (recovery score, health alerts) and links to full API reference.
元数据
Slug test-skill-xyz999
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Test Skill Xyz999 是什么?

Connect your iPhone/Apple Watch Apple Health data to OpenClaw via a local webhook to analyze recovery, detect anomalies, and get health alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。

如何安装 Test Skill Xyz999?

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

Test Skill Xyz999 是免费的吗?

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

Test Skill Xyz999 支持哪些平台?

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

谁开发了 Test Skill Xyz999?

由 crxiaobailiu-gif(@crxiaobailiu-gif)开发并维护,当前版本 v1.0.0。

💬 留言讨论