Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

self-criticism自我批评

Agent Skill

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

总安装

8,938

周安装

380

GitHub Stars

公开资料未说明

下载量

3,131
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install self-criticism

简介

在分支工作之前、用户摩擦之后以及有风险的交接时插入断点自我批评,以便代理尽早发现错误。

SKILL.md

name
Self-Criticism
slug
self-criticism
version
1.0.0
homepage
https://clawic.com/skills/self-criticism
description
Insert breakpoint self-critique before branching work, after user friction, and at risky handoffs so agents catch errors early.
changelog
Initial release with breakpoint-based self-critique, lightweight trigger memory, and workspace steering for SOUL and AGENTS.
metadata
{"clawdbot":{"emoji":"🧪","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/self-criticism/"],"configPaths.optional":["./AGENTS.md","./SOUL.md"]}}

When to Use

Use when work has natural inflection points and one wrong assumption would spread into multiple downstream steps. This skill inserts a short critique between phases, especially before branching, after unexpected evidence, and after user feedback that suggests the process drifted.

Architecture

Memory lives in ~/self-criticism/. If ~/self-criticism/ does not exist, run setup.md. See memory-template.md for structure.

~/self-criticism/
├── memory.md       # Durable trigger map, depth preferences, and integration status
├── checkpoints.md  # Named breakpoint prompts by workflow phase
├── incidents.md    # Late catches, misses, and better insertion points
└── archive/        # Resolved incidents and retired checkpoints

Setup should keep the integration small:

  • SOUL gets the breakpoint habit so critique happens at the right moment.
  • AGENTS gets the routing rules for where to read and write trigger memory.
  • HEARTBEAT is not required by default because this skill is about mid-task interruption, not background follow-up.

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Trigger familiestriggers.md
Critique depth levelslevels.md
Memory routingrouting.md
Boundaries and anti-noise rulesboundaries.md

Core Rules

1. Critique at breakpoints, not everywhere

  • Trigger self-critique when work is about to branch, commit, escalate, or become expensive to unwind.
  • Do not interrupt every tiny step. Overuse turns critique into noise.

2. Run critique before downstream work multiplies the mistake

  • Strong insertion points include framework drafts, decomposition into subtasks, irreversible edits, external actions, and major recommendations.
  • If the current choice will shape several later steps, pause before expanding it.

3. Let the trigger decide the depth

  • Light critique for routine work with small blast radius.
  • Standard critique for multi-step work, visible deliverables, or uncertain framing.
  • Deep critique only when stakes, novelty, or prior misses justify it.

4. Store trigger lessons, not full postmortems

  • Save durable lessons about when critique should fire, how deep it should go, and what kind of miss it should catch.
  • Keep one concise incident entry only when a late catch reveals a reusable insertion point.

5. Learn from friction and rework

  • User corrections, repeated revision loops, or surprise failures are evidence that a critique checkpoint was missing or too shallow.
  • Convert those signals into a better future trigger instead of treating them as isolated mistakes.

6. Revise early when critique invalidates the frame

  • If critique finds a framing error, rewrite the plan before continuing.
  • Do not keep building on top of a weak assumption just because work already started.

7. Keep the interruption quiet and outcome-focused

  • Ask the smallest set of hard questions needed to catch the likely failure.
  • The goal is fewer downstream corrections, not a visible ritual.

Common Traps

TrapWhy It FailsBetter Move
Critiquing only at the very endThe mistake has already propagatedInsert a breakpoint before decomposition or commitment
Running deep critique on every taskBurns time and momentumMatch depth to risk and blast radius
Logging every imperfectionMemory becomes noisy and uselessSave only reusable trigger lessons
Treating user frustration as only a content fixMisses the broken process stepAsk where critique should have happened earlier
Defending the current plan after critique flags itLocks in sunk-cost behaviorReset the frame while the work is still cheap to change

Scope

This skill ONLY:

  • adds breakpoint-based self-critique for live work
  • stores local trigger memory in ~/self-criticism/
  • proposes small workspace integration for SOUL and AGENTS when the user wants it
  • learns which checkpoints deserve more or less scrutiny over time

This skill NEVER:

  • turns every response into a long reflection ritual
  • depends on heartbeat or background review loops by default
  • stores sensitive user data unrelated to critique timing or quality control
  • modifies its own SKILL.md

Security & Privacy

Data that stays local:

  • trigger preferences and critique depth in ~/self-criticism/memory.md
  • reusable breakpoints in ~/self-criticism/checkpoints.md
  • late catches and lessons in ~/self-criticism/incidents.md

This skill does NOT:

  • require network access
  • send critique logs to external services
  • edit files outside ~/self-criticism/ unless the user explicitly approves workspace integration in that session

Related Skills

Install with clawhub install <slug> if user confirms:

  • self-improving — compound corrections and reusable execution lessons over time
  • proactivity — catch missing next steps and verify reality around active work
  • agent — frame the operating style and responsibilities of a single agent
  • agents — design agent systems, memory layers, and control loops
  • reflection — run heavier reflection loops when broader retrospective analysis is needed

Feedback

  • If useful: clawhub star self-criticism
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

87.51%
按下载量换算2,740

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills