← 返回 Skills 市场
huihuilu

Skill Gee

作者 HuiHuilu · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-gii
功能描述
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
安全使用建议
This skill's behavior (creating .learnings, printing short reminders, detecting error text, scaffolding skills) is coherent and documented — but the brew dependency on 'steipete/tap/gogcli' (binary 'gog') is unexplained and unnecessary given the scripts and docs. Before installing: - Do not blindly run the brew install; inspect the tap/formula (https://github.com/steipete/tap or the formula source) to see what the package does. If you don't need 'gog', skip that install. - Enable hooks only intentionally. The PostToolUse hook runs error-detector.sh which reads CLAUDE_TOOL_OUTPUT (command output). Only enable it in trusted environments and ensure your workflows don't leak secrets into tool output. - Run scripts in dry-run/safe mode first: use extract-skill.sh --dry-run to see what it would create, and manually inspect activator.sh and error-detector.sh (they are short and readable). - If you want the logging behavior but not the brew binary, install the skill files manually (copy scripts and SKILL.md) and skip the brew step. If you want me to: (1) fetch and summarize the steipete/tap/gogcli formula for you, or (2) highlight exact lines in the scripts that could expose sensitive data, say which option you prefer.
能力评估
Purpose & Capability
The skill is described as a logging/self-improvement helper that uses lightweight bash scripts to create and append markdown files and optionally install hooks. However the registry metadata and install spec require a binary named 'gog' (brew formula steipete/tap/gogcli). The SKILL.md, scripts, and all code files do not reference 'gog' anywhere, so requiring/installing that binary is not justified by the stated purpose.
Instruction Scope
SKILL.md and the included scripts limit behavior to creating .learnings files, printing short reminders, detecting error text in CLAUDE_TOOL_OUTPUT, and scaffolding skill files. These are within the stated purpose. However the skill encourages installing hooks that run scripts with the agent's permissions and reading CLAUDE_TOOL_OUTPUT (potentially sensitive). The docs mention not logging secrets and explicitly warn about CLAUDE_TOOL_OUTPUT sensitivity, which is good, but enabling PostToolUse hooks can expose command outputs if misconfigured.
Install Mechanism
The install spec pulls a third-party brew formula (steipete/tap/gogcli) that installs a 'gog' binary. The skill doesn't use or reference that binary in its scripts or docs. Installing an unrelated third-party package increases risk and is disproportionate. The brew source is not a well-known system package in the SKILL.md context; justify or remove this dependency.
Credentials
The skill does not request credentials or config paths, which is appropriate. It does, however, rely on the host environment providing CLAUDE_TOOL_OUTPUT to the error-detector hook; that env var is not declared in requires.env but is a standard hook context variable. Because CLAUDE_TOOL_OUTPUT can contain sensitive command output, enabling the PostToolUse hook could surface secrets unless the user carefully sanitizes or opts in.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and only modifies local workspace files/hook configurations when you follow the documented opt-in steps (copying hooks, enabling them). extract-skill.sh writes a skill scaffold in a relative ./skills dir and defends against absolute/.. paths; that behavior is documented and requires user action.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-gii
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-gii 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
test param
元数据
Slug skill-gii
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Gee 是什么?

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 Skill Gee?

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

Skill Gee 是免费的吗?

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

Skill Gee 支持哪些平台?

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

谁开发了 Skill Gee?

由 HuiHuilu(@huihuilu)开发并维护,当前版本 v1.0.5。

💬 留言讨论