← 返回 Skills 市场
Self-Improving AI
作者
José I. O.
· GitHub ↗
· v1.1.0
· MIT-0
109
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install self-improving-ai
功能描述
Captures learnings about GenAI/LLM configuration, model selection, inference optimization, fine-tuning, RAG pipelines, prompt engineering, multimodal process...
安全使用建议
This skill is internally coherent and low-risk: it only adds local reminder files, templates, and small helper scripts. Before enabling hooks or copying scripts into your ~/.openclaw workspace: (1) review the scripts (activator.sh, error-detector.sh, extract-skill.sh) to ensure they match your expectations; (2) prefer enabling only the UserPromptSubmit activator if you want lightweight reminders and skip PostToolUse unless you want automated error detection; (3) do not log API keys, model tokens, customer data, or PII into .learnings/ — the skill asks you to record model parameters and token usage, but redaction is your responsibility; (4) if you enable hooks, consider adding matcher filters so reminders run only for relevant prompts; (5) because the scripts run with agent permissions, enable them only in trusted environments and audit any promotions that write into global workspace files (SOUL.md, AGENTS.md, TOOLS.md). If you want added assurance, run the scripts in a sandboxed/test workspace first.
功能分析
Type: OpenClaw Skill
Name: self-improving-ai
Version: 1.1.0
The skill bundle is a legitimate framework for tracking AI model performance, RAG quality, and prompt engineering learnings. It utilizes standard OpenClaw and Claude Code patterns, including workspace file injection and lifecycle hooks (activator.sh, error-detector.sh) to prompt the agent to log observations. The provided shell scripts are utility tools for directory initialization and skill scaffolding, containing basic path sanitization and no evidence of malicious execution, data exfiltration, or unauthorized persistence.
能力标签
能力评估
Purpose & Capability
Name/description align with what the files do: logging AI/LLM learnings, providing templates, and helper scripts to scaffold new skills. The provided hooks and scripts (activator, error detector, extract-skill) are appropriate for an onboarding/reminder-and-scaffold skill. There are no unrelated environment variables, binaries, or external credentials requested.
Instruction Scope
SKILL.md and hooks instruct the agent/user to create and update .learnings/ files in project or workspace roots and to 'promote' learnings into workspace files like SOUL.md, AGENTS.md, TOOLS.md. The code itself only injects reminder content and provides scripts; it does not automatically exfiltrate data. However the workflow explicitly asks the agent (or user) to log model outputs, parameters, token-usage and latency — and to avoid logging API keys/PII. That relies on correct redaction by the agent/user; accidental inclusion of sensitive data is possible if not carefully filtered.
Install Mechanism
There is no automated install spec; the repo suggests manual git clone or a platform-specific 'clawdhub' command. All code is included in the skill bundle (hooks and shell scripts). No network downloads or archive extraction occur during install, so install-risk is low.
Credentials
The skill declares no required env vars or credentials. One script (error-detector.sh) reads the CLAUDE_TOOL_OUTPUT environment variable — this is consistent with a PostToolUse hook and expected for error detection. Because CLAUDE_TOOL_OUTPUT may contain sensitive outputs, the SKILL.md warns not to log keys/PII; enforcement is manual. No other env vars, tokens, or config paths are requested.
Persistence & Privilege
always:false and the hooks are opt-in. The OpenClaw hook will inject a virtual reminder file during agent bootstrap if enabled; activator/error-detector scripts run with the agent's permissions when configured. This is expected for hooks, but remember hooks/scripts execute locally with the agent’s privileges — enable only where you trust the skill and its code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Version 1.1.0
- Added stackability contract for multi-skill installations.
- Added namespaced logging guidance (`.learnings/ai/`) for coexistence with other skills.
- Added required `Skill: ai` metadata field and cross-skill precedence/ownership rules.
- Clarified hook arbitration model (single dispatcher, dedupe, rate limiting).
v1.0.0
Initial release of the self-improving-ai skill.
- Captures structured learnings about GenAI/LLM model selection, inference optimization, fine-tuning, RAG pipelines, prompt engineering, multimodal issues, and cost management.
- Guides logging of model-specific issues, regressions, and feature requests to markdown files for team review and future reference.
- Provides an initialization workflow to create dedicated `.learnings` logs (`LEARNINGS.md`, `MODEL_ISSUES.md`, `FEATURE_REQUESTS.md`) in each project or workspace, with privacy safeguards.
- Includes usage instructions, quick reference for common AI problems, and integration steps with OpenClaw and generic AI agents.
- Suggests promotion of valuable learnings into model selection matrices, prompt libraries, runbooks, and policy docs for continuous improvement.
元数据
常见问题
Self-Improving AI 是什么?
Captures learnings about GenAI/LLM configuration, model selection, inference optimization, fine-tuning, RAG pipelines, prompt engineering, multimodal process... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Self-Improving AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-ai」即可一键安装,无需额外配置。
Self-Improving AI 是免费的吗?
是的,Self-Improving AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self-Improving AI 支持哪些平台?
Self-Improving AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self-Improving AI?
由 José I. O.(@jose-compu)开发并维护,当前版本 v1.1.0。
推荐 Skills