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