Agent skill

Lever Automation

Automate recruiting workflows in Lever ATS -- manage opportunities, job postings, requisitions, pipeline stages, and candidate tags through the Composio Lever integration.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill lever-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: composio-skills/lever-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 al

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. List and Filter Job Postings
  4. 2. Browse Candidate Opportunities
  5. 3. Get Opportunity Details
  6. 4. Manage Requisitions
  7. 5. View Pipeline Stages
  8. 6. Manage Tags
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the Lever Automation skill do?

Automate recruiting workflows in Lever ATS -- manage opportunities, job postings, requisitions, pipeline stages, and candidate tags through the Composio Lever integration.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill lever-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going