patient-simulator

patient-simulator is a skill for Claude Code, Codex from kinamind/Psy-Skill-Hub. It costs 34 tokens per session (764 once invoked), scanned A, original, MIT.

A command-line tool for running AnnaAgent as a virtual patient or person seeking counselling, for research, teaching, and dialogue evaluation. It simulates the other participant in a conversation; it is not a counsellor, clinician, diagnostic tool, or crisis service.

In plain words
What is it for?
Use it to install and configure AnnaAgent, prepare reusable simulation states, run interactive chats, run batches of simulations, or troubleshoot model and command-line setup.
Why use it?
It provides repeatable conversations for testing or teaching without involving a real participant, while keeping the simulation separate from clinical care.

Skill for Claude CodeCodex

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

Good fit Use it to install and configure AnnaAgent, prepare reusable simulation states, run interactive chats, run batches of simulations, or troubleshoot model and command-line setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kinamind/psy-skill-hub/patient-simulator
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 kinamind/Psy-Skill-Hub --skill patient-simulator
Clone the repo
git clone --depth 1 https://github.com/kinamind/Psy-Skill-Hub

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-simulator

README.md
[![agentmods](https://agentmods.dev/badge/skills/kinamind/psy-skill-hub/patient-simulator/github.svg)](https://agentmods.dev/skills/kinamind/psy-skill-hub/patient-simulator)
Your own site
<a href="https://agentmods.dev/skills/kinamind/psy-skill-hub/patient-simulator"><img src="https://agentmods.dev/badge/skills/kinamind/psy-skill-hub/patient-simulator/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-simulator

Your own site · 80×15
<a href="https://agentmods.dev/skills/kinamind/psy-skill-hub/patient-simulator"><img src="https://agentmods.dev/badge/skills/kinamind/psy-skill-hub/patient-simulator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 764 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.00034 $0.00764
Opus 5 $0.00017 $0.00382
Sonnet 5 $0.00007 $0.00153
Haiku 4.5 $0.00003 $0.00076

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

Security

Grade A, and why

patient-simulator 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-simulator/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Patient Simulator

Purpose

Operate AnnaAgent as a realistic psychological-counseling virtual patient/seeker simulator. The skill helps an agent install AnnaAgent, configure model services, run full initialization, save reusable prompt states, launch chat or batch simulations, and troubleshoot common CLI/model-service issues.

AnnaAgent simulates the client/visitor side of a counseling dialogue. It is not a counselor, clinician, diagnosis tool, or crisis-response system.

When to Use

  • setting up AnnaAgent for research or teaching demonstrations
  • generating reusable patient simulation state with anna init full
  • starting interactive simulation with anna chat --state
  • running batch virtual-patient simulations
  • troubleshooting model endpoint, API key, vLLM, or prompt-state failures
  • preparing a public AnnaAgent skill package or documentation link

Instructions

  1. State the boundary first: this is a research/education virtual-patient simulator, not clinical care.
  2. Prefer the latest PyPI package unless the user is developing AnnaAgent from source.
  3. Create or select a workspace with anna create <workspace>.
  4. Configure secrets and model service endpoints without printing or committing real API keys.
  5. Run anna doctor, anna test model, and anna test embedding before expensive initialization.
  6. Use only the supported initialization path: anna init full <case.json> --out <state.json> --workspace <workspace>.
  7. Reuse saved state with anna chat --state <state.json> or validate it with anna init from-prompt <state.json>.
  8. Reject prompt_only state and regenerate with anna init full.
  9. For SFT/vLLM workflows, check GPU, CUDA, vLLM, service logs, and use dry-run or base-model mode when uncertain.
  10. End with verification commands and concise troubleshooting notes.

Output Format

  • Scope and safety boundary
  • Installation or workspace setup commands
  • Model/service configuration commands
  • Validation checks
  • Full initialization command
  • Chat or batch command
  • Troubleshooting notes
  • Research attribution links

Read the full file on GitHub · 80 lines

Files

What ships with it

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

Subscribe to this mod's changes

patient-simulator is a skill published in the GitHub repository kinamind/Psy-Skill-Hub (2 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 764 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

html-ppt-zhangzara-pin-and-paper

A field-biology capstone on urban pollinator decline — the survey design, the data, the contribution, and the caveats. Built as a decision-grade coursework defense deck for faculty reviewers.

nexu-io/open-design · 51 tokens

proof-writer

A tool for writing or checking rigorous mathematical proofs for claims such as theorems, lemmas, propositions, and corollaries.

wanshuiyin/Auto-claude-code-research-in-sleep · 73 tokens

tooluniverse-organic-chemistry

Organic chemistry reasoning guide for reaction product prediction, mechanism analysis (electrophilic/nucleophilic substitution, addition, elimination, pericyclic, radical), and spectroscopy interpretation (1H/13C NMR, IR, MS). Reasons from first principles (electron flow, kinetic vs thermodynamic) rather than…

mims-harvard/ToolUniverse · 86 tokens

scaffold-exercises

Scaffold a graded problem set with sections, problems, worked solutions, and short "why this matters" explainers across analytical, empirical, and coding types. Use when user says "make a problem set on X", "scaffold exercises for this lecture", "create practice problems", "generate homework with a solution key"…

pedrohcgs/claude-code-my-workflow · 101 tokens

edu-chem-reaction

A guide for turning a chemical reaction into a self-contained interactive 3D web demonstration. It shows molecules changing while also displaying the balanced equation, explanations, atom counts, and optionally an energy curve.

wy51ai/edulab · 495 tokens

present-paper

Academic presentation preparation — paper-driven (journal club, grand rounds, seminar) and lecture/teaching decks (course material, workshop slides, conference talks). Analyzes source material, finds supporting references, drafts audience-adapted speaker scripts, generates or augments PPTX with speaker notes, and…

Aperivue/medsci-skills · 67 tokens