← 返回 Skills 市场
534422530

自动学习技能

作者 534422530 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-learn-skill
功能描述
自动学习技能 - 从对话中自动提取知识并创建技能。基于Memento-Skills的Read-Write循环机制。适用于AI Agent自进化、知识积累、技能自动创建等场景。
使用说明 (SKILL.md)

⚠️ 发布规则

所有发布到ClawHub的技能必须严格测试,确定没有问题再发布


技能测试验证清单

  • frontmatter格式正确
  • 功能描述准确
  • 工作流程完整
  • 无语法错误

Auto-Learn Skill - 自动学习技能

基于Memento-Skills的Read-Write循环机制 激活词: 自动学习 / 提取经验 / 创建技能

核心原理

对话 → 检测模式 → 提取知识 → 创建/更新技能

触发条件

自动触发

  • 同一问题解决2次以上
  • 发现新的工作流/工具
  • 遇到错误并找到解决方案

手动触发

  • 说"自动学习"
  • 说"提取经验"
  • 说"创建技能"

工作流程

1. 读取 (Read)

  • 扫描最近对话历史
  • 识别重复出现的模式

2. 分析 (Analyze)

重复问题特征:
- 问题类型相同
- 解决方案相似
- 可泛化到其他场景

3. 写入 (Write)

创建或更新技能文件

检测规则

高信号场景

场景 权重
解决新类型问题 +2
重复问题≥2次 +1
发现新工具 +2
错误→解决 +1

创建阈值

总分 ≥ 3 → 创建新技能

应用场景

  1. 跨会话学习 - 从多次对话中提取通用模式
  2. 技能自动创建 - 将解决方案转化为可复用技能
  3. 错误模式识别 - 记录错误→解决的过程
  4. 工具发现积累 - 记录新发现的有用工具

来源

  • 老四AutoLearn系统: D:\coze-local\simple-agent\skills_learned\auto_learn.md
安全使用建议
This skill can read recent conversation history and automatically create or update skill files across sessions. Before installing: (1) require explicit user confirmation before any creation/publishing step (do not allow fully automatic publish), (2) restrict and declare the exact writable path(s) and run the skill in a sandboxed directory, (3) audit any generated skill content prior to enabling it, (4) disable autonomous invocation if you do not want it running without prompts, and (5) ensure it cannot write to locations containing credentials or system config. If those safety controls cannot be added, treat the skill as risky and avoid installing it in production or on devices with sensitive data.
能力评估
Purpose & Capability
The name/description (auto-learn, skill creation) align with instructions to scan dialog, detect patterns, and create/update skill files. However the SKILL.md references a local source path (D:\coze-local\...) and promises cross-session learning and skill creation without specifying where or how new skills will be stored/published—this gap is disproportionate to the declared metadata (no required config paths) and raises questions about intended write targets.
Instruction Scope
Instructions explicitly tell the agent to 'scan recent dialog history' and to 'create or update skill files'. They do not define limits on which conversations are scanned, what constitutes personally identifiable or secret data, where generated skills are written, nor whether user approval is required before creating/publishing a skill. That ambiguity grants the agent broad discretion to read and persist conversation content across sessions.
Install Mechanism
Instruction-only skill with no install spec, no binaries, and no code files — minimal disk footprint from the manifest itself. This is expected and lowers supply-chain risk.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. However it will rely on access to conversation history and (implicitly) write access to a skills storage location. Because those accesses are not declared or constrained, the agent could persist sensitive data (secrets from conversations) into newly created files.
Persistence & Privilege
The skill is allowed to be invoked autonomously (default) and its purpose is to create/update skills. Autonomous creation of new skills or files without explicit approval increases blast radius: a compromised or buggy model behavior could proliferate new skills or store sensitive content. The skill does not request always:true, but its write-capability combined with autonomous invocation is high-risk unless tightly constrained.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install auto-learn-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /auto-learn-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本 - 自动从对话提取知识
元数据
Slug auto-learn-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

自动学习技能 是什么?

自动学习技能 - 从对话中自动提取知识并创建技能。基于Memento-Skills的Read-Write循环机制。适用于AI Agent自进化、知识积累、技能自动创建等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 自动学习技能?

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

自动学习技能 是免费的吗?

是的,自动学习技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

自动学习技能 支持哪些平台?

自动学习技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 自动学习技能?

由 534422530(@534422530)开发并维护,当前版本 v1.0.0。

💬 留言讨论