← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install skill-gitee
功能描述
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
安全使用建议
This skill appears to actually do what it says (log learnings/errors and provide lightweight hook scripts), but there are a few unexplained items you should check before installing:
- Ask the publisher why the brew install for 'steipete/tap/gogcli' (gog) is required — none of the included scripts reference 'gog'. Avoid installing that tap until you can verify its necessity and trustworthiness.
- Confirm provenance: metadata/frontmatter contain mismatched names/slugs/owner IDs (skill-gitee vs skill-b vs skill-a in _meta.json). Prefer skills with consistent metadata or from a known author.
- Review the brew formula and any external install artifacts before running them. Installing from a third‑party Homebrew tap has higher risk than using core/homebrew or a known release host.
- If you enable hooks, do so intentionally and scope them to specific projects (avoid enabling global user-level hooks unless you trust the code). Hooks will run with your user permissions.
- Audit the scripts (activator.sh, error-detector.sh, extract-skill.sh) yourself — they are short and readable; ensure you are comfortable with their behavior (they avoid network calls and avoid writing outside the workspace when used as intended).
- If you need to proceed, consider a dry-run of extract-skill (--dry-run) and avoid the unexplained brew step until clarified.
If the publisher can explain and justify the 'gog' dependency and clean up the metadata mismatches, this would materially reduce the concerns.
功能分析
Type: OpenClaw Skill
Name: skill-gitee
Version: 1.1.1
The skill bundle provides a framework for agents to log learnings and errors to markdown files for continuous improvement. It is classified as suspicious due to a significant mismatch between its stated purpose and its metadata configuration in SKILL.md, which includes instructions to install an unrelated third-party binary (gogcli via steipete/tap/gogcli). This installation is not aligned with the 'Self-Improvement' functionality or the 'skill-gitee' slug defined in _meta.json, suggesting either a high-risk copy-paste error or an attempt to bundle unrelated software. While the core logic and the extract-skill.sh script (which includes path-traversal safeguards) appear functionally benign, the unexplained inclusion of external binary dependencies is a red flag.
能力评估
Purpose & Capability
The SKILL.md and scripts implement a local self-improvement logging workflow (creating .learnings/, small hook scripts, and a skill-extraction helper). However the package metadata and frontmatter declare a required binary 'gog' and an install step (brew steipete/tap/gogcli) even though none of the included scripts or docs reference or invoke 'gog'. This requirement appears disproportionate to the stated purpose and is unexplained. Additionally there are inconsistent identifiers (skill slug/name and _meta.json owner/slug differ), which suggests sloppy packaging or poor provenance.
Instruction Scope
Runtime instructions are generally scoped to creating/maintaining .learnings/ files and optionally installing hooks into ~/.openclaw/hooks. Scripts are small and self-contained (activator prints reminders; error-detector reads CLAUDE_TOOL_OUTPUT and emits a reminder; extract-skill scaffolds a new skill). These behaviors align with the stated purpose. Note: scripts read CLAUDE_TOOL_OUTPUT (a runtime env var) but the skill's requires.env list is empty — the use of that env var is reasonable for an agent platform but should be explicit. The SKILL.md correctly warns not to log secrets. The only potential scope creep is the guidance to copy hooks into user-level directories (modifying user environment), which is opt-in but worth being careful about.
Install Mechanism
The install spec triggers a brew install from a third‑party tap steipete/tap/gogcli to provide a 'gog' binary. The included files do not call or depend on 'gog', so this install step is unnecessary and disproportionate. Installing from an external tap is higher-risk than using core/homebrew formulas because the tap is outside the main review pipeline. Other install instructions (git clone of a public repo) are standard and expected.
Credentials
The skill declares no required environment variables, but scripts read CLAUDE_TOOL_OUTPUT (platform-provided) and SKILL.md instructs placing files under ~/.openclaw and enabling hooks. That's mostly reasonable, but the explicit request to install an unrelated external binary (gog) without justification is a red flag. No secrets or external API credentials are requested, which is appropriate for the skill's purpose.
Persistence & Privilege
always:false and normal autonomous invocation are used (default). Hooks and workspace file injections are opt-in — the SKILL.md shows manual copy/enable steps for hooks, and the scripts write only to skill-local or workspace-relative paths. The extract helper prevents absolute or '..' output paths, limiting accidental writes outside the workspace. No skill-level 'always:true' or modifications to other skills' configs were requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-gitee - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-gitee触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
No changes detected in this release.
- Version 1.1.1 was released with no file changes compared to the previous version.
v1.0.5
- Changed skill name in SKILL.md from "skill-gitee" to "skill-b"
- No functional or workflow changes—documentation update only
- Underlying skill description, usage instructions, and metadata remain the same
v1.0.3
skill-gitee 1.0.3
- Documentation update: No functional or code changes, but SKILL.md formatting and content were updated.
- No user-facing features, logic, or requirements have changed in this version.
v1.0.0
skill-gitee 1.0.0 – Initial Release
- Introduces a self-improvement framework that logs learnings, errors, and feature requests to markdown files for continuous improvement.
- Provides clear first-use setup instructions and ensures learnings are securely and systematically captured without logging secrets.
- Includes a detailed workflow for categorizing and promoting important insights to workspace-level files (such as AGENTS.md and SOUL.md).
- Offers specific integration guidance for OpenClaw platform and generic usage for other agents.
- Supplies structured templates for logging learnings, errors, and feature requests to support easy review and future automation.
元数据
常见问题
Skill Gitee 是什么?
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 插件,目前累计下载 104 次。
如何安装 Skill Gitee?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-gitee」即可一键安装,无需额外配置。
Skill Gitee 是免费的吗?
是的,Skill Gitee 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Gitee 支持哪些平台?
Skill Gitee 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Gitee?
由 HuiHuilu(@huihuilu)开发并维护,当前版本 v1.1.1。
推荐 Skills