vitapulse

vitapulse is a skill for Claude Code, Codex from uvwt/agentdock-skills. It costs 27 tokens per session (719 once invoked), scanned A, original, Apache-2.0.

A connector for reading health data from a private VitaPulse HealthKit API gateway. It can also request data synchronisation, where synchronisation means asking another service to update the data later.

In plain words
What is it for?
Use it to read daily summaries, recent measurements, trends, samples, freshness information, and authorised medical records, or to create and check asynchronous sync requests.
Why use it?
It provides scoped access and checks whether the service, token, and data are current. It also keeps sensitive health data out of the skill package, Git, logs, and long-term memory.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to read daily summaries, recent measurements, trends, samples, freshness information, and authorised medical records, or to create and check asynchronous sync requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uvwt/agentdock-skills/vitapulse
Install

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.

Any agent
npx skills add uvwt/agentdock-skills --skill vitapulse
Clone the repo
git clone --depth 1 https://github.com/uvwt/agentdock-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for vitapulse

README.md
[![agentmods](https://agentmods.dev/badge/skills/uvwt/agentdock-skills/vitapulse/github.svg)](https://agentmods.dev/skills/uvwt/agentdock-skills/vitapulse)
Your own site
<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.

agentmods 80×15 button for vitapulse

Your own site · 80×15
<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>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash a5bcb01045d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (run.py, tests/test_run.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/vitapulse/SKILL.md · 60 lines

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:read
  • health:samples:read
  • health:sync:trigger
  • health: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.
Files

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.

Changes

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.

  1. 5d ago First seen · 60 lines · 27 tokens per session scan A a5bcb01045d0

Subscribe to this mod's changes

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.

Related

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…

anthropics/claude-plugins-official · 111 tokens

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…

google/skills · 86 tokens

workers-best-practices

Cloudflare Workers best practices for production applications. Use when writing, reviewing, or configuring Workers.

cloudflare/skills · 25 tokens

new

Create a new project to start development quickly.

clacky-ai/openclacky · 10 tokens

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.

Nikolay-Shirokov/cc-1c-skills · 55 tokens

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.

Nikolay-Shirokov/cc-1c-skills · 52 tokens