healthgrades
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHealthgrades Skill
Healthgrades Skill
Overview
概述
Enables Claude to use Healthgrades for finding and researching healthcare providers including searching doctors, reading patient reviews, and checking credentials.
让Claude能够借助Healthgrades查找和研究医疗服务提供者,包括搜索医生、查看患者评价以及核实资质。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/healthgrades/install.sh | bashOr manually:
bash
cp -r skills/healthgrades ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/healthgrades/install.sh | bash或手动安装:
bash
cp -r skills/healthgrades ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set HEALTHGRADES_EMAIL "your-email@example.com"
canifi-env set HEALTHGRADES_PASSWORD "your-password"
undefinedcanifi-env set HEALTHGRADES_EMAIL "your-email@example.com"
canifi-env set HEALTHGRADES_PASSWORD "your-password"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
你的资质,由你掌控。 Canifi LifeOS尊重你的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享资质:
- 使用CDP模式完成浏览器自动化配置
- 在Playwright控制的Chrome窗口中手动登录该服务
- Claude将使用你的已认证会话,且全程不会获取你的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果你愿意共享资质,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的资质仅可在你的本地设备访问,绝不会被传输至其他地方。
Capabilities
功能特性
- Search for doctors
- Read patient reviews
- Check provider credentials
- View hospital ratings
- Compare providers
- Find specialists
- 搜索医生
- 查看患者评价
- 核实医疗服务提供者资质
- 查看医院评分
- 对比医疗服务提供者
- 查找专科医生
Usage Examples
使用示例
Example 1: Find a Doctor
示例1:查找医生
User: "Find a highly rated cardiologist near me"
Claude: I'll search for cardiologists.
1. Opening Healthgrades via Playwright MCP
2. Searching for cardiologists
3. Filtering by location
4. Sorting by patient ratings
5. Listing top-rated options用户:"帮我找附近评分高的心脏病专家"
Claude:我将为你搜索心脏病专家。
1. 通过Playwright MCP打开Healthgrades
2. 搜索心脏病专家
3. 按位置筛选
4. 按患者评分排序
5. 列出顶级推荐选项Example 2: Read Reviews
示例2:查看评价
User: "What do patients say about Dr. Johnson?"
Claude: I'll check patient reviews.
1. Finding Dr. Johnson's profile
2. Accessing patient reviews
3. Summarizing feedback themes
4. Noting ratings breakdown用户:"患者对Johnson医生的评价如何?"
Claude:我将为你查看患者评价。
1. 找到Johnson医生的个人主页
2. 访问患者评价板块
3. 总结反馈主题
4. 记录评分细分情况Example 3: Check Credentials
示例3:核实资质
User: "Is Dr. Smith board certified?"
Claude: I'll verify credentials.
1. Finding Dr. Smith's profile
2. Viewing credentials section
3. Checking board certifications
4. Noting education and training用户:"Smith医生是否获得委员会认证?"
Claude:我将为你核实资质。
1. 找到Smith医生的个人主页
2. 查看资质板块
3. 检查委员会认证情况
4. 记录教育和培训背景Authentication Flow
认证流程
- Navigate to healthgrades.com via Playwright MCP
- Click "Sign in" if needed
- Enter email and password
- Handle 2FA if required (via iMessage)
- Maintain session for account features
- 通过Playwright MCP导航至healthgrades.com
- 如有需要,点击“登录”
- 输入邮箱和密码
- 如需双因素认证(通过iMessage)则完成验证
- 维持会话以使用账户功能
Error Handling
错误处理
- Login Failed: Retry up to 3 times, notify via iMessage
- Session Expired: Re-authenticate automatically
- Rate Limited: Implement exponential backoff
- 2FA Required: Send iMessage notification
- Provider Not Found: Broaden search criteria
- Data Unavailable: Note limited info
- 登录失败:最多重试3次,通过iMessage发送通知
- 会话过期:自动重新认证
- 速率限制:实现指数退避策略
- 需要双因素认证:发送iMessage通知
- 未找到服务提供者:放宽搜索条件
- 数据不可用:标注信息有限
Self-Improvement Instructions
自我改进说明
When Healthgrades updates:
- Document new search filters
- Update rating criteria changes
- Track profile information updates
- Log new comparison features
当Healthgrades更新时:
- 记录新的搜索筛选器
- 更新评分标准变更
- 追踪个人主页信息更新
- 记录新的对比功能
Notes
注意事项
- Free provider search
- Patient review platform
- Hospital quality ratings
- Malpractice history when available
- Insurance filter options
- 免费的医疗服务提供者搜索
- 患者评价平台
- 医院质量评分
- 可查看医疗事故历史(如有提供)
- 保险筛选选项