Hr Toolkit
HR工具包。招聘流程、入职办理、离职管理、制度规范、员工手册、HR模板库。HR toolkit with recruitment, onboarding, offboarding, policy, handbook.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 446 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (HR toolkit) matches the delivered artifacts: SKILL.md provides HR commands and the scripts generate JD/onboarding/offboarding/policies/templates. Included scripts implement those functions and a small local data/log facility — all coherent with an HR helper.
Instruction Scope
Runtime instructions and the hr.sh script are limited to generating HR documents, checklists, templates and printing prompts. They do not instruct reading arbitrary system files, accessing network endpoints, or exfiltrating data.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. Two bash scripts are included; they are plain text, human-readable, and do not download or execute remote code.
Credentials
No credentials or required env vars are declared. The helper writes data to a local directory (HR_TOOLKIT_DIR or $XDG_DATA_HOME/$HOME/.local/share/hr-toolkit) and logs history; this is reasonable for a local tool but means user/HR data may be stored on disk — consider where that directory is and its filesystem permissions.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. It will create a per-user data directory and log files, which is normal for this type of utility.
Assessment
This skill appears to do what it says: generate HR templates and maintain small local logs. Before installing or running, review the two included scripts (they are plain bash) and decide whether you are comfortable with the tool creating files under $HOME/.local/share/hr-toolkit (or a path you set via HR_TOOLKIT_DIR). Because HR data is sensitive, consider pointing HR_TOOLKIT_DIR to a secure location, limit filesystem permissions, and avoid feeding real personal data unless you trust the environment. If you want to be extra cautious, run the scripts in an isolated environment (container or VM) or inspect them line-by-line — they do not perform network calls or request credentials.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.0
Download ziplatestproductivity
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
hr-toolkit
HR工具包。招聘流程、入职办理、离职管理、制度规范、员工手册、HR模板库。HR toolkit with recruitment, onboarding, offboarding, policy, handbook, templates. 人力资源、招聘、入职、离职、制度、员工手册。Use when managing HR processes.
推荐工作流
需求分析 → 选择命令 → 输入描述 → 获取结果 → 调整优化
命令列表
| 命令 | 功能 |
|---|---|
recruit | recruit |
onboard | onboard |
offboard | offboard |
policy | policy |
handbook | handbook |
template | template |
专业建议
- 招聘 (recruit)**: 提供职位名称、级别、部门信息,生成更精准的JD和面试流程
- 入职 (onboard)**: 指定员工姓名和职位,生成个性化入职清单
- 离职 (offboard)**: 包含离职原因分类,帮助做好知识交接
- 制度 (policy)**: 支持考勤、休假、报销、行为规范等多种制度类型
- 手册 (handbook)**: 指定公司类型(创业公司/大厂/外企),生成匹配风格的手册
hr-toolkit by BytesAgain
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Commands
Run hr-toolkit help to see all available commands.
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
