Skills hr-policy-generator

Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1970168137/hr-policy-generator" ~/.claude/skills/openclaw-skills-hr-policy-generator && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/1970168137/hr-policy-generator" ~/.openclaw/skills/openclaw-skills-hr-policy-generator && rm -rf "$T"
manifest: skills/1970168137/hr-policy-generator/SKILL.md
source content

HR Policy Generator

Description

Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.

Input

NameTypeRequiredDescription
company_sizetextYesNumber of employees and locations
work_arrangementtextYesOn-site, remote, hybrid structure
jurisdictiontextYesApplicable labor laws and regulations
current_policytextNoExisting attendance policies
employee_feedbacktextNoKnown concerns or requests
industry_standardstextNoIndustry benchmark practices

Output

NameTypeDescription
attendance_policytextComprehensive policy document
work_hours_frameworktextCore hours and flexibility guidelines
leave_categoriestextPTO, sick, parental, other leave types
overtime_policytextOvertime rules and compensation
exception_procedurestextHandling exceptions and accommodations
compliance_checklisttextLegal compliance verification
communication_plantextEmployee rollout and training

Example

Input

{
  "company_size": "150 employees, 2 offices",
  "work_arrangement": "Hybrid - 3 days office, 2 days remote",
  "jurisdiction": "California, USA",
  "current_policy": "Informal flexible schedule, unlimited PTO"
}