personal-health-graph: Command for Claude Code

.claude/commands/intake.md

intake is a command for Claude Code from gtr36/personal-health-graph. It costs 10 tokens per session (89 once invoked), scanned A, original, MIT.

An inbox-processing workflow that turns incoming files into structured Personal Health Graph files, where a Personal Health Graph is an organised record of your health information.

In plain words
What is it for?
Use it to read, classify, and extract information from files in an inbox, then create the specified records and intake report.
Why use it?
It replaces manual sorting and copying of health documents and keeps the original files archived.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is gtr36/personal-health-graph's own configuration. It tells Claude Code how to work on personal-health-graph itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything personal-health-graph configures →

Reuse

Borrowing it

Nothing to install: this file belongs to gtr36/personal-health-graph. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/gtr36/personal-health-graph/main/.claude/commands/intake.md
Clone the repo
git clone --depth 1 https://github.com/gtr36/personal-health-graph

Made for: Claude Code.

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 intake

README.md
[![agentmods](https://agentmods.dev/badge/commands/gtr36/personal-health-graph/intake/github.svg)](https://agentmods.dev/commands/gtr36/personal-health-graph/intake)
Your own site
<a href="https://agentmods.dev/commands/gtr36/personal-health-graph/intake"><img src="https://agentmods.dev/badge/commands/gtr36/personal-health-graph/intake/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 intake

Your own site · 80×15
<a href="https://agentmods.dev/commands/gtr36/personal-health-graph/intake"><img src="https://agentmods.dev/badge/commands/gtr36/personal-health-graph/intake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 89 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.00010 $0.00089
Opus 5 $0.00005 $0.00044
Sonnet 5 $0.00002 $0.00018
Haiku 4.5 $0.00001 $0.00009

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

Security

Grade A, and why

intake 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 9d 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.

.claude/commands/intake.md · 6 lines

What it actually says

Read skills/INTAKE.md and execute the skill as specified. The skill file contains the complete methodology — which files to read, how to classify and extract data, where to write results, and how to archive originals. Follow the phase-by-phase instructions in the skill file and save the intake report to the location specified in its saves_to: field.

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. 9d ago First seen · 6 lines · 10 tokens per session scan A e20294d6446e

Subscribe to this mod's changes

intake is a command published in the GitHub repository gtr36/personal-health-graph (19 stars, last pushed 25d ago), licensed MIT. It adds 10 tokens to every session and 89 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-08-30.

Related

Other commands, from other repositories

paperspine

Start PaperSpine with automatic intake UI when configuration is missing.

WUBING2023/PaperSpine · 12 tokens

camera-ready

Convert an accepted anonymous-submission LaTeX paper (AAAI/AIES/ACM-style) to camera-ready and implement the accepted reviews. Use when a paper is accepted with no rebuttal and you need to de-anonymize, add copyright, turn on section numbering, implement each reviewer's minor revisions, optionally move proofs to a…

flonat/flonat-research · 102 tokens

latex-polish

Inspect a cleanly compiling LaTeX document for source pathologies and rendered visual defects by linting and viewing selected PDF pages. Use when compilation succeeds but title pages, floats, tables, figures, or layout still need publication-quality review. Not for basic compilation health; use $latex-health-check.

flonat/flonat-research · 60 tokens

latex

Compile one specified LaTeX document, resolve build errors, audit citations, and report build quality. Use when a .tex source must be built or a concrete compilation failure repaired. Not for corpus-wide build checks, visual polish after a clean build, or creating a project; use $latex-health-check, $latex-polish, or…

flonat/flonat-research · 72 tokens

bib-filter

Filter a LaTeX project's bibliography to the entries actually cited, with Overleaf-source resolution, temporary staging, validation, approval-gated canonical replacement, and compilation. Use before submission or after large revisions.

flonat/flonat-research · 41 tokens

pipeline-manifest

Build a traceability manifest linking analysis scripts to inputs, outputs, and manuscript figures or tables. Use when documenting a computational pipeline or locating the source of a reported artefact. Not for verifying that paper claims match code outputs; use the code-paper auditor.

flonat/flonat-research · 51 tokens