workday
SKILL.md
Workday Skill
Manage enterprise HR with Workday's cloud-based human capital management system.
Quick Install
curl -sSL https://canifi.com/skills/workday/install.sh | bash
Or manually:
cp -r skills/workday ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set WORKDAY_TENANT "your_tenant"
canifi-env set WORKDAY_CLIENT_ID "your_client_id"
canifi-env set WORKDAY_CLIENT_SECRET "your_client_secret"
canifi-env set WORKDAY_REFRESH_TOKEN "your_refresh_token"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Employee Records: Manage employee data and profiles
- Recruiting: Post jobs and manage candidates
- Time Tracking: Track time and attendance
- Benefits: Manage employee benefits enrollment
- Reporting: Generate HR reports and analytics
Usage Examples
Find Employee
User: "Find employee John Smith in Workday"
Assistant: Returns employee profile
View Time Off
User: "Show my team's time off requests"
Assistant: Returns pending time off requests
Run Report
User: "Generate a headcount report for Q1"
Assistant: Runs report and returns results
Update Record
User: "Update the address for employee #12345"
Assistant: Updates employee record
Authentication Flow
- Register API client in Workday
- Get client credentials and refresh token
- Use OAuth 2.0 for authentication
- Tenant-specific endpoints
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No access | Check security group |
| 404 Not Found | Resource not found | Verify worker ID |
| 429 Rate Limited | Too many requests | Wait and retry |
Notes
- Enterprise HCM platform
- Unified HR, payroll, finance
- Complex implementation
- Extensive customization
- Industry-specific solutions
- Premium enterprise pricing
Weekly Installs
29
Repository
andrejones92/canifi-life-osFirst Seen
Jan 24, 2026
Installed on
claude-code26
gemini-cli23
opencode23
cursor21
antigravity20
codex20