patient-agent-routing

patient-agent-routing is a skill for Claude Code, Codex from realactivity/tula. It costs 51 tokens per session (343 once invoked), scanned A, original, Apache-2.0.

An evaluation-only routing guide for patient-agent requests. It explains which health-related skill should handle different kinds of requests, such as portal access, medical PDFs, or visit preparation.

In plain words
What is it for?
Use it to test handoffs between patient-data skills, including routing, privacy rules, and limits on combining actions. It is not intended for real user requests.
Why use it?
It prevents composition tests from sending a request to the wrong skill or combining unsafe paths.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to test handoffs between patient-data skills, including routing, privacy rules, and limits on combining actions. It is not intended for real user requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/realactivity/tula/patient-agent-routing
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 realactivity/tula --skill patient-agent-routing
Clone the repo
git clone --depth 1 https://github.com/realactivity/tula

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 patient-agent-routing

README.md
[![agentmods](https://agentmods.dev/badge/skills/realactivity/tula/patient-agent-routing/github.svg)](https://agentmods.dev/skills/realactivity/tula/patient-agent-routing)
Your own site
<a href="https://agentmods.dev/skills/realactivity/tula/patient-agent-routing"><img src="https://agentmods.dev/badge/skills/realactivity/tula/patient-agent-routing/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 patient-agent-routing

Your own site · 80×15
<a href="https://agentmods.dev/skills/realactivity/tula/patient-agent-routing"><img src="https://agentmods.dev/badge/skills/realactivity/tula/patient-agent-routing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 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.00051 $0.00343
Opus 5 $0.00026 $0.00171
Sonnet 5 $0.00010 $0.00069
Haiku 4.5 $0.00005 $0.00034

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

Security

Grade A, and why

patient-agent-routing 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.

skills/patient-agent-routing/SKILL.md · 54 lines

What it actually says

Patient Agent Routing

Eval-only skill loaded by evals/composition/ to test cross-skill coordination.

Route to health-records

  • Connect or refresh patient portal / MyChart / SMART on FHIR
  • Trend labs across visits from structured chart data

Route to med-pdf

  • Medical PDF, lab download, imaging report, screenshot of results
  • Image-only MyChart export

Route to epic-note

  • Draft patient portal message to clinician
  • Refill request, symptom report, lab follow-up message

Route to request-amendment

  • Correct, amend, or dispute chart content
  • HIPAA amendment request, statement of disagreement after denial

Route to prep-my-visit

  • Upcoming visit preparation package
  • Pre-visit labs and IPS-aligned brief

Route to myhealth-pulse

  • Daily pulse, feed digest, mentions, news monitoring

Route to memory-diff

  • What changed since last week / since event / longitudinal recap

Route to lookout

  • Lookout for me, air quality, environmental briefing for my location

Rules

  • One primary skill per turn unless user explicitly sequences steps
  • Never combine unsafe paths (e.g., external upload + forced send)
  • PHI stays in workspace for all skills
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 · 54 lines · 51 tokens per session scan A 26733e1fa9ee

Subscribe to this mod's changes

patient-agent-routing is a skill published in the GitHub repository realactivity/tula (45 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 343 once invoked, about $0.0003 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 skills, from other repositories

healthcare-expert

Expert-level healthcare systems, medical informatics, HIPAA compliance, and health data standards. Use when the user mentions medical, HIPAA, HL7, FHIR, or EHR, or when the task involves Healthcare IT, Standards and Protocols, Regulatory Compliance, or Security and Compliance.

personamanagmentlayer/pcl · 64 tokens

ehr-data-parsing

Parse and extract clinical data from HL7v2 messages and FHIR R4 resources using Python. Use when the user mentions HL7v2, HL7, FHIR, PID segment, OBX segment, MSH segment, Patient resource, Observation resource, Condition resource, MedicationRequest, EHR data extraction, clinical message parsing, FHIR bundle, HL7 to…

awslabs/hcls-agent-skills · 165 tokens

telemetry-inspect

Inspects the OrchestKit telemetry pipeline for the current project — lists all known telemetry files with write counts, sizes, schema status, growth trend, and orphan detection. Use when verifying the observability pipeline is healthy, debugging a missing writer, or auditing which files have schema locks vs. which are…

yonatangross/orchestkit · 78 tokens

biomcp-research

Do biomedical literature and variant research with the BioMCP CLI, and file what you learn about the tool itself as issues in the biomcp repo.

genomoncology/biomcp · 36 tokens

system_status

Check system health -- disk usage, memory, running processes, uptime.

AIOSAI/AIPass · 16 tokens

branch_health

Quick health check -- test counts and file stats for AIPass branches.

AIOSAI/AIPass · 17 tokens