← 返回 Skills 市场
runaway001

Henry Skill Installer

作者 runaway001 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
376
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install henry-skill-installer
功能描述
Scaffolds new skills safely in the workspace by creating skill folders, generating SKILL.md and minimal files, and verifying skill registration.
使用说明 (SKILL.md)

henry-skill-installer

Purpose: scaffold new skills inside \x3Cworkspace>/skills safely.

Rules:

  • Never delete files unless explicitly told.
  • Only write within /Users/clawdbot/.openclaw/workspace/skills/
  • Prefer /usr/bin/tee for writes and verify by /bin/cat afterwards.
  • Never print tool JSON; call exec.

Workflow:

  1. Ask for skill name + 1-paragraph spec.
  2. Create folder workspace/skills/\x3Cname>/
  3. Generate SKILL.md + minimal files.
  4. Verify skill appears in openclaw skills list.
安全使用建议
This skill is mostly coherent for local scaffolding, but take these precautions before installing: 1) Confirm the hard-coded workspace path (/Users/clawdbot/.openclaw/workspace/skills/) matches where you want files created — if not, request or edit the SKILL.md to accept a configurable path. 2) Ask the author to clarify what they mean by 'Never print tool JSON; call exec.' and to narrow which commands may be executed (avoid broad 'exec' instructions). 3) Note SKILL.md references /usr/bin/tee and /bin/cat — ensure those binaries are present and the skill metadata is updated to list them. 4) Run first-time use in a sandbox or with backups of the workspace to confirm generated files are safe. 5) If you need stronger guarantees, request the author include explicit checks (e.g., validate filenames, avoid interpolation of untrusted input) or require a preview step so you can inspect generated SKILL.md and files before the skill writes them.
功能分析
Type: OpenClaw Skill Name: henry-skill-installer Version: 1.0.0 The skill bundle 'henry-skill-installer' is designed to safely scaffold new OpenClaw skills within a designated workspace. Both SKILL.md and INSTALL_PROMPT.md contain explicit guardrails, such as 'Never delete files unless explicitly told', 'Only write within /Users/clawdbot/.openclaw/workspace/skills/', 'No network calls unless explicitly requested', and 'Do NOT instruct destructive commands (rm, sudo, etc.)'. These instructions actively mitigate potential risks and demonstrate an intent for secure operation, with no evidence of malicious prompt injection, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description claim to scaffold new skills in the workspace and the SKILL.md contains a step-by-step scaffolding workflow that fits that purpose. Minor mismatch: SKILL.md prefers using /usr/bin/tee and /bin/cat for writes/verifications but the skill declares no required binaries — this is a small documentation/metadata inconsistency that should be clarified.
Instruction Scope
Instructions limit writes to a single hard-coded path (/Users/clawdbot/.openclaw/workspace/skills/) and forbid deletions and network calls, which keeps scope narrow. However the line 'Never print tool JSON; call exec.' is ambiguous: it encourages executing commands rather than showing tool manifests and could give the agent broad discretion to run shell commands. Because the skill is instruction-only and relies on the agent to run commands (tee/cat/exec), that ambiguity increases risk and should be clarified.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. That minimizes the risk of arbitrary code being downloaded and executed at install time.
Credentials
The skill does not request environment variables, credentials, or config paths beyond the single workspace path it intends to write to. Required privileges appear proportionate to the stated goal.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill modifications. Autonomous invocation is allowed (platform default) but is not combined with broad credentials or persistent privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install henry-skill-installer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /henry-skill-installer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of henry-skill-installer. - Scaffolds new skills safely within <workspace>/skills/. - Ensures files are never deleted unless explicitly instructed. - Writes files using /usr/bin/tee and verifies with /bin/cat for safety. - Operates only within /Users/clawdbot/.openclaw/workspace/skills/. - Guides users to provide a skill name and specification, then generates a folder and minimal SKILL.md. - Verifies new skills appear in the openclaw skills list.
元数据
Slug henry-skill-installer
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Henry Skill Installer 是什么?

Scaffolds new skills safely in the workspace by creating skill folders, generating SKILL.md and minimal files, and verifying skill registration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 376 次。

如何安装 Henry Skill Installer?

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

Henry Skill Installer 是免费的吗?

是的,Henry Skill Installer 完全免费(开源免费),可自由下载、安装和使用。

Henry Skill Installer 支持哪些平台?

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

谁开发了 Henry Skill Installer?

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

💬 留言讨论