indeed
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseIndeed Skill
Indeed Skill
Post jobs and search candidates on Indeed's job marketplace.
在Indeed的招聘平台上发布职位并搜索候选人。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/indeed/install.sh | bashOr manually:
bash
cp -r skills/indeed ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/indeed/install.sh | bash或手动安装:
bash
cp -r skills/indeed ~/.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 INDEED_EMPLOYER_ID "your_employer_id"
canifi-env set INDEED_API_KEY "your_api_key"
undefinedcanifi-env set INDEED_EMPLOYER_ID "your_employer_id"
canifi-env set INDEED_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
功能特性
- Job Posting: Create and manage job listings
- Candidate Search: Search Indeed's resume database
- Application Tracking: Track and manage job applications
- Sponsored Jobs: Manage sponsored job campaigns
- Analytics: Track job performance and applicant metrics
- 职位发布:创建并管理职位列表
- 候选人搜索:搜索Indeed的简历数据库
- 申请追踪:追踪并管理职位申请
- 推广职位:管理推广职位的广告活动
- 数据分析:追踪职位表现和申请人指标
Usage Examples
使用示例
Post Job
发布职位
User: "Post a new job for Senior Developer in New York"
Assistant: Creates job listing with details用户:"在纽约发布一个高级开发工程师的新职位"
助手:创建包含详细信息的职位列表Search Resumes
搜索简历
User: "Find candidates with 5+ years of React experience"
Assistant: Returns matching resumes用户:"寻找拥有5年以上React经验的候选人"
助手:返回匹配的简历View Applications
查看申请
User: "Show me new applications for the marketing role"
Assistant: Returns recent applicants用户:"展示营销岗位的新申请"
助手:返回近期的申请人Sponsor Job
推广职位
User: "Sponsor the DevOps position with $50/day budget"
Assistant: Creates sponsored campaign用户:"为DevOps职位设置每日50美元的推广预算"
助手:创建推广活动Authentication Flow
认证流程
- Register as Indeed employer
- Get API credentials from Indeed publisher
- Use OAuth for some endpoints
- API key for basic operations
- 注册为Indeed雇主
- 从Indeed开发者平台获取API凭据
- 部分端点使用OAuth认证
- 基础操作使用API密钥
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid credentials | Verify API key |
| 403 Forbidden | No employer access | Verify employer ID |
| 404 Not Found | Job not found | Check job ID |
| 429 Rate Limited | Too many requests | Wait and retry |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | 凭据无效 | 验证API密钥 |
| 403 禁止访问 | 无雇主权限 | 验证雇主ID |
| 404 未找到 | 职位不存在 | 检查职位ID |
| 429 请求受限 | 请求过于频繁 | 等待后重试 |
Notes
注意事项
- Largest job site globally
- Free and sponsored listings
- Resume search requires subscription
- ATS integrations available
- Pay-per-click for sponsored
- Mobile-optimized applications
- 全球最大的招聘网站
- 提供免费和付费推广的职位列表
- 简历搜索需要订阅
- 支持ATS(申请人追踪系统)集成
- 推广职位按点击付费
- 支持移动端优化的申请流程