← Back to Skills Marketplace
104
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install skill-gitee
Description
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-gitee - After installation, invoke the skill by name or use
/skill-gitee - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Skill Gitee?
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Skill Gitee?
Run "/install skill-gitee" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Gitee free?
Yes, Skill Gitee is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Gitee support?
Skill Gitee is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Gitee?
It is built and maintained by HuiHuilu (@huihuilu); the current version is v1.1.1.
More Skills