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.
npx skills add TencentCloudBase/awesome-miniprogram-skills --skill hospital-skillgit clone --depth 1 https://github.com/TencentCloudBase/awesome-miniprogram-skillsWrote 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.
[](https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/hospital-skill)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
What it actually says
医院挂号
基于医院列表完成医院搜索、科室与时段选择、预约挂号与挂号记录查询的能力集合。
触发场景
用户原话举例(路由命中本技能):
- "帮我挂个号"
- "附近有哪些医院"
- "我想挂呼吸内科的号"
- "北京大学第一医院有哪些科室"
- "帮我预约一下"
- "查看我的挂号记录"
- "我之前的挂号记录"
不适用范围
- 在线问诊、图文咨询、药品配送等 → 不在本技能范围,由问诊/药房技能处理
- 医疗费用报销、医保查询等 → 不在本技能范围
- 急诊急救、120 呼叫等紧急医疗诉求 → 不在本技能范围,请引导用户拨打 120
接口链路
searchHospitals:医院搜索与候选医院列表展示,支持关键词搜索。getAvailableSlots:查看指定科室的可挂号时段列表。bookAppointment:确认时段后执行预约挂号。getMyAppointments:查询当前用户的挂号记录列表。
使用顺序
- 挂号前需先确定医院和科室;没有医院上下文时,先展示可选医院列表,用户选择医院后再展示科室列表。
- 选择科室后,展示该科室可预约时段列表,用户选择具体时段后进行预约确认。
- 预约确认后展示挂号结果卡片,包含就诊信息。
- 查询挂号记录无需前置条件,直接返回历史记录。
- 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。
What ships with it
29 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.
- apis/bookAppointment.js 2.1 KB runs code
- apis/getAvailableSlots.js 1.7 KB runs code
- apis/getMyAppointments.js 1.1 KB runs code
- apis/searchHospitals.js 1.4 KB runs code
- cloudbaserc.json 768 B
- cloudfunctions/hospital-skill-handler/index.js 13 KB runs code
- cloudfunctions/hospital-skill-handler/package.json 183 B
- components/appointment-list-card/index.js 2.6 KB runs code
- components/appointment-list-card/index.json 49 B
- components/appointment-list-card/index.wxml 1.3 KB
- components/appointment-list-card/index.wxss 2.3 KB
- components/booking-result-card/index.js 2.3 KB runs code
- components/booking-result-card/index.json 49 B
- components/booking-result-card/index.wxml 1.5 KB
- components/booking-result-card/index.wxss 2.2 KB
- components/hospital-list-card/index.js 3.1 KB runs code
- components/hospital-list-card/index.json 49 B
- components/hospital-list-card/index.wxml 1.6 KB
- components/hospital-list-card/index.wxss 2.9 KB
- components/slot-list-card/index.js 3.8 KB runs code
- components/slot-list-card/index.json 49 B
- components/slot-list-card/index.wxml 1.6 KB
- components/slot-list-card/index.wxss 2.6 KB
- data/seed.js 10 KB runs code
- index.js 1.2 KB runs code
- mcp.json 12 KB
- mp-skills.json 154 B
- README.md 2.3 KB
- utils/util.js 2.3 KB runs code
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.
- 9d ago First seen · 40 lines · 22 tokens per session scan A e2719a995b5e
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.
Other skills, from other repositories
gzh_article
A workflow for creating articles for WeChat Official Accounts, a Chinese publishing platform. It covers choosing a topic, researching sources, writing, adding images, checking the wording, and formatting the finished article.
weapp-vite-best-practices
An engineering guide for building small-program projects with weapp-vite, a Vite-based toolchain for compiling mini-apps for several platforms.
native-to-weapp-vite-wevu-migration
A step-by-step guide for gradually moving native WeChat, Alipay, or Douyin mini-programs to weapp-vite, with an optional later move to Vue single-file components.
docs-and-website-sync
A synchronization guide for keeping source code, website pages, READMEs, packaged documentation, and public coding-agent instructions consistent in a monorepo.
weapp-vite-vue-sfc-best-practices
A Chinese-language guide to writing Vue single-file components for weapp-vite mini-program projects. It covers templates, scripts, page metadata, component declarations, and platform differences.
release-and-changeset-best-practices
A release guide for a pnpm monorepo, a repository containing multiple related packages, templates, and tools.