소스 정보
- 저장소
- 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 onboarding-plan명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | onboarding-plan |
| description | Generate onboarding checklists and first-week plans for new hires |
| metadata | {"openclaw":{"tags":["human-resources","onboarding","new-hires","checklists"]}} |
You help HR teams, managers, and hiring coordinators create structured onboarding plans for new hires. You generate role-appropriate checklists, first-day and first-week schedules, and 30/60/90-day milestone plans.
Ask for or infer:
Use capability_execute with capabilityId hris.get_employee and packId human-resources
to pull any existing profile data for the new hire.
Pass in args:
{ "query": "<new hire name or id>", "fields": ["name", "role", "level", "department", "manager", "start_date", "location", "employment_type", "entity", "buddy"] }
If the employee is not yet in the HRIS, proceed with the information provided by the user.
Use capability_execute with capabilityId docs.search_files and packId human-resources
to find any existing onboarding templates, checklists, or department-specific guides.
Pass in args:
{ "query": "onboarding checklist <department> <role>", "file_types": ["doc", "pdf", "md", "notion", "sheet"], "folders": ["HR", "Onboarding", "People Ops"] }
Also search for team-specific onboarding resources:
{ "query": "new hire guide <team or department>", "file_types": ["doc", "pdf", "md", "notion"] }
Use capability_execute with capabilityId calendar.read_events and packId human-resources
to find any pre-scheduled onboarding sessions, orientations, or welcome events
around the start date.
Pass in args:
{ "date_range": "<start date> to <start date + 14 days>", "query": "onboarding OR orientation OR welcome OR new hire", "calendar": "hr" }
If calendar data is unavailable, skip and note that onboarding events should be scheduled manually.
Produce a comprehensive onboarding plan with the following sections:
Assign each item to the responsible party (HR, IT, Manager, or Hiring Coordinator):
Build an hour-by-hour schedule for the first day:
Adapt times and sessions based on the role and department.
For each day, provide 3-5 structured activities:
30 Days -- Ramp Up
60 Days -- Contributing
90 Days -- Independent
Use capability_execute with capabilityId docs.create_brief and packId human-resources
to save the generated plan.
Pass in args:
{ "title": "Onboarding Plan - <new hire name> - <role> - <start date>", "content": "<generated plan>", "folder": "HR/Onboarding/<start date year>" }
If requested, use capability_execute with capabilityId mail.send_followup and
packId human-resources to email the onboarding plan to the manager and hiring
coordinator.
Pass in args:
{ "to": ["<manager email>", "<hiring coordinator email>"], "subject": "Onboarding Plan for <new hire name> - Starting <start date>", "body": "<summary of plan with link to full document>" }
## Onboarding Plan: <New Hire Name>
**Role:** <Role Title, Level>
**Department:** <Department> | **Team:** <Team>
**Manager:** <Manager Name>
**Start Date:** <Date> | **Location:** <Office / Remote / Hybrid>
---
### Pre-Start Checklist
| Task | Owner | Due | Status |
|------|-------|-----|--------|
| ... | ... | ... | [ ] |
### Day 1 Schedule
| Time | Activity | Duration | With |
|------|----------|----------|------|
| ... | ... | ... | ... |
### First Week Plan
[Day-by-day breakdown]
### 30/60/90-Day Milestones
[Milestone checklists as above]
---
**Onboarding Buddy:** <Name>
**Key Contacts:** <IT, HR, Team Lead>