greenhouse
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGreenhouse Skill
Greenhouse Skill
Manage recruiting and hiring with Greenhouse's applicant tracking system.
使用Greenhouse的候选人跟踪系统管理招聘与雇佣工作。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/greenhouse/install.sh | bashOr manually:
bash
cp -r skills/greenhouse ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/greenhouse/install.sh | bash或者手动安装:
bash
cp -r skills/greenhouse ~/.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 GREENHOUSE_API_KEY "your_api_key"
undefinedcanifi-env set GREENHOUSE_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
功能特性
- Candidate Management: Track candidates through hiring pipeline
- Job Requisitions: Create and manage job openings
- Interview Scheduling: Schedule and manage interviews
- Scorecards: Collect and manage interview feedback
- Offers: Create and send offer letters
- 候选人管理:跟踪候选人在招聘流程中的进度
- 职位申请管理:创建并管理职位空缺
- 面试安排:安排并管理面试
- 评分卡:收集并管理面试反馈
- 录用通知:创建并发送录用函
Usage Examples
使用示例
Add Candidate
添加候选人
User: "Add John Smith as a candidate for the Engineering role"
Assistant: Creates candidate and links to job用户:"将John Smith添加为工程师职位的候选人"
助手:创建候选人档案并关联至对应职位Schedule Interview
安排面试
User: "Schedule an interview with Sarah for Tuesday at 2pm"
Assistant: Creates interview event用户:"为Sarah安排周二下午2点的面试"
助手:创建面试活动View Pipeline
查看招聘流程
User: "Show me candidates in the offer stage"
Assistant: Returns candidates by stage用户:"展示处于录用阶段的候选人"
助手:按阶段返回候选人列表Submit Scorecard
提交评分卡
User: "Submit feedback for the last interview"
Assistant: Creates scorecard with ratings用户:"提交上一次面试的反馈"
助手:创建带有评分的评分卡Authentication Flow
身份验证流程
- Generate API key in Greenhouse settings
- Use Basic Auth with API key
- Key provides access based on permissions
- Different keys for different access levels
- 在Greenhouse设置中生成API密钥
- 使用API密钥进行基础身份验证
- 密钥的访问权限基于您的权限设置
- 不同密钥对应不同的访问级别
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No permission | Check API key access |
| 404 Not Found | Resource not found | Verify ID |
| 429 Rate Limited | Too many requests | Implement backoff |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 Unauthorized | API密钥无效 | 验证凭证 |
| 403 Forbidden | 无权限 | 检查API密钥的访问权限 |
| 404 Not Found | 资源不存在 | 验证ID |
| 429 Rate Limited | 请求过多 | 实现退避机制 |
Notes
注意事项
- Enterprise ATS platform
- Structured hiring process
- 300+ integrations
- DE&I features included
- Reporting and analytics
- Industry-leading ATS
- 企业级ATS平台
- 结构化招聘流程
- 300+集成功能
- 包含DE&I(多元化、公平性与包容性)特性
- 报告与分析功能
- 行业领先的ATS系统