wag
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWag Skill
Wag Skill
On-demand dog walking and pet sitting services.
按需遛狗和宠物托管服务。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/wag/install.sh | bashOr manually:
bash
cp -r skills/wag ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/wag/install.sh | bash或者手动安装:
bash
cp -r skills/wag ~/.canifi/skills/Setup
设置步骤
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
First, ensure canifi-env is installed:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set WAG_EMAIL "your_email"
canifi-env set WAG_PASSWORD "your_password"
undefinedcanifi-env set WAG_EMAIL "your_email"
canifi-env set WAG_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
功能特性
- Book Walk: Schedule dog walks
- Find Walkers: Search local walkers
- GPS Tracking: Live walk tracking
- Pet Sitting: Book overnight care
- Vet Chat: Access pet health advice
- 预订遛狗:安排遛狗服务
- 寻找遛狗师:搜索本地遛狗人员
- GPS追踪:实时遛狗位置追踪
- 宠物托管:预订过夜托管服务
- 兽医咨询:获取宠物健康建议
Usage Examples
使用示例
Book Walk
预订遛狗
User: "Book a dog walk for this afternoon"
Assistant: Schedules on-demand walk用户:“预订今天下午的遛狗服务”
助手:安排按需遛狗服务Track Walk
追踪遛狗位置
User: "Where is my dog right now?"
Assistant: Shows live GPS tracking用户:“我的狗现在在哪里?”
助手:展示实时GPS追踪信息Book Sitting
预订托管服务
User: "Find overnight pet sitting"
Assistant: Returns available sitters用户:“寻找宠物过夜托管”
助手:返回可用的托管人员Ask Vet
咨询兽医
User: "Chat with a vet about my dog"
Assistant: Opens vet chat feature用户:“和兽医咨询我的狗的问题”
助手:打开兽医咨询功能Authentication Flow
认证流程
- Account-based authentication
- No official API
- Browser automation required
- Real-time GPS integration
- 基于账户的认证
- 无官方API
- 需要浏览器自动化
- 实时GPS集成
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| No Walkers | Location/time issue | Try later |
| Tracking Error | GPS issue | Refresh app |
| Booking Failed | Availability | Adjust time |
| 错误类型 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查账户信息 |
| 无可用遛狗师 | 位置/时间问题 | 稍后重试 |
| 追踪错误 | GPS问题 | 刷新应用 |
| 预订失败 | 无可用时段 | 调整时间 |
Notes
注意事项
- On-demand walks
- GPS live tracking
- Report cards with photos
- Background-checked walkers
- No public API
- Premium services available
- 按需遛狗服务
- GPS实时追踪
- 带照片的服务报告卡
- 经过背景调查的遛狗师
- 无公开API
- 提供付费增值服务