Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add uvwt/agentdock-skills --skill vitapulsegit clone --depth 1 https://github.com/uvwt/agentdock-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/uvwt/agentdock-skills/vitapulse)<a href="https://agentmods.dev/skills/uvwt/agentdock-skills/vitapulse"><img src="https://agentmods.dev/badge/skills/uvwt/agentdock-skills/vitapulse/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/uvwt/agentdock-skills/vitapulse"><img src="https://agentmods.dev/badge/skills/uvwt/agentdock-skills/vitapulse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.00719 |
| Opus 5 | $0.00014 | $0.00360 |
| Sonnet 5 | $0.00005 | $0.00144 |
| Haiku 4.5 | $0.00003 | $0.00072 |
Grade A, and why
vitapulse scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
VitaPulse 元息 Skill
通过 VitaPulse 私有 HealthKit API 网关读取用户已同步的健康数据,并创建异步同步请求。
操作
status:验证服务、专用 API Token、Scope 和数据新鲜度。today_summary:查询某日的健康数据汇总,默认今天。latest_metric:读取某个 HealthKit 类型的最新样本。trend:读取某类型最近 1–366 天的日趋势。query_samples:受控查询标准化样本;可显式请求原始字段或软删除历史。freshness:查询 iPhone 在线、最近同步和按类型新鲜度。sync_request:创建异步同步请求;不承诺 iOS 立即运行。sync_request_status:查询同步请求的 pending/running/completed/failed/expired 状态。clinical_summary:读取医疗记录;需要 Token 显式拥有health:clinical:read。
环境变量
VITAPULSE_BASE_URL(plain):VitaPulse HTTPS 或本机 API 地址。VITAPULSE_API_TOKEN(secret):管理端创建的独立 API Token。
Skill 不使用用户名、密码或启动口令,不直读 SQLite。所有 Scope 校验、限流和访问审计都由 VitaPulse API 执行。Token、FHIR 正文和原始健康数据不得写入 Skill 源包、Git、日志或长期记忆。
默认 Token 应只授予:
health:summary:readhealth:samples:readhealth:sync:triggerhealth:sync:status
高敏和医疗记录权限必须单独显式开启。
辅助脚本执行
Skill 本体是本说明文档。确需调用包内辅助脚本时,在 Skill 包根目录使用相对路径执行;运行宿主负责切换到包根目录并把所需变量注入当前子进程。
printf '%s' '{"skill_action":"<动作>"}' | python3 run.py
输入必须是 JSON 对象。写操作仍按本文档中的确认规则执行。
| 动作 | 用途 |
|---|---|
status |
Verify server health, gateway capabilities, scoped API token, and data freshness. |
today_summary |
Read normalized daily summaries for today or a selected date. |
latest_metric |
Read the latest normalized sample for one HealthKit type. |
trend |
Read daily trend summaries for one HealthKit type. |
query_samples |
Query normalized samples with controlled type, time, raw-field, deletion, and limit filters. |
freshness |
Read device, overall sync, and per-type freshness status. |
sync_request |
Create an asynchronous request that the iPhone claims on its next launch or background wake. |
sync_request_status |
Read one asynchronous sync request status. |
clinical_summary |
Read authorized clinical record metadata or explicit content when the token has health:clinical:read. |
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 60 lines · 27 tokens per session scan A a5bcb01045d0
vitapulse is a skill published in the GitHub repository uvwt/agentdock-skills (3 stars, last pushed 9d ago), licensed Apache-2.0. It adds 27 tokens to every session and 719 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
build-mcp-server
This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates…
data-manager-api-setup
Guides developers through client library installation and authentication setup steps for the Data Manager API. Use this skill when a user is getting started with the Data Manager API and needs to setup their local environment, install the client library, or setup access to the API. Don't use for implementing audience…
workers-best-practices
Cloudflare Workers best practices for production applications. Use when writing, reviewing, or configuring Workers.
new
Create a new project to start development quickly.
skd-edit
A focused editor for 1C data composition schemas, the report definitions that describe queries, fields, filters, totals, and parameters. It changes an existing Template.xml file through specific operations.
skd-info
A structure reader for 1C data composition schemas, the report definitions that contain queries, fields, parameters, and display variants. It gives a compact summary instead of requiring you to read the raw XML.