teladoc
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTeladoc Skill
Teladoc Skill
Overview
概述
Enables Claude to use Teladoc for telehealth services including viewing visit history, checking available services, and managing account settings.
让Claude能够使用Teladoc的远程医疗服务,包括查看就诊记录、查询可用服务以及管理账户设置。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/teladoc/install.sh | bashOr manually:
bash
cp -r skills/teladoc ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/teladoc/install.sh | bash或者手动安装:
bash
cp -r skills/teladoc ~/.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 TELADOC_EMAIL "your-email@example.com"
canifi-env set TELADOC_PASSWORD "your-password"
undefinedcanifi-env set TELADOC_EMAIL "your-email@example.com"
canifi-env set TELADOC_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 available services
- Access medical records
- View provider information
- Check prescription status
- Manage account settings
- 查看就诊记录
- 查询可用服务
- 访问医疗记录
- 查看医疗服务提供者信息
- 查询处方状态
- 管理账户设置
Usage Examples
使用示例
Example 1: View Past Visits
示例1:查看过往就诊记录
User: "Show me my recent Teladoc visits"
Claude: I'll check your visit history.
1. Opening Teladoc via Playwright MCP
2. Accessing visit history
3. Listing recent consultations
4. Summarizing visit details用户:"显示我近期的Teladoc就诊记录"
Claude:我将为您查询就诊记录。
1. 通过Playwright MCP打开Teladoc
2. 访问就诊记录页面
3. 列出近期的问诊记录
4. 总结就诊详情Example 2: Check Services
示例2:查询可用服务
User: "What telehealth services are available to me?"
Claude: I'll check available services.
1. Accessing services section
2. Viewing available care types
3. Listing coverage options
4. Noting service details用户:"我可以使用哪些远程医疗服务?"
Claude:我将为您查询可用服务。
1. 进入服务板块
2. 查看可用的护理类型
3. 列出保障选项
4. 标注服务详情Example 3: Prescription Status
示例3:查询处方状态
User: "Check on my prescription from Teladoc"
Claude: I'll check prescription status.
1. Accessing prescriptions section
2. Finding recent prescriptions
3. Checking pharmacy status
4. Reporting fulfillment info用户:"查询我的Teladoc处方状态"
Claude:我将为您查询处方状态。
1. 进入处方板块
2. 查找近期处方
3. 查询药房处理状态
4. 反馈完成情况Authentication Flow
认证流程
- Navigate to teladoc.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导航至teladoc.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
- Service Unavailable: Check coverage eligibility
- Record Not Found: Verify account details
- 登录失败:最多重试3次,通过iMessage发送通知
- 会话过期:自动重新认证
- 请求受限:实现指数退避机制
- 需要双因素认证:发送iMessage通知
- 服务不可用:检查保障资格
- 未找到记录:验证账户详情
Self-Improvement Instructions
自我更新说明
When Teladoc updates:
- Document new service offerings
- Update specialty care options
- Track app feature changes
- Log integration updates
当Teladoc更新时:
- 记录新的服务项目
- 更新专科护理选项
- 追踪应用功能变更
- 记录集成更新内容
Notes
注意事项
- Employer/insurance provided access
- 24/7 availability for some services
- Prescription capability
- Mental health services
- Specialist referrals available
- 支持雇主/保险提供的访问权限
- 部分服务支持24/7全天候可用
- 具备处方开具能力
- 提供心理健康服务
- 可转诊至专科医生