← 返回 Skills 市场
thinkitpossible

skill-hr

作者 luzhoucheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-hr
功能描述
Use when the user starts a new multi-step task, asks to pick/install/manage skills, tune skill performance, or fire/remove a skill after failure. Acts as HR...
安全使用建议
This bundle appears to do what it says: orchestrate JD intake, match installed skills, recruit, hand off, and maintain a project-local registry and incidents directory. Still, take these precautions before installing or running anything: - Inspect the included Python scripts (scripts/run_matching_benchmark_llm.py and scripts/validate_registry.py) for any remote network calls, hidden endpoints, or commands that would send data out. Do not run them until you've reviewed them. - The benchmark script can call an 'OpenAI-compatible' API; only provide API keys if you trust the code and understand what data will be sent. Prefer running static validators (validate_registry.py) in read-only mode first. - The skill will enumerate skill directories (workspace roots and user-level skill folders like ~/.openclaw/skills or ~/.claude/skills) and read SKILL.md files. That is expected, but be aware it will access multiple local files; if there are private or sensitive files mixed into those locations, review what will be read. - The SKILL.md includes good safety guidance (vetoes against blind `curl | sh`, explicit user consent before installs, no silent deletes). Keep those gates in place: require explicit user confirmation before cloning or executing third-party installers. If you want, I can: (a) summarize the contents of any specific script for you, (b) scan the scripts for outgoing network calls and obvious exfil patterns, or (c) suggest a minimal, read-only checklist to run the package safely.
能力评估
Purpose & Capability
The name and description (Skill HR for intake, matching, recruitment, handoffs, and registry/incidents) align with the provided references, prompts, and schema files. The repository contains docs, prompts, schemas, and helper scripts that are reasonable for an HR-like orchestration skill.
Instruction Scope
SKILL.md explicitly instructs reading installed skills' SKILL.md frontmatter/body and writing a project-local `.skill-hr/registry.json` and incident files. That file-IO and enumerating skill directories (workspace and user skill roots such as ~/.openclaw/skills or ~/.claude/skills) is expected for this function, but it does mean the skill will read many local skill files (including under user home). SKILL.md also references optional actions that can run scripts (validation/benchmark) which may invoke networked LLM APIs — those are optional but should be reviewed before execution.
Install Mechanism
No install spec is provided (instruction-only skill). The package includes scripts but does not declare any automatic external downloads or extraction. This is lower-risk than a skill that auto-downloads or extracts remote archives.
Credentials
The skill declares no required environment variables or credentials. However, helper scripts (e.g., run_matching_benchmark_llm.py) are documented to use an 'OpenAI-compatible API' if you run them; that implies optional use of an API key (not declared). Before running these scripts, confirm which env vars (API keys) they expect and avoid providing secrets unless you trust the code. Reading SKILL.md files under user skill roots is justified by the purpose but be aware it may surface metadata from many local locations.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill intends to create and update a workspace-scoped `.skill-hr/` directory for registry and incidents, which is appropriate for its role. SKILL.md explicitly forbids silent physical uninstall and requires explicit user confirmation for destructive actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-hr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-hr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release.
元数据
Slug skill-hr
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

skill-hr 是什么?

Use when the user starts a new multi-step task, asks to pick/install/manage skills, tune skill performance, or fire/remove a skill after failure. Acts as HR... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 skill-hr?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-hr」即可一键安装,无需额外配置。

skill-hr 是免费的吗?

是的,skill-hr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

skill-hr 支持哪些平台?

skill-hr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 skill-hr?

由 luzhoucheng(@thinkitpossible)开发并维护,当前版本 v1.0.0。

💬 留言讨论