← 返回 Skills 市场
brianhearn

Self Improving To Expertpack

作者 Brian Hearn · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
271
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install self-improving-to-expertpack
功能描述
Convert Self-Improving Agent learnings into a structured ExpertPack. Migrates the .learnings/ directory (LEARNINGS.md, ERRORS.md, FEATURE_REQUESTS.md) and an...
安全使用建议
This skill appears coherent and limited to converting .learnings/ content into an ExpertPack; it reads files under the workspace you point it at and writes the resulting pack to the output directory. Before running: (1) run it on a copy or a non-sensitive workspace to confirm behavior; (2) note that 'secret stripping' is regex-based (common patterns like sk-*, ghp_*, xoxb- and simple key:value patterns are redacted) but may miss nonstandard secrets—inspect outputs for leftover sensitive data; (3) check the generated files (overview.md, manifest.yaml, content files) before publishing or committing them; (4) ensure you pass a workspace path you control (the script will read workspace files you specify). If you need network or cloud integration, this skill does not request credentials and does not perform network calls according to the provided code.
功能分析
Type: OpenClaw Skill Name: self-improving-to-expertpack Version: 1.0.1 The skill bundle is a utility for migrating agent learning logs into a structured 'ExpertPack' format. The core logic in scripts/convert.py is a standard file-processing script that parses markdown, categorizes content, and generates new files; notably, it includes proactive security features such as regex-based redaction of API keys and tokens (SECRET_PATTERNS) to prevent accidental exposure of credentials during the migration process.
能力评估
Purpose & Capability
Name/description (convert .learnings/ into ExpertPack) align with the included code and SKILL.md. The only required binary is python3 which is appropriate for running scripts/convert.py. No unexpected credentials, config paths, or unrelated binaries are requested.
Instruction Scope
SKILL.md instructs the agent/user to run scripts/convert.py against a specified workspace and output directory. The script reads .learnings files and a small set of workspace files (CLAUDE.md, AGENTS.md, SOUL.md, TOOLS.md, .github/copilot-instructions.md) and writes a structured ExpertPack to the given output directory. There are no instructions to read unrelated system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only with an included script). This minimizes install-time risk because nothing is downloaded or executed from an external URL. The script requires PyYAML (checked at runtime) but does not attempt to fetch/install arbitrary code itself.
Credentials
The skill requests no environment variables or credentials. The script performs local file reads of the workspace path provided by the user and writes to a user-specified output path—this is proportional to the stated conversion task.
Persistence & Privilege
The skill does not request permanent/always-on presence (always: false). It does not modify other skills or global agent settings in the provided materials. Its activity is limited to the workspace and output paths the user supplies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-improving-to-expertpack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-improving-to-expertpack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Core 2.8: Obsidian compatibility — output packs include YAML frontmatter and can be opened as Obsidian vaults.
v2.0.0
Updated for Schema 2.7. Volatile/ support for time-bound learnings, improved EK triage.
v1.2.0
Removed chunker references. Schema 2.5 file-size verification step.
v1.1.0
Schema 2.5: Chunker step marked as legacy/optional. New packs authored to spec need no external chunker.
v1.0.0
Initial release — converts Self-Improving Agent .learnings/ (LEARNINGS.md, ERRORS.md, FEATURE_REQUESTS.md) into structured ExpertPack with schema 2.3 support, relation graph from See Also links, priority/status analytics, recurring pattern detection, and promoted content cross-referencing.
元数据
Slug self-improving-to-expertpack
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Self Improving To Expertpack 是什么?

Convert Self-Improving Agent learnings into a structured ExpertPack. Migrates the .learnings/ directory (LEARNINGS.md, ERRORS.md, FEATURE_REQUESTS.md) and an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 Self Improving To Expertpack?

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

Self Improving To Expertpack 是免费的吗?

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

Self Improving To Expertpack 支持哪些平台?

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

谁开发了 Self Improving To Expertpack?

由 Brian Hearn(@brianhearn)开发并维护,当前版本 v1.0.1。

💬 留言讨论