Ashby Automation by composiohq/awesome-claude-skills
npx skills add https://github.com/composiohq/awesome-claude-skills --skill 'Ashby Automation'直接在 Claude Code 中自动化您的 Ashby ATS 招聘操作。创建候选人、发布职位、管理申请、查看面试安排并搜索人才管道——所有这些都无需离开您的终端。
工具包文档: composio.dev/toolkits/ashby
https://rube.app/mcp创建、列出、搜索、更新和检索详细的候选人信息。
工具: ASHBY_CREATE_CANDIDATE, ASHBY_LIST_CANDIDATES, ASHBY_SEARCH_CANDIDATES, ASHBY_GET_CANDIDATE_INFO, ASHBY_UPDATE_CANDIDATE
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
创建一个名为"Jane Smith"、邮箱为 jane@example.com、LinkedIn 个人资料为 https://linkedin.com/in/janesmith 的候选人
ASHBY_CREATE_CANDIDATE 的关键参数:
name (必填) -- 候选人的全名email -- 主要邮箱地址phoneNumber, linkedInUrl, githubUrl, websiteUrl -- 联系方式/社交资料ASHBY_SEARCH_CANDIDATES 的关键参数:
email -- 精确匹配邮箱name -- 部分匹配姓名ASHBY_LIST_CANDIDATES 的关键参数:
perPage (最大 100) / cursor -- 分页syncToken -- 用于自上次同步以来的增量更新发布新的职位空缺并浏览现有职位。
工具: ASHBY_CREATE_JOB, ASHBY_LIST_JOBS, ASHBY_GET_JOB_INFO
在团队 dept-123、地点 loc-456、品牌 brand-789 下创建一个新的"高级软件工程师"职位
ASHBY_CREATE_JOB 的关键参数:
title (必填) -- 职位名称teamId (必填) -- 部门/团队 ID (来自部门列表)locationId (必填) -- 办公地点 ID (来自地点列表)brandId (必填) -- 雇主品牌 ID (来自品牌列表)defaultInterviewPlanId -- 需要此参数才能开放职位接受申请jobTemplateId -- 从模板预填充ASHBY_LIST_JOBS 的关键参数:
perPage (最大 100) / cursor / syncToken -- 分页和增量同步注意: 新创建的职位初始状态为"草稿"。您必须设置 defaultInterviewPlanId 才能开放/发布该职位。
创建申请以将候选人与职位关联,并跟踪其进展。
工具: ASHBY_CREATE_APPLICATION, ASHBY_LIST_APPLICATIONS
将候选人 cand-abc123 申请到职位 job-xyz789,来源为 src-referral
ASHBY_CREATE_APPLICATION 的关键参数:
candidateId (必填) -- 现有候选人的 UUIDjobId (必填) -- 现有职位的 UUIDsourceId -- 申请来源的 UUID (LinkedIn、推荐等)creditedToUserId -- 要记功的招聘人员/推荐人的 UUIDinterviewStageId -- 直接放入特定阶段 (默认为第一阶段)ASHBY_LIST_APPLICATIONS 的关键参数:
perPage (最大 100) / cursor / syncToken -- 分页和增量同步列出已安排的面试,包括时间、面试官和候选人详细信息。
工具: ASHBY_LIST_INTERVIEW_SCHEDULES
显示所有即将到来的面试安排
关键参数:
perPage (最大 100) / cursor -- 分页syncToken -- 用于变更安排的增量同步查看内部备注、观察记录和招聘人员对候选人的评论。
工具: ASHBY_LIST_CANDIDATE_NOTES
显示候选人 cand-abc123 的所有备注
结合列表工具来构建招聘管道报告。
工具: ASHBY_LIST_CANDIDATES, ASHBY_LIST_APPLICATIONS, ASHBY_LIST_JOBS
列出所有申请以查看我们招聘管道的当前状态
syncToken 进行增量数据获取 (对于定期报告很高效)cursor 对所有结果进行分页以获取完整数据集ASHBY_CREATE_JOB 新创建的职位初始状态为"草稿",在设置 defaultInterviewPlanId 并开放职位之前无法接受申请。ASHBY_CREATE_JOB 需要 title、teamId、locationId 和 brandId。使用部门、地点和品牌列表端点来发现有效的 ID。perPage (最大 100) 和 cursor。您不能跳转到任意页面——必须顺序迭代。syncToken 提高效率: 使用先前响应中的 syncToken 仅获取已更改的记录。这可以显著减少重复性工作流程的 API 调用。ASHBY_SEARCH_CANDIDATES 支持精确邮箱匹配或部分姓名匹配,但不支持组合查询或其他字段。要进行更广泛的搜索,请使用带分页的 ASHBY_LIST_CANDIDATES。| 工具标识 | 描述 |
|---|---|
ASHBY_CREATE_CANDIDATE | 创建新候选人 (需要 name) |
ASHBY_LIST_CANDIDATES | 列出所有候选人 (支持分页和同步) |
ASHBY_SEARCH_CANDIDATES | 按邮箱或姓名搜索候选人 |
ASHBY_GET_CANDIDATE_INFO | 获取完整的候选人详细信息 (需要 candidateId) |
ASHBY_UPDATE_CANDIDATE | 更新候选人档案信息 |
ASHBY_LIST_CANDIDATE_NOTES | 列出候选人的内部备注 |
ASHBY_CREATE_JOB | 创建职位空缺 (需要 title, teamId, locationId, brandId) |
ASHBY_LIST_JOBS | 列出所有职位 (支持分页和同步) |
ASHBY_GET_JOB_INFO | 按 ID 获取完整的职位详细信息 |
ASHBY_CREATE_APPLICATION | 将候选人申请到职位 (需要 candidateId, jobId) |
ASHBY_LIST_APPLICATIONS | 列出所有申请 (支持分页和同步) |
ASHBY_LIST_INTERVIEW_SCHEDULES | 列出已安排的面试 (支持分页) |
由 Composio 提供支持
每周安装数
0
代码仓库
GitHub 星标数
42.7K
首次出现
1970年1月1日
安全审计
Automate your Ashby ATS recruiting operations directly from Claude Code. Create candidates, post jobs, manage applications, view interview schedules, and search your talent pipeline -- all without leaving your terminal.
Toolkit docs: composio.dev/toolkits/ashby
https://rube.app/mcpCreate, list, search, update, and retrieve detailed candidate information.
Tools: ASHBY_CREATE_CANDIDATE, ASHBY_LIST_CANDIDATES, ASHBY_SEARCH_CANDIDATES, ASHBY_GET_CANDIDATE_INFO, ASHBY_UPDATE_CANDIDATE
Create a candidate named "Jane Smith" with email jane@example.com and LinkedIn profile https://linkedin.com/in/janesmith
Key parameters for ASHBY_CREATE_CANDIDATE:
name (required) -- full name of the candidateemail -- primary email addressphoneNumber, linkedInUrl, githubUrl, websiteUrl -- contact/social profilesKey parameters for ASHBY_SEARCH_CANDIDATES:
email -- exact email matchname -- partial name matchKey parameters for ASHBY_LIST_CANDIDATES:
perPage (max 100) / cursor -- paginationsyncToken -- for incremental updates since last syncPost new job openings and browse existing positions.
Tools: ASHBY_CREATE_JOB, ASHBY_LIST_JOBS, ASHBY_GET_JOB_INFO
Create a new "Senior Software Engineer" job in team dept-123 at location loc-456 with brand brand-789
Key parameters for ASHBY_CREATE_JOB:
title (required) -- job titleteamId (required) -- department/team ID (from list departments)locationId (required) -- office location ID (from list locations)brandId (required) -- employer brand ID (from list brands)defaultInterviewPlanId -- required to open the job for applicationsjobTemplateId -- pre-populate from a templateKey parameters for ASHBY_LIST_JOBS:
perPage (max 100) / cursor / syncToken -- pagination and incremental syncNote: Newly created jobs start in "Draft" status. You must set a defaultInterviewPlanId to open/publish the job.
Create applications to connect candidates to jobs and track their progress.
Tools: ASHBY_CREATE_APPLICATION, ASHBY_LIST_APPLICATIONS
Apply candidate cand-abc123 to job job-xyz789 with source src-referral
Key parameters for ASHBY_CREATE_APPLICATION:
candidateId (required) -- UUID of an existing candidatejobId (required) -- UUID of an existing jobsourceId -- UUID of the application source (LinkedIn, Referral, etc.)creditedToUserId -- UUID of recruiter/referrer to creditinterviewStageId -- place directly into a specific stage (defaults to first stage)Key parameters for ASHBY_LIST_APPLICATIONS:
perPage (max 100) / cursor / syncToken -- pagination and incremental syncList scheduled interviews with timing, interviewer, and candidate details.
Tool: ASHBY_LIST_INTERVIEW_SCHEDULES
Show me all upcoming interview schedules
Key parameters:
perPage (max 100) / cursor -- paginationsyncToken -- incremental sync for changed schedulesView internal notes, observations, and recruiter comments on candidates.
Tool: ASHBY_LIST_CANDIDATE_NOTES
Show me all notes for candidate cand-abc123
Combine listing tools to build hiring pipeline reports.
Tools: ASHBY_LIST_CANDIDATES, ASHBY_LIST_APPLICATIONS, ASHBY_LIST_JOBS
List all applications to see the current state of our hiring pipeline
syncToken for incremental data fetches (efficient for recurring reports)cursor for complete datasetsASHBY_CREATE_JOB start in "Draft" status and cannot accept applications until a defaultInterviewPlanId is set and the job is opened.ASHBY_CREATE_JOB requires title, teamId, locationId, and brandId. Use list departments, locations, and brands endpoints to discover valid IDs.perPage (max 100) and cursor. You cannot jump to arbitrary pages -- you must iterate sequentially.| Tool Slug | Description |
|---|---|
ASHBY_CREATE_CANDIDATE | Create a new candidate (requires name) |
ASHBY_LIST_CANDIDATES | List all candidates with pagination and sync |
ASHBY_SEARCH_CANDIDATES | Search candidates by email or name |
ASHBY_GET_CANDIDATE_INFO | Get full candidate details (requires candidateId) |
ASHBY_UPDATE_CANDIDATE |
Powered byComposio
Weekly Installs
0
Repository
GitHub Stars
42.7K
First Seen
Jan 1, 1970
Security Audits
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
31,600 周安装
syncToken for efficiency: Use syncToken from previous responses to fetch only changed records. This dramatically reduces API calls for recurring workflows.ASHBY_SEARCH_CANDIDATES supports exact email match or partial name match, but not combined queries or other fields. For broader searches, use ASHBY_LIST_CANDIDATES with pagination.| Update candidate profile information |
ASHBY_LIST_CANDIDATE_NOTES | List internal notes for a candidate |
ASHBY_CREATE_JOB | Create a job opening (requires title, teamId, locationId, brandId) |
ASHBY_LIST_JOBS | List all jobs with pagination and sync |
ASHBY_GET_JOB_INFO | Get full job details by ID |
ASHBY_CREATE_APPLICATION | Apply a candidate to a job (requires candidateId, jobId) |
ASHBY_LIST_APPLICATIONS | List all applications with pagination and sync |
ASHBY_LIST_INTERVIEW_SCHEDULES | List scheduled interviews with pagination |