mdlive
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMDLIVE Skill
MDLIVE Skill
Overview
概述
Enables Claude to use MDLIVE for telehealth services including viewing visit history, checking available providers, and managing account information.
让Claude能够使用MDLIVE的远程医疗服务,包括查看就诊记录、查询可用医疗服务提供者以及管理账户信息。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/mdlive/install.sh | bashOr manually:
bash
cp -r skills/mdlive ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/mdlive/install.sh | bash或者手动安装:
bash
cp -r skills/mdlive ~/.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 MDLIVE_EMAIL "your-email@example.com"
canifi-env set MDLIVE_PASSWORD "your-password"
undefinedcanifi-env set MDLIVE_EMAIL "your-email@example.com"
canifi-env set MDLIVE_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
功能
- View visit history
- Check provider availability
- Access visit summaries
- View prescription history
- Check service eligibility
- Manage account profile
- 查看就诊记录
- 查询医疗服务提供者可用性
- 获取就诊摘要
- 查看处方历史
- 查询服务资格
- 管理账户资料
Usage Examples
使用示例
Example 1: View Visit History
示例1:查看就诊记录
User: "Show me my past MDLIVE visits"
Claude: I'll check your visit history.
1. Opening MDLIVE via Playwright MCP
2. Accessing visit history
3. Listing past consultations
4. Summarizing visit types用户:"显示我过往的MDLIVE就诊记录"
Claude:我将为你查询就诊记录。
1. 通过Playwright MCP打开MDLIVE
2. 访问就诊记录页面
3. 列出过往咨询记录
4. 总结就诊类型Example 2: Check Provider Types
示例2:查询医疗服务提供者类型
User: "What specialists are available on MDLIVE?"
Claude: I'll check available specialists.
1. Navigating to providers section
2. Viewing specialty options
3. Listing available types
4. Noting coverage details用户:"MDLIVE上有哪些专科医生可用?"
Claude:我将为你查询可用的专科医生。
1. 导航至医疗服务提供者板块
2. 查看专科选项
3. 列出可用类型
4. 标注保险覆盖详情Example 3: View Prescriptions
示例3:查看处方记录
User: "What prescriptions have I received from MDLIVE?"
Claude: I'll check prescription history.
1. Accessing prescriptions section
2. Listing past prescriptions
3. Showing dates and details
4. Noting pharmacy info用户:"我从MDLIVE获得过哪些处方?"
Claude:我将为你查询处方历史。
1. 访问处方板块
2. 列出过往处方
3. 显示日期及详细信息
4. 标注药房信息Authentication Flow
认证流程
- Navigate to mdlive.com via Playwright MCP
- Click "Log In" and enter email
- Enter password
- Handle 2FA if required (via iMessage)
- Maintain session for account access
- 通过Playwright MCP导航至mdlive.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 Unavailable: Show alternative times
- Coverage Error: Verify insurance
- 登录失败:最多重试3次,通过iMessage通知用户
- 会话过期:自动重新认证
- 速率限制:实现指数退避机制
- 需要双因素认证:发送iMessage通知
- 医疗服务提供者不可用:显示替代时间
- 保险覆盖错误:验证保险信息
Self-Improvement Instructions
自我改进说明
When MDLIVE updates:
- Document new care services
- Update provider categories
- Track platform changes
- Log integration updates
当MDLIVE更新时:
- 记录新的护理服务
- 更新医疗服务提供者分类
- 追踪平台变更
- 记录集成更新
Notes
注意事项
- Part of Cigna health services
- Multiple care specialties
- Behavioral health available
- Prescription services
- Insurance integration
- 属于Cigna医疗服务的一部分
- 提供多种护理专科
- 提供行为健康服务
- 处方服务
- 保险集成