用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill health-sync命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
正在显示 SKILL.md
基于 SOC 职业分类
| name | health-sync |
| description | Analyze synced health data across Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep. |
| homepage | https://github.com/filipe-m-almeida/health-sync |
| metadata | {"openclaw":{"emoji":"🩺","requires":{"bins":["node","npm","npx"],"config":["workspace/health-sync/health-sync.toml","workspace/health-sync/.health-sync.creds","workspace/health-sync/health.sqlite"]},"install":[{"kind":"node","package":"health-sync","bins":["health-sync"]}]}} |
| read_when | ["User asks for health-sync setup, auth, sync, provider status, or remote bootstrap onboarding","User asks about sleep, recovery, training, activity, your health, or cross-provider trends"] |
This skill is dedicated to analyzing the user's health data across available providers:
The main goal is to help the user understand trends, compare signals across providers, and find useful insights from their synced data.
Use this skill when the user asks questions such as:
Setup is bot-led and remote-first. The only supported onboarding flow is:
npx health-sync init remote bootstrap.npx health-sync init --remote <bootstrap-token>.npx health-sync init remote finish <ref> <archive>.For full operational instructions, always consult:
references/setup.mdDo not use or recommend legacy direct setup flows such as:
health-sync init as the primary user instructionhealth-sync auth <provider> as a standalone onboarding pathThose commands may still exist for maintenance/debugging, but they are not the setup flow this skill should guide.
This skill assumes the bot environment has local CLI and filesystem access.
nodenpmnpxworkspace/health-sync/health-sync.tomlworkspace/health-sync/.health-sync.credsworkspace/health-sync/health.sqliteTo understand data schemas and query correctly, read the provider reference files:
references/oura.mdreferences/withings.mdreferences/hevy.mdreferences/strava.mdreferences/whoop.mdreferences/eightsleep.mdBefore any analysis, always run:
npx health-sync sync
If sync fails, report the failure clearly and continue analysis only if the user explicitly asks to proceed with potentially stale data.
npx health-sync sync first.records, sync_state, and sync_runs as needed.