用自然语言自动处理 Workday 人事事务、请假与员工信息管理。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "Workday Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/workday-automation/SKILL.md 2. 保存为 ~/.claude/skills/workday-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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://rube.app/mcpRetrieve 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 resultslimit (default 20, max 100) / offset -- pagination controlsSubmit time off requests for workers with full business process support.
Tool: WORKDAY_CREATE_TIME_OFF_REQUEST
Create a vacation request for worker abc123 for March 15-17, 2026 (8 hours each day)
Key parameters:
ID (required) -- Workday worker IDbusinessProcessParameters (required) -- must include action with id field (use "d9e4223e446c11de98360015c5e6daf6" for submit action)days (required) -- array of time off entries, each with:
date (required) -- date in yyyy-mm-dd formattimeOffType (required) -- object with id of the eligible absence typedailyQuantity -- hours or days quantitycomment, start, end, position, reason -- optional fieldsbusinessProcessParameters.comment -- optional business process commentValidate which dates a worker can take off before submitting a request.
Tool: WORKDAY_GET_WORKER_VALID_TIME_OFF_DATES
Check if worker abc123 is eligible to take time off on March 15, 2026
Key parameters:
ID (required) -- Workday worker IDdate -- specific date to validate (yyyy-mm-dd)position -- filter by specific position IDtimeOff -- filter by specific time off plan/type IDlimit (max 100) / offset -- paginationCheck remaining time off balances for workers across all plans.
Tool: WORKDAY_LIST_ABSENCE_BALANCES
Show me absence balances for all workers in the organization
Retrieve the authenticated worker's profile information.
Tool: WORKDAY_GET_CURRENT_USER
Show me my Workday profile information
Retrieve time off details and history for a specific worker.
Tool: WORKDAY_GET_WORKER_TIME_OFF_DETAILS
Show me the time off history for worker abc123
WORKDAY_GET_CURRENT_USER or WORKDAY_LIST_WORKERS first to resolve Workday worker IDs. Worker IDs are Workday-specific UUIDs, not employee numbers.timeOffType.id in WORKDAY_CREATE_TIME_OFF_REQUEST must reference a valid eligible absence type for that worker. Use the "Get Worker Eligible Absence Types" flow to discover valid type IDs.businessProcessParameters.action.id should be "d9e4223e446c11de98360015c5e6daf6" for the submit action. Using an incorrect ID will cause the business process to fail.…
通过 Rube MCP 自动执行 Boxhero 库存与表格任务,提升日常运营效率。
通过 Rube MCP 自动化执行 Files.com 文件管理与传输相关任务。
通过 Rube MCP 自动化 Triggercmd 任务执行、查询与工作流编排。
分析并优化推文内容,依据推荐算法提升曝光、互动与传播效果
通过 Rube MCP 自动执行 Fillout 表单相关操作与流程处理。
通过 Rube MCP 自动执行 Botstar 相关任务,并先检索最新工具参数。
通过已登录会话只读获取 Workday 中的任务、薪酬与福利信息。
通过自然语言连接 Workday,查询员工、薪酬、请假与组织管理信息
通过自然语言自动处理员工入职、请假管理和工单跟踪等人事流程
帮助 AI 检索并引用官方 Workday 开发文档,支撑 Extend 应用开发与答复。
帮助人力团队用自然语言自动办理员工入职、录入信息并发送通知。
通过现有浏览器会话只读获取 Workday 任务与薪酬福利数据,并返回结构化 JSON。