hospital-skill

hospital-skill is a skill for Claude Code, Codex from TencentCloudBase/awesome-miniprogram-skills. It costs 22 tokens per session (456 once invoked), scanned A, original, MIT.

A hospital-appointment assistant for searching hospitals and departments, choosing an available time, booking an appointment, and viewing booking history.

In plain words
What is it for?
It helps users find hospitals, select departments and appointment times, make a booking, and review earlier appointments. It does not handle emergencies or online consultations.
Why use it?
It guides users through the required choices in order, reducing the chance of booking without a hospital, department, or time slot.

Skill for Claude CodeCodex

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

Good fit It helps users find hospitals, select departments and appointment times, make a booking, and review earlier appointments. It does not handle emergencies or online consultations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill
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 TencentCloudBase/awesome-miniprogram-skills --skill hospital-skill
Clone the repo
git clone --depth 1 https://github.com/TencentCloudBase/awesome-miniprogram-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 hospital-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill/github.svg)](https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill)
Your own site
<a href="https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill/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 hospital-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 456 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.00022 $0.00456
Opus 5 $0.00011 $0.00228
Sonnet 5 $0.00004 $0.00091
Haiku 4.5 $0.00002 $0.00046

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

Security

Grade A, and why

hospital-skill 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.

The scan reads SKILL.md. This mod also ships 12 executable files (apis/bookAppointment.js, apis/getAvailableSlots.js, apis/getMyAppointments.js, …), 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/hospital-skill/SKILL.md · 40 lines

What it actually says

医院挂号

基于医院列表完成医院搜索、科室与时段选择、预约挂号与挂号记录查询的能力集合。

触发场景

用户原话举例(路由命中本技能):

  • "帮我挂个号"
  • "附近有哪些医院"
  • "我想挂呼吸内科的号"
  • "北京大学第一医院有哪些科室"
  • "帮我预约一下"
  • "查看我的挂号记录"
  • "我之前的挂号记录"

不适用范围

  • 在线问诊、图文咨询、药品配送等 → 不在本技能范围,由问诊/药房技能处理
  • 医疗费用报销、医保查询等 → 不在本技能范围
  • 急诊急救、120 呼叫等紧急医疗诉求 → 不在本技能范围,请引导用户拨打 120

接口链路

  • searchHospitals:医院搜索与候选医院列表展示,支持关键词搜索。
  • getAvailableSlots:查看指定科室的可挂号时段列表。
  • bookAppointment:确认时段后执行预约挂号。
  • getMyAppointments:查询当前用户的挂号记录列表。

使用顺序

  • 挂号前需先确定医院和科室;没有医院上下文时,先展示可选医院列表,用户选择医院后再展示科室列表。
  • 选择科室后,展示该科室可预约时段列表,用户选择具体时段后进行预约确认。
  • 预约确认后展示挂号结果卡片,包含就诊信息。
  • 查询挂号记录无需前置条件,直接返回历史记录。
  • 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。
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 · 40 lines · 22 tokens per session scan A e2719a995b5e

Subscribe to this mod's changes

hospital-skill is a skill published in the GitHub repository TencentCloudBase/awesome-miniprogram-skills (36 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 456 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.