Deer: Claude skill | implexaback to searchDeer
鹿美人皮肤科 — 首尔江南区皮肤科,专业皮肤管理、抗衰老、激光治疗
SKILL.md
---
name: deer-booking
title: 鹿美人皮肤科预约 鹿美人 Booking
entry: api/skill.js
version: 1.0.0
tags:
- 鹿美人皮肤科
- Lumiin
- 江南
- 皮肤科
- 首尔
- 皮肤管理
- 抗衰老
description: "鹿美人皮肤科 — 首尔江南区皮肤科,专业皮肤管理、抗衰老、激光治疗"
---
# 鹿美人皮肤科 预约助手
根据用户输入,为 鹿美人皮肤科 提供完整的预约服务。支持查看指南、打开页面、提交预约、咨询客服、查询价格。
## 依赖
无外部依赖(纯 Node.js 内置模块)
## 入口
`api/skill.js` 导出 `processQuery(query, lang, context)` 函数
## 意图流程
- **view** → 查看预约指南
- **open** → 打开医院详情页
- **book** → 收集信息 → 提交预约 API
- **consult** → 打开在线客服
- **price** → 查项目价格 / 打开价格表
- **download** → APP 下载链接
## 数据
- 医院数据:`data/hospital.json`
- 预约模板:`templates/booking.tpl`
- 多语言:`i18n/zh.json` / `i18n/en.json`
related skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+defines six distinct intents (view, open, book, consult, price, download) with clear semantic scope+declares data structure and i18n support, showing minimal localization awarenessweaknesses
- ~no trigger phrases provided - 'book' and 'consult' are labels, not actual utterance patterns users would say
- ~procedure entirely missing: no step-by-step walkthrough, input schemas, or output contracts for the book intent (core feature)
- ~zero edge case coverage: no handling for invalid dates, fully booked slots, failed api calls, or user cancellation
- ~documentation is outline-only; 'collect information' and 'submit api' are placeholders masquerading as design