harvest
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHarvest Skill
Harvest Skill
Time tracking and invoicing for teams.
面向团队的时间追踪与发票管理工具。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/harvest/install.sh | bashOr manually:
bash
cp -r skills/harvest ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/harvest/install.sh | bash或者手动安装:
bash
cp -r skills/harvest ~/.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 HARVEST_ACCESS_TOKEN "your_token"
canifi-env set HARVEST_ACCOUNT_ID "your_account_id"
undefinedcanifi-env set HARVEST_ACCESS_TOKEN "your_token"
canifi-env set HARVEST_ACCOUNT_ID "your_account_id"
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
功能特性
- Track Time: Log hours to projects
- Invoicing: Generate and send invoices
- Expenses: Track project expenses
- Reports: View time and budget reports
- Team Management: Monitor team hours
- 时间追踪:为项目记录工时
- 发票管理:生成并发送发票
- 费用追踪:追踪项目相关费用
- 报表查看:查看时间与预算报表
- 团队管理:监控团队工时
Usage Examples
使用示例
Log Time
记录工时
User: "Log 3 hours to client project"
Assistant: Creates time entryUser: "Log 3 hours to client project"
Assistant: Creates time entryCreate Invoice
创建发票
User: "Generate invoice for October"
Assistant: Creates invoice from timeUser: "Generate invoice for October"
Assistant: Creates invoice from timeTrack Expense
记录费用
User: "Add $50 expense for software"
Assistant: Logs expenseUser: "Add $50 expense for software"
Assistant: Logs expenseView Report
查看报表
User: "Show project budget status"
Assistant: Returns budget reportUser: "Show project budget status"
Assistant: Returns budget reportAuthentication Flow
认证流程
- OAuth2 authentication
- Personal access tokens
- Account ID required
- Webhook support
- OAuth2 authentication
- 个人访问令牌
- 需要账户ID
- 支持Webhook
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid token | Re-authorize |
| Project Not Found | Wrong ID | Verify project |
| Invoice Error | Missing data | Complete info |
| Rate Limited | Too many requests | Slow down |
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid token | Re-authorize |
| Project Not Found | Wrong ID | Verify project |
| Invoice Error | Missing data | Complete info |
| Rate Limited | Too many requests | Slow down |
Notes
注意事项
- Time + invoicing
- QuickBooks integration
- Budget tracking
- Team management
- Full API
- Mobile apps
- 时间追踪+发票管理
- 支持QuickBooks集成
- 预算追踪
- 团队管理
- 完整API支持
- 移动应用支持