Install
openclaw skills install hrflowAutomate HR workflows including benefits enrollment, onboarding, and payroll integration. Use when the user needs to streamline employee processes, reduce manual HR tasks, or personalize employee experiences across HRIS systems.
openclaw skills install hrflowHRFlow is an AI-driven HR process automation skill that intelligently orchestrates complex employee workflows across your entire HR ecosystem. Whether you're managing benefits enrollment, automating onboarding sequences, or syncing payroll data, HRFlow eliminates manual work and creates frictionless experiences for your team.
Why HRFlow Matters:
Key Integrations:
"Set up an automated benefits enrollment workflow for our new hire cohort.
Trigger personalized emails with plan comparisons based on employee lifecycle
stage, include DocuSign integration for enrollment forms, and sync completed
enrollments back to Workday within 24 hours. Send daily Slack summaries to HR."
"Build a 30-day AI-driven onboarding workflow that personalizes tasks based on
department and role. Include hardware provisioning (auto-order laptop and phone),
system access requests (GitHub, Slack, Google Workspace), manager 1-on-1
scheduling, and culture documentation. Notify managers of pending tasks via Teams."
"Automate our payroll processing: pull updated employee data from BambooHR
salary changes, map to Gusto payroll system, validate against tax withholding
rules, and if any discrepancies occur, flag for HR review and escalate to
slack #payroll-alerts. Generate a compliance report for finance."
"Launch our annual benefits renewal: segment employees by tenure and benefits
tier, generate personalized communication highlighting plan changes relevant to
each segment, track engagement metrics in real-time, and auto-escalate inactive
employees to HR for phone outreach."
Usage Example:
Workflow: New Hire Activation
├── Day 1: Send welcome email + equipment order
├── Day 3: System access provisioning + manager sync
├── Day 7: Benefits enrollment (personalized by role)
├── Day 14: Culture onboarding & direct report mapping
└── Day 30: 30-day check-in survey
Supported Data Points:
# HRIS System Authentication
export HRIS_API_KEY="your-workday-or-bamboohr-api-key"
export HRIS_SYSTEM="workday" # Options: workday, bamboohr, namely, custom
export HRIS_TENANT_ID="your-tenant-id"
# Payroll System Authentication
export PAYROLL_API_KEY="your-gusto-or-adp-api-key"
export PAYROLL_SYSTEM="gusto" # Options: gusto, adp, paychex, square
# Communication Channels
export SLACK_WEBHOOK_URL="https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
export SLACK_DEFAULT_CHANNEL="#hr-alerts"
export SENDGRID_API_KEY="your-sendgrid-key" # For email
# Document Signing
export DOCUSIGN_API_KEY="your-docusign-integration-key"
export DOCUSIGN_ACCOUNT_ID="your-account-id"
# Security & Compliance
export ENCRYPTION_KEY="your-256-bit-encryption-key"
export AUDIT_LOG_RETENTION_DAYS="2555" # 7 years
export DATA_RESIDENCY="us-east-1" # GDPR/compliance region
# Workflow Settings
export WORKFLOW_TIMEOUT_MINUTES="1440" # Max runtime before auto-fail
export APPROVAL_REMINDER_HOURS="24" # Escalate pending approvals
export BATCH_PROCESS_SIZE="100" # For bulk operations
# AI Personalization
export PERSONALIZATION_MODEL="openai-gpt4"
export SENTIMENT_ANALYSIS_ENABLED="true"
export ENGAGEMENT_SCORE_THRESHOLD="0.6"
# Custom HRIS Endpoint (if using custom system)
export CUSTOM_HRIS_BASE_URL="https://your-hris.company.com/api/v2"
export CUSTOM_HRIS_AUTH_TYPE="oauth2" # or basic, bearer
Authenticate with HRIS:
hrf test-hris-connectionConfigure Payroll Integration:
Set Up Communication Channels:
hrf test-notification slackDocument Signing (Optional):
HRFlow Workflow Report - New Hire Activation
Generated: 2024-01-15 10:30 AM
Hire: Sarah Chen | Start Date: 2024-01-15 | Department: Engineering
✅ COMPLETED (Day 1):
✓ Welcome email sent (2024-01-15 09:00)
✓ Laptop order placed: MacBook Pro 16" (Order #WH-445829)
✓ Manager notification sent to James Rodriguez
⏳ IN PROGRESS (Day 3):
⏱ System access provisioning (80% complete)
- GitHub: pending manager approval
- Slack workspace: activated
- Google Workspace: active
⏱ Security training assignment: due 2024-01-18
📋 PENDING (Day 7):
⏰ Benefits enrollment: due 2024-01-22
- Medical: 3 plan options + personalized comparison
- 401(k): auto-enrollment at 3% (adjustable)
- FSA election: recommended based on dependent status
⏰ I-9 verification: scheduled for 2024-01-20
RISK FLAGS: None
APPROVAL CHAIN: All completed on-time
HRFlow Payroll Integration Report
Sync Date: 2024-01-15 | Cycle: Bi-weekly
SOURCE: BambooHR → DESTINATION: Gusto Payroll
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PROCESSED: 487 employee records
✅ MATCHED: 483 (99.2%)
⚠️ WARNINGS: 3
❌ ERRORS: 1
WARNINGS (Requires Review):
1. Marcus Johnson - Salary change +8% detected
Action: Waiting HR approval in #payroll-alerts
2. Priya Patel - Tax withholding mismatch (-$12/paycheck)
Recommendation: Verify W-4 on file
3. New hire - Michael Torres - Missing direct deposit info
Action: Auto-sent banking form request
ERRORS (Blocked):
1. Jennifer Lee - Duplicate employee ID in Gusto
Status: HR contacted, awaiting resolution
DATA CONSISTENCY CHECKS:
✓ Tax IDs match across systems
✓ Deduction codes valid
✓ Department mappings correct
✓ Benefit plan elections aligned
HRFlow Benefits Renewal Campaign - 2024
Campaign Dates: Jan 8-22 | Target: 250 employees
OVERALL ENGAGEMENT: 92% (230/250)
├── Opened email: 98% (245/250)
├── Clicked enrollment link: 94% (235/250)
└── Completed enrollment: 92% (230/250)
BY SEGMENT:
Tenure < 1 year: 88% completion (12 pending → escalate to phone)
Tenure 1-5 years: 95% completion (5 pending)
Tenure 5+ years: 93% completion (9 pending)
BY DEPARTMENT:
Engineering: 96% ✓ (highest engagement)
Sales: 89% (send reminder to Sales Ops)
Finance: 94% ✓
HR: 100% ✓ (all staff completed)
PLAN ELECTIONS TRENDS:
Medical plans: No change (69% HMO, 31% PPO)
401(k): +3% avg contribution increase (from 5.2% to 5.5%)
FSA: 42% enrollment (stable year-over-year)
Wellness: +12% uptake in gym benefits
NEXT STEPS:
→ Phone outreach for 26 pending employees (Jan 23-24)
→ Generate finalized census for plan administrators
→ Sync all elections to payroll system (Jan 25)
→ Send confirmation statements (Jan 26)
Create workflows by employee lifecycle stage:
├── New hires (0-30 days): intensive onboarding
├── Established (30-365 days): integration + development
├── Tenured (1+ years): career pathing, benefits optimization
└── Offboarding: exit workflows, knowledge transfer
Employee Termination Automation:
Sensitive Compensation Decisions:
Data Deletion:
Surveillance or Monitoring:
Issue 1: Payroll Sync Fails with "Field Mismatch" Error
Error: "Field 'cost_center' not found in Gusto schema"
Solution:
1