Workday Automation

Automate HR operations and manage employee data through natural language commands in Workday.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill workday-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workday Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/workday-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill workday-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of navigating complex HR portals by allowing users to perform administrative tasks like time-off requests and worker lookups directly through natural language.

Core Features & Use Cases

  • Worker Management: Search and retrieve detailed worker profiles, including terminated employees.
  • Absence Automation: Submit time-off requests and validate eligibility against existing absence balances.
  • Use Case: An employee can ask the agent to check their remaining vacation balance and submit a time-off request for specific dates without logging into the Workday web interface.

Quick Start

Use the workday skill to search for a worker named Sarah and retrieve her current profile information.

Frequently Asked Questions about Workday Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit a time off request using Workday automation?

Use the WORKDAY_CREATE_TIME_OFF_REQUEST tool by providing the worker ID, the specific dates, and the required business process action ID for submission.

Can I search for terminated employees in Workday?

Yes, use the WORKDAY_LIST_WORKERS tool and set the includeTerminatedWorkers parameter to true to include terminated employees in your search results.

What is the correct date format for Workday requests?

All date fields must be provided in the yyyy-mm-dd format. ISO 8601 timestamps are not accepted for date-only fields.

Why does my time off request fail to submit?

Requests often fail if the business process action ID is incorrect or if the time off type ID is not valid for the specific worker. Ensure you use the correct submit action ID: d9e4223e446c11de98360015c5e6daf6.

How do I find my own worker ID?

Call the WORKDAY_GET_CURRENT_USER tool to retrieve your authenticated profile, which includes your unique Workday worker ID.