用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill employee-handbook命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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">