linkedin-recruiter
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLinkedIn Recruiter Skill
LinkedIn Recruiter Skill
Source and recruit candidates with LinkedIn's professional recruiting platform.
借助LinkedIn专业招聘平台发掘并招募候选人。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/linkedin-recruiter/install.sh | bashOr manually:
bash
cp -r skills/linkedin-recruiter ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/linkedin-recruiter/install.sh | bash或者手动安装:
bash
cp -r skills/linkedin-recruiter ~/.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 LINKEDIN_CLIENT_ID "your_client_id"
canifi-env set LINKEDIN_CLIENT_SECRET "your_client_secret"
canifi-env set LINKEDIN_ACCESS_TOKEN "your_access_token"
undefinedcanifi-env set LINKEDIN_CLIENT_ID "your_client_id"
canifi-env set LINKEDIN_CLIENT_SECRET "your_client_secret"
canifi-env set LINKEDIN_ACCESS_TOKEN "your_access_token"
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 Search: Search for candidates with advanced filters
- InMail Messaging: Send personalized InMail messages to prospects
- Pipeline Management: Manage candidate pipelines and stages
- Project Collaboration: Collaborate with team on recruiting projects
- Analytics: Track recruiting metrics and performance
- 候选人搜索:使用高级筛选条件搜索候选人
- InMail消息发送:向潜在候选人发送个性化InMail消息
- 人才管道管理:管理候选人管道与阶段
- 项目协作:与团队协作开展招聘项目
- 数据分析:追踪招聘指标与绩效
Usage Examples
使用示例
Search Candidates
搜索候选人
User: "Find software engineers in San Francisco with Python experience"
Assistant: Returns matching candidate profiles用户:“寻找旧金山地区有Python经验的软件工程师”
助手:返回匹配的候选人资料Send InMail
发送InMail
User: "Send an InMail to this candidate about the role"
Assistant: Composes and sends personalized InMail用户:“向该候选人发送关于该职位的InMail”
助手:撰写并发送个性化InMailView Pipeline
查看人才管道
User: "Show me candidates in the interview stage"
Assistant: Returns candidates by pipeline stage用户:“展示处于面试阶段的候选人”
助手:按管道阶段返回候选人Track Metrics
追踪指标
User: "What's our response rate this month?"
Assistant: Returns InMail and recruiting metrics用户:“我们本月的回复率是多少?”
助手:返回InMail及招聘相关指标Authentication Flow
认证流程
- Create app in LinkedIn Developer Portal
- Request Recruiter API access (requires approval)
- Implement OAuth 2.0 authorization
- Use tokens for API calls
- 在LinkedIn开发者平台创建应用
- 申请Recruiter API访问权限(需要审批)
- 实现OAuth 2.0授权
- 使用令牌调用API
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No Recruiter access | Verify seat license |
| 429 Rate Limited | Too many requests | Wait and retry |
| 404 Not Found | Profile not found | Verify profile ID |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | 令牌过期 | 刷新访问令牌 |
| 403 禁止访问 | 无Recruiter访问权限 | 验证席位许可 |
| 429 请求受限 | 请求次数过多 | 等待后重试 |
| 404 未找到 | 资料不存在 | 验证资料ID |
Notes
注意事项
- Requires Recruiter subscription
- API access requires additional approval
- InMail credits consumed per message
- Team collaboration features
- Integration with ATS systems
- Expensive enterprise product
- 需要Recruiter订阅
- API访问需要额外审批
- 发送每条InMail会消耗相应额度
- 支持团队协作功能
- 可与ATS系统集成
- 属于高成本企业级产品