← ClaudeAtlas

lever-automationlisted

Automate recruiting workflows in Lever ATS -- manage opportunities, job postings, requisitions, pipeline stages, and candidate tags through the Composio Lever integration.
ComposioHQ/awesome-claude-skills · ★ 62,373 · AI & Automation · score 84
Install: claude install-skill ComposioHQ/awesome-claude-skills
# Lever Automation Automate your recruiting operations in **Lever ATS** directly from Claude Code. Manage job postings, track candidate pipelines, update requisitions, and query opportunities without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/lever](https://composio.dev/toolkits/lever) --- ## Setup 1. Add the Composio MCP server to your configuration: ``` https://rube.app/mcp ``` 2. Connect your Lever account when prompted by running any Lever command. The agent will provide an OAuth link to authenticate. 3. Ensure your Lever API key has sufficient scopes for the operations you need (read/write access to postings, opportunities, requisitions). --- ## Core Workflows ### 1. List and Filter Job Postings Retrieve all job postings with optional filtering by state, team, department, location, or commitment type. **Tool:** `LEVER_LIST_POSTINGS` Key parameters: - `state` -- filter by `published`, `internal`, `closed`, `draft`, `pending`, `rejected` - `team`, `department`, `location`, `commitment` -- narrow results by organizational attributes - `limit` (1-100) and `offset` -- paginate through large posting sets - `tag` -- filter by posting tag Example prompt: *"List all published engineering job postings in Lever"* --- ### 2. Browse Candidate Opportunities List all opportunities in the hiring pipeline with rich filtering for pipeline analysis and candidate tracking. **Tool:** `LEVER_LIST_OPPORTUNITIES` Key parameters: - `posting_id`, `st