← 返回 Skills 市场
246
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-test-2
功能描述
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 internally consistent for logging learnings and injecting reminders. Before installing: (1) Review the included scripts (activator.sh, error-detector.sh, extract-skill.sh and the hook handler) to confirm you trust their behavior and that they won't be run in contexts you don't want; (2) note that enabling the hook copies files into ~/.openclaw/hooks and will inject reminder content into each session—only enable if you want persistent cross-session injection; (3) the error detector reads CLAUDE_TOOL_OUTPUT to detect command failures—no credentials are required but the hook runs with the same permissions as your agent, so verify file write locations and permissions; (4) the manual install suggests cloning a GitHub repo—ensure the repo URL is the one you trust; (5) if you want to limit scope, use matcher filters or enable only the activator (not PostToolUse) per the docs. If you want additional assurance, run the scripts in a sandboxed test workspace first and confirm they only create files under the skill/workspace paths described.
功能分析
Type: OpenClaw Skill
Name: my-test-2
Version: 1.0.1
The skill bundle provides a framework for an AI agent to log errors, learnings, and feature requests to local markdown files to facilitate 'self-improvement' and project memory. It includes shell scripts (activator.sh, error-detector.sh) for triggering reminders and a utility (extract-skill.sh) to scaffold new skills from logs, which includes appropriate path sanitization to prevent directory traversal. The OpenClaw hooks (handler.js/ts) correctly implement the platform's bootstrap API to inject non-malicious behavioral reminders, and no evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name/description (self-improvement logging) align with the provided files: templates, logging formats, hook handlers, and helper scripts for creating skills and detecting errors. Required capabilities (creating .learnings files, injecting reminders via hooks, reading tool output) are appropriate for this purpose.
Instruction Scope
Runtime instructions and included scripts stay within the stated purpose (log learnings, inject reminders, detect command errors). The error-detector reads the CLAUDE_TOOL_OUTPUT environment variable and activator prints reminders; extract-skill.sh writes new skill scaffolds under the current directory. These actions are expected but have cross-session effects if installed in ~/.openclaw (see persistence).
Install Mechanism
No install spec is declared (instruction-only), and provided install steps are local (git clone from GitHub or copying files). No downloads from obscure URLs or archive extraction are present in the manifest. Scripts are included in the package; nothing appears to fetch arbitrary remote code at install time.
Credentials
The skill requests no credentials or environment variables. It does read CLAUDE_TOOL_OUTPUT in a hook script (used to detect command errors) and otherwise uses local filesystem paths under the OpenClaw workspace; this is proportionate to its purpose.
Persistence & Privilege
The skill instructs the user to copy hooks into ~/.openclaw/hooks and create ~/.openclaw/workspace/.learnings — persistent files that will be injected into agent sessions. always:false and no other elevated flags are set, but enabling the hook gives the skill the ability to modify session context across runs. This is expected for a hook-based reminder but is a persistent change you should opt into deliberately.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-test-2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-test-2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added detailed documentation for the self-improvement skill, outlining when and how to log learnings, errors, and feature requests.
- Provided quick reference tables and example logging formats for consistent error, learning, and feature request entries.
- Included guidelines for promoting significant learnings to project memory files such as CLAUDE.md, AGENTS.md, and more.
- Documented installation steps and workspace integration, particularly for the OpenClaw platform.
- Expanded guidance for use in generic/other agent setups, not just OpenClaw.
元数据
常见问题
my-test-2 是什么?
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 插件,目前累计下载 246 次。
如何安装 my-test-2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-test-2」即可一键安装,无需额外配置。
my-test-2 是免费的吗?
是的,my-test-2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
my-test-2 支持哪些平台?
my-test-2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my-test-2?
由 LuckyJin(@luckyjin)开发并维护,当前版本 v1.0.1。
推荐 Skills