소스 정보
- 저장소
- HashWarlock/clawdi-plugins
- 최근 소스 활동
- 2026년 3월 20일 20:59
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill employee-handbook명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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"
SOC 직업 분류 기준
SKILL.md 표시 중
| 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">