harvest

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Harvest Skill

Harvest Skill

Time tracking and invoicing for teams.
面向团队的时间追踪与发票管理工具。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/harvest/install.sh | bash
Or 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
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set HARVEST_ACCESS_TOKEN "your_token" canifi-env set HARVEST_ACCOUNT_ID "your_account_id"
undefined
canifi-env set HARVEST_ACCESS_TOKEN "your_token" canifi-env set HARVEST_ACCOUNT_ID "your_account_id"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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

功能特性

  1. Track Time: Log hours to projects
  2. Invoicing: Generate and send invoices
  3. Expenses: Track project expenses
  4. Reports: View time and budget reports
  5. Team Management: Monitor team hours
  1. 时间追踪:为项目记录工时
  2. 发票管理:生成并发送发票
  3. 费用追踪:追踪项目相关费用
  4. 报表查看:查看时间与预算报表
  5. 团队管理:监控团队工时

Usage Examples

使用示例

Log Time

记录工时

User: "Log 3 hours to client project"
Assistant: Creates time entry
User: "Log 3 hours to client project"
Assistant: Creates time entry

Create Invoice

创建发票

User: "Generate invoice for October"
Assistant: Creates invoice from time
User: "Generate invoice for October"
Assistant: Creates invoice from time

Track Expense

记录费用

User: "Add $50 expense for software"
Assistant: Logs expense
User: "Add $50 expense for software"
Assistant: Logs expense

View Report

查看报表

User: "Show project budget status"
Assistant: Returns budget report
User: "Show project budget status"
Assistant: Returns budget report

Authentication Flow

认证流程

  1. OAuth2 authentication
  2. Personal access tokens
  3. Account ID required
  4. Webhook support
  1. OAuth2 authentication
  2. 个人访问令牌
  3. 需要账户ID
  4. 支持Webhook

Error Handling

错误处理

ErrorCauseSolution
Auth FailedInvalid tokenRe-authorize
Project Not FoundWrong IDVerify project
Invoice ErrorMissing dataComplete info
Rate LimitedToo many requestsSlow down
ErrorCauseSolution
Auth FailedInvalid tokenRe-authorize
Project Not FoundWrong IDVerify project
Invoice ErrorMissing dataComplete info
Rate LimitedToo many requestsSlow down

Notes

注意事项

  • Time + invoicing
  • QuickBooks integration
  • Budget tracking
  • Team management
  • Full API
  • Mobile apps
  • 时间追踪+发票管理
  • 支持QuickBooks集成
  • 预算追踪
  • 团队管理
  • 完整API支持
  • 移动应用支持