Agent skill · Data & Analytics

Workday Automation

Automate HR operations in Workday -- manage workers, time off requests, absence balances, and employee data through natural language commands.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill workday-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: 5 KB
Bundled scripts: none
Path: composio-skills/workday-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

# Workday Automation Automate your Workday HR operations directly from Claude Code. Look up workers, create time off requests, check absence balances, and validate time off eligibility -- all without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/workday](https://composio.dev/toolkits/workday) --- ## Setup 1. Add the Rube MCP server to your Claude Code config with URL: `https://rube.app/mcp` 2. When prompted, authenticate your Workday account through the connection link provided 3. Start automating your HR workflows with natural language --- ## Core Workflows ### 1. Search and List Workers Retrieve worker information with search and pagination. **Tool:** `WORKDAY_LIST_WORKERS` ``` Search for workers named "Sarah" and include terminated employees ``` Key parameters: - `search` -- search by name or worker ID (case-insensitive, space-delimited for OR search) - `includeTerminatedWorkers` -- include terminated workers in results - `limit` (default 20, max 100) / `offset` -- pagination controls ### 2. Create Time Off Requests Submit time off requests for workers with full business process support. **Tool:** `WORKDAY_CREATE_TIME_OFF_REQUEST` ``` Create a vacation request

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Search and List Workers
  4. 2. Create Time Off Requests
  5. 3. Check Time Off Eligibility
  6. 4. View Absence Balances
  7. 5. Get Current User Profile
  8. 6. View Time Off History
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the Workday Automation skill do?

Automate HR operations in Workday -- manage workers, time off requests, absence balances, and employee data through natural language commands.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill workday-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