remote
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRemote Skill
Remote Skill
Manage global employment and payroll with Remote's international HR platform.
通过Remote的国际HR平台管理全球雇佣与薪资发放。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/remote/install.sh | bashOr manually:
bash
cp -r skills/remote ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/remote/install.sh | bash或者手动安装:
bash
cp -r skills/remote ~/.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 REMOTE_API_KEY "your_api_key"
undefinedcanifi-env set REMOTE_API_KEY "your_api_key"
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
功能特性
- Global Employment: Hire employees in 60+ countries
- Contractor Management: Manage international contractors
- Payroll Processing: Run multi-country payroll
- Benefits Administration: Provide localized benefits
- Compliance Management: Ensure local labor law compliance
- 全球雇佣:在60多个国家雇佣员工
- 承包商管理:管理国际承包商
- 薪资处理:运行多国薪资发放
- 福利管理:提供本地化福利
- 合规管理:确保符合当地劳动法
Usage Examples
使用示例
Hire Employee
雇佣员工
User: "Hire a new employee in Canada"
Assistant: Creates employee with compliant setup用户:"在加拿大雇佣一名新员工"
助手:创建符合合规要求的员工档案Add Contractor
添加承包商
User: "Set up a contractor in Brazil"
Assistant: Creates contractor agreement用户:"在巴西设置一名承包商"
助手:创建承包商协议View Payroll
查看薪资
User: "Show me upcoming payroll runs"
Assistant: Returns scheduled payroll用户:"显示即将到来的薪资发放计划"
助手:返回已排期的薪资发放信息Check Compliance
检查合规性
User: "What are the leave requirements in France?"
Assistant: Returns local compliance info用户:"法国的休假要求是什么?"
助手:返回当地合规信息Authentication Flow
认证流程
- Generate API token in Remote dashboard
- Use token for API authentication
- Bearer token in request header
- Scoped by organization
- 在Remote控制台生成API令牌
- 使用令牌进行API认证
- 在请求头中使用Bearer令牌
- 按组织划分权限范围
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid token | Verify API token |
| 403 Forbidden | No access | Check permissions |
| 404 Not Found | Resource not found | Verify ID |
| 422 Unprocessable | Invalid data | Fix request |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 Unauthorized | 令牌无效 | 验证API令牌 |
| 403 Forbidden | 无访问权限 | 检查权限设置 |
| 404 Not Found | 资源不存在 | 验证ID正确性 |
| 422 Unprocessable | 数据无效 | 修正请求数据 |
Notes
注意事项
- Employer of Record services
- Direct employment option
- Multi-country payroll
- Equity incentives support
- IP protection built-in
- Transparent pricing
- 雇主代持服务(Employer of Record)
- 直接雇佣选项
- 多国薪资发放
- 股权激励支持
- 内置知识产权保护
- 透明定价