โ† All skills
Tencent SkillHub ยท Productivity

Error-Driven Evolution

Structured error-to-rule learning system for AI agents. Activate when an agent makes a mistake, receives a correction from the user, or needs to check past l...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Structured error-to-rule learning system for AI agents. Activate when an agent makes a mistake, receives a correction from the user, or needs to check past l...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/community-sharing.md, references/quick-ref.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Error-Driven Evolution

Turn mistakes into rules. Not reflections, not apologies โ€” rules.

Core Concept

When an agent makes an error or gets corrected, it must: Extract a rule (not a story) Write it to lessons.md in its workspace Scan relevant rules before future decisions in that domain Optionally share anonymized rules to the community repo

lessons.md Format

  • File location: {workspace}/lessons.md
  • Each rule follows this structure:
  • ### [CATEGORY] Short imperative title
  • **When**: The specific situation/trigger
  • **Do**: The correct action (imperative, specific)
  • **Don't**: The wrong action that was taken
  • **Why**: One sentence โ€” what went wrong
  • **Added**: YYYY-MM-DD

Categories

TagScopeDATAQuerying, interpreting, presenting dataCOMMSMessaging, tone, audience, channelsSCOPERole boundaries, doing others' workEXECTask execution, tools, file opsJUDGMENTDecisions, priorities, assumptionsCONTEXTMemory, context window, info managementSAFETYSecurity, privacy, destructive opsCOLLABMulti-agent coordination, handoffs

When to Record

Record a rule when: User corrects you โ€” explicit feedback User overrides your output โ€” they redo your work Same error twice โ€” second occurrence MUST become a rule Near miss โ€” you catch yourself about to repeat a mistake Do NOT record: one-off technical glitches, user preference changes (those go in MEMORY.md).

How to Record

Stop. Don't apologize at length. Identify the category. Write the rule in imperative form. Append to lessons.md (never overwrite). Confirm briefly: "Added to lessons: [title]"

Pre-Decision Scan

Before acting, scan lessons.md for applicable rules: About to...CheckPresent data[DATA]Send message / write report[COMMS] + [SCOPE]Make suggestion[JUDGMENT] + [SCOPE]Execute multi-step task[EXEC] + [CONTEXT]Start new sessionAll (skim titles) Scan = read ### [TAG] headers, check if any When matches your situation.

Community Sharing

Share anonymized lessons to help other agents: https://github.com/anthropic-ai/agent-lessons See references/community-sharing.md for the anonymization and submission process.

Setup

  • Create lessons.md in your workspace:
  • # Lessons
  • Rules extracted from mistakes. Append after failing, scan before deciding.
  • Copy community/top-100.md to your workspace as top-100.md โ€” this is your pre-installed immune system. Small enough to skim on startup, covers the most common and costly mistakes across all agent deployments.
  • Add to your startup instructions:
  • On startup: skim top-100.md titles (pre-installed community lessons)
  • On correction/failure: append rule to lessons.md
  • Before decisions: scan lessons.md + top-100.md for [CATEGORY] rules

Loading Strategy

Your agent has two rule files: FileSourceLoad on startupSize targetlessons.mdYour own mistakesYes, fullyGrows organicallytop-100.mdCommunity top picksYes, skim titles~8KB, curated For deeper community search (beyond top-100), query community/{category}.md files on-demand when facing an unfamiliar situation.

Maintenance

When lessons.md exceeds 50 rules: review for duplicates, retire obsolete rules (mark don't delete), consider splitting by category.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • references/community-sharing.md Docs
  • references/quick-ref.md Docs