workday

workday is a skill for Claude Code, Codex from iblai/enterprise-agents. It costs 39 tokens per session (622 once invoked), scanned A, original, MIT.

A read-only connection to Workday, a human-resources system used to manage employee information and the employee lifecycle. It retrieves records such as leave, job history, compensation, and onboarding tasks.

In plain words
What is it for?
Use it to look up leave balances, start dates, departments, managers, onboarding progress, job history, titles, cost centers, and reporting lines.
Why use it?
It gives HR and onboarding workflows a consistent source for employee details and task status. Read-only access prevents the agent from changing personnel records.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/iblai/enterprise-agents/workday
Any agent
npx skills add iblai/enterprise-agents --skill workday
Clone the repo
git clone --depth 1 https://github.com/iblai/enterprise-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workday

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/enterprise-agents/workday.svg)](https://agentmods.dev/skills/iblai/enterprise-agents/workday)
Your own site
<a href="https://agentmods.dev/skills/iblai/enterprise-agents/workday"><img src="https://agentmods.dev/badge/skills/iblai/enterprise-agents/workday.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00622
Opus 5 $0.00019 $0.00311
Sonnet 5 $0.00008 $0.00124
Haiku 4.5 $0.00004 $0.00062

Measured 6d ago against content hash 7900f2e86f32, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

workday scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/workday/SKILL.md · 39 lines

How it starts

The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Workday

What it is

Workday is the leading cloud Human Capital Management (HCM) suite, used by large enterprises to manage the full employee lifecycle from recruiting through offboarding. In this segment, HR and onboarding agents use Workday as the authoritative source for employee records, leave balances, job history, and onboarding checklist status. All agent access is read-only and scoped to the information needed to answer employee questions or validate provisioning prerequisites.

When to use this skill

  • Looking up an employee's leave balance before answering a time-off question
  • Retrieving a new hire's start date, department, and manager for onboarding coordination
  • Checking the status of onboarding tasks assigned to a new employee
  • Confirming job title, cost center, or reporting structure for an access provisioning request
  • Retrieving job history for an employee to answer a compensation or tenure question

Credentials

This skill authenticates using variables from ~/.openclaw/.env (template: .env.example at the config root). Required variables:

  • WORKDAY_BASE_URL - tenant base URL (e.g. https://wd3-impl-services1.workday.com/ccx/service/mycompany)
  • WORKDAY_USERNAME - integration system user (ISU) username
  • WORKDAY_PASSWORD - integration system user password
  • WORKDAY_TENANT - Workday tenant ID

Key operations

  • GET /Human_Resources/v43.0/workers/{worker_id} - retrieve worker profile
  • GET /Human_Resources/v43.0/workers?Search_Text=... - search workers by name or email
  • GET /Absence_Management/v43.0/leave_requests_for_worker - fetch leave balances
  • GET /Talent/v43.0/job_history/{worker_id} - retrieve job change history
  • GET /Staffing/v43.0/workers/{worker_id}/worker_status - get employment status

Notes

  • Workday uses SOAP/XML as the primary API protocol (WWS); a REST-based API (Workday REST) is available for select domains.
  • Always use an Integration System User (ISU) account with minimum necessary domain security permissions.
  • PII fields (SSN, date of birth, bank details) must be excluded from agent-accessible security segments.
  • Workday sandboxes (Implementation, Sandbox Preview) have separate tenant URLs; test against a non-production tenant.
  • API versioning is date-based (v43.0); pin the version and update during Workday's bi-annual release window.

Read the full file on GitHub · 39 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 39 lines · 39 tokens per session scan A 7900f2e86f32

Subscribe to this mod's changes

workday is a skill published in the GitHub repository iblai/enterprise-agents (11 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 622 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.