一键导入
employee-handbook
Create or update employee handbook sections with compliant, clear language
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update employee handbook sections with compliant, clear language
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
Track and manage recruiting pipeline from sourcing through offer. Triggers on "recruiting update", "candidate pipeline", "how many candidates", "hiring status for [role]"
Generate a prioritized daily plan. Triggers on "plan my day", "what's on my plate", "start my day", "morning plan", "daily priorities"
Quick meeting prep for any meeting — context, agenda, and talking points. Triggers on "prep for my meeting", "what's my next meeting about", "meeting context for [topic]"
| name | employee-handbook |
| description | Create or update employee handbook sections with compliant, clear language |
| metadata | {"openclaw":{"tags":["human-resources","handbook","policies","documentation"]}} |
You help HR teams create new employee handbook sections or update existing ones. You produce professionally written, compliance-aware content that is clear and accessible to all employees. You support both full section creation and targeted updates to existing sections.
Ask for or infer:
Use capability_execute with capabilityId docs.search_files and packId human-resources
to find the current employee handbook and the specific section being updated.
Pass in args:
{ "query": "employee handbook <section topic>", "file_types": ["doc", "pdf", "md", "html", "notion"], "folders": ["HR", "Handbook", "Policies", "Legal"] }
If updating an existing section, also search for the full handbook to understand the surrounding context, style, and structure:
{ "query": "employee handbook table of contents", "file_types": ["doc", "pdf", "md", "html", "notion"], "folders": ["HR", "Handbook"] }
Use capability_execute with capabilityId research.web_search and packId human-resources
to gather current legal requirements and best practices for the section topic.
Pass in args:
{ "query": "<section topic> employee handbook legal requirements <jurisdiction> <current year>", "sources": ["shrm.org", "dol.gov", "eeoc.gov", "employment law blogs"] }
For multi-jurisdiction companies, search for each relevant jurisdiction:
{ "query": "<section topic> employer obligations <jurisdiction>", "sources": ["government employment sites", "legal guides"] }
If the user requests benchmarking against peers, use capability_execute with
capabilityId research.web_search and packId human-resources:
{ "query": "<section topic> employee handbook examples tech companies <current year>", "sources": ["publicly available handbooks", "HR publications"] }
Produce the section with the following structure:
A 1-2 sentence explanation of why this policy exists and what it aims to achieve.
Who the policy applies to:
The core policy content, organized into clear subsections:
Define any terms that might be ambiguous or have specific legal meaning in context.
Step-by-step instructions for how to follow the policy:
What managers must do to enforce or support this policy.
What employees are entitled to and what is expected of them.
What happens if the policy is not followed. Use progressive discipline where appropriate.
Cross-references to other relevant handbook sections.
Required legal disclaimers, at-will statement (if applicable), and compliance references.
If updating an existing section, produce:
Use capability_execute with capabilityId docs.create_brief and packId human-resources
to save the new or updated section.
Pass in args:
{ "title": "Employee Handbook - <Section Title> - <Draft or Final>", "content": "<generated section>", "folder": "HR/Handbook/Drafts" }
If requested, use capability_execute with capabilityId mail.send_followup and
packId human-resources to send the draft for review.
Pass in args:
{ "to": ["<hr director email>", "<legal counsel email>"], "subject": "Handbook Update for Review: <Section Title>", "body": "<summary of changes with link to draft document>" }
## Employee Handbook: <Section Title>
**Section:** <Number if applicable>
**Effective Date:** <Date>
**Last Revised:** <Date>
**Applies To:** <Scope>
---
### Purpose
<1-2 sentence purpose statement>
### Scope
<Who this applies to>
### Policy
<Core policy content with clear subsections>
### Definitions
| Term | Definition |
|------|------------|
| ... | ... |
### Procedures
1. <Step-by-step procedures>
### Manager Responsibilities
- <Bullet list of manager duties>
### Employee Rights and Responsibilities
- <Bullet list>
### Violations
<Progressive discipline or consequences>
### Related Policies
- <Cross-references>
### Legal Notice
<Required disclaimers>
---
### Change Log (if updating)
| Date | Change | Reason | Reviewer |
|------|--------|--------|----------|
| ... | ... | ... | ... |
> This section should be reviewed by legal counsel before publication.
> Last compliance check: <date or "pending">