Token导航 LogoToken导航TokenDH.com
运维需要联网clawhub未标认证来源可访问clear审计提醒

openclaw-self-improvementOpenClaw self improvement 运维

Agent Skill

openclaw-self-improvement 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

54,072

周安装

2,253

GitHub Stars

公开资料未说明

下载量

18,024
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-self-improvement(OpenClaw self improvement 运维)
来源仓库:https://github.com/x-rayluan/openclaw-self-improvement
安装命令:
openclaw skills install openclaw-self-improvement
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-self-improvement

简介

OpenClaw 和 ClawLite 的工作流程改进技能,转化故障为学习记录。

  • 适用于将重复问题转化为 SOP 与评估循环,提升操作规范性。
  • 支持二进制评估与标准化操作流程生成,便于团队协作复用。
  • 需定义清晰的输入输出格式与权限边界,防止误执行命令。
  • 改进建议需经人工确认后再应用于实际任务,确保可控性。

SKILL.md

name
openclaw-self-improvement
description
A reusable operator-guided workflow improvement skill for OpenClaw and ClawLite that turns repeated failures into logged learnings, binary eval loops, SOPs, checklists, and proof-based operational improvements.
metadata

OpenClaw / ClawLite Self-Improvement

Use this skill to turn mistakes, corrections, blockers, and better approaches into durable operating knowledge.

What problem this solves

AI ops often repeat the same failures because mistakes stay in chat history instead of becoming system rules. This skill creates a lightweight improvement loop:

  • log failures and learnings
  • separate errors from feature requests
  • run small eval-driven experiments on repeated failures
  • classify harness/runtime failures instead of blaming vague “model issues”
  • generate daily agent scorecards from real evidence chains
  • promote important patterns into AGENTS.md / TOOLS.md / SOUL.md
  • write operator notes into Obsidian vault
  • support stricter acceptance via Karen / Mission Control

When to use

Use this skill when the user asks:

  • "make the agent improve itself"
  • "capture learnings"
  • "log mistakes so we do not repeat them"
  • "record blockers / corrections / feature gaps"
  • "build a self-improving OpenClaw workflow"
  • "operationalize lessons learned"
  • "test whether this new rule actually helps"
  • "run an eval loop on this workflow/skill/SOP"
  • "should we keep this new guardrail or discard it"
  • "why did the agents fail today"
  • "why is daily marketing not closing automatically"
  • "classify OpenClaw harness failures"
  • "generate agent delivery scorecard"

Files this skill uses

  • .learnings/LEARNINGS.md
  • .learnings/ERRORS.md
  • .learnings/FEATURE_REQUESTS.md
  • .learnings/EXPERIMENTS.md
  • memory/harness-backlog-latest.md
  • mission-control/data/delivery-receipts/agent-scorecard-YYYY-MM-DD.md
  • Optional export under .learnings/exports/obsidian/ by default, or OBSIDIAN_LEARNINGS_DIR if explicitly configured

Safety boundaries

  • Local-file workflow only, no network I/O
  • Promotion can append to AGENTS.md, TOOLS.md, or SOUL.md
  • Always review promotion targets first, or run scripts/promote-learning.mjs ... --dry-run
  • OBSIDIAN_LEARNINGS_DIR should only point at a path you intend to modify

Command examples

node {baseDir}/scripts/log-learning.mjs learning "Summary" "Details" "Suggested action"
node {baseDir}/scripts/log-learning.mjs error "Summary" "Error details" "Suggested fix"
node {baseDir}/scripts/log-learning.mjs feature "Capability name" "User context" "Suggested implementation"
node {baseDir}/scripts/log-learning.mjs experiment "Target problem" "Baseline failure" "Single mutation to test"
node {baseDir}/scripts/log-experiment.mjs "Target problem" "Baseline failure" "Single mutation" "eval1|eval2|eval3" "Result summary" "testing"
node {baseDir}/scripts/promote-learning.mjs workflow "Rule text"
node {baseDir}/scripts/analyze-openclaw-failures.mjs --output /Users/m1/.openclaw/workspace/memory/harness-backlog-latest.md
node {baseDir}/scripts/daily-agent-scorecard.mjs --output /Users/m1/.openclaw/workspace/mission-control/data/delivery-receipts/agent-scorecard-$(date +%F).md
node {baseDir}/scripts/daily-agent-scorecard.mjs --repair --output /Users/m1/.openclaw/workspace/mission-control/data/delivery-receipts/agent-scorecard-$(date +%F).md

Categories

learning

Use for:

  • user corrections
  • better recurring workflows
  • tool gotchas
  • operational lessons

error

Use for:

  • command failures
  • integration failures
  • runtime blockers
  • broken release / deploy behavior

feature

Use for:

  • missing capability requests
  • operator workflow gaps
  • recurring requests that deserve a build item

experiment

Use for:

  • repeated failures that need a tested guardrail
  • checklist/SOP/schema changes that should be validated before broad promotion
  • keep/discard decisions on new operating rules
  • binary eval loops for skills, workflows, receipts, summaries, or deploy closeout rules

harness

Use for:

  • gateway, channel, provider, tool, session, or platform failures
  • repeated "agent did not respond / did not finish / forgot identity" incidents
  • daily workflow failures where Mission Control says one thing but proof chains say another
  • scorecards that compare agent delivery against real receipts, URLs, and closeout evidence

Default failure taxonomy:

  • NetworkPolicyBlocked - provider/tool blocked by local or external network policy
  • GatewayUnavailable - gateway process, port, websocket, or reachability failure
  • SessionContextRot - stale session, stale skill snapshot, identity drift, or outdated config context
  • SkillMissing - expected skill absent from installed path or session snapshot
  • ToolInvalidArguments - malformed tool/edit call or bad argument shape
  • ProviderError - provider/model/API failure not caused by network policy
  • ExternalPlatformBlocked - X/LinkedIn/Facebook/Feishu/etc. platform/API/login/visibility blocker
  • HumanApprovalRequired - real approval boundary for external, destructive, production, money, or ambiguous action

Harness workflow:

  1. Scan logs and receipts with scripts/analyze-openclaw-failures.mjs.
  2. Generate same-day agent scorecard with scripts/daily-agent-scorecard.mjs.
  3. Run scripts/daily-agent-scorecard.mjs --repair to create/update recovery tickets for failed, blocked, or pending lanes.
  4. Convert repeated classes into an error, experiment, or promoted rule.
  5. Do not call a workflow closed until the scorecard has proof links or explicit blocker evidence.

Repair loop rules:

  • Every failed/blocked/pending lane should have a failureClass, repairState, nextAction, repeatCount7d, and evidence.
  • ProofMissing, UpstreamMissing, and HumanApprovalRequired must not be blindly retried.
  • Repeated agent + lane + failureClass failures within 7 days should become EXPERIMENT_REQUIRED.
  • Recovery tickets should be written under mission-control/data/recovery-tickets-v3/YYYY-MM-DD/.

Promotion targets

  • AGENTS.md → workflow / delegation / execution rules
  • TOOLS.md → tool gotchas, secrets locations, environment routing rules
  • SOUL.md → behavior / communication / non-negotiable principles
  • Obsidian vault → reusable operator log and content proof asset

Karen / Mission Control compatibility

This skill is designed to work with stricter ops governance:

  • Karen can reference learnings when repeated failures happen
  • Mission Control can treat promoted learnings as new operating rules
  • recurring blockers can be elevated from chat into tracked operational knowledge
  • experiments can test whether a new summary contract, receipt rule, or deploy closeout guardrail actually reduced the failure pattern

Eval loop rule

When a repeated failure is turning into a new rule/SOP/checklist, do not only log it. Also:

  1. define 3-5 binary evals
  2. record the baseline failure state
  3. change one thing at a time
  4. re-check the same evals
  5. classify the change as keep / discard / partial_keep

Use {baseDir}/references/eval-loop.md for the experiment format and examples.

Output goal

A good use of this skill should produce one of:

  • a durable learning entry
  • a durable error entry
  • a durable feature request entry
  • a durable experiment entry with binary evals
  • a promoted rule in AGENTS.md / TOOLS.md / SOUL.md
  • an Obsidian vault operations note

Important limits

  • Logging is not the same as fixing.
  • Do not treat a learning entry as closure for a broken deliverable.
  • Use this skill to reduce repeated mistakes, not to excuse them.

References

  • {baseDir}/references/schema.md
  • {baseDir}/references/promotion-guide.md
  • {baseDir}/references/eval-loop.md
  • {baseDir}/references/examples.md
  • {baseDir}/references/decision-rules.md
  • {baseDir}/references/eval-loop.md
  • {baseDir}/references/examples.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.25%
按下载量换算15,546

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills