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

self-improvement-cyber-bye自我提升 网络再见

Agent Skill

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

总安装

4,206

周安装

177

GitHub Stars

2

下载量

1,473
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install self-improvement-cyber-bye

简介

实时捕获错误、幻觉与逻辑缺陷,并通过定时审查尝试自我修复。

  • 适合在代理频繁出错或需要夜间批量复盘的场景下使用。
  • 每晚 IST 11 点自动运行审查流程,失败案例将升级处理。
  • 需评估是否允许定时任务调度及日志持久化存储权限。self-improvement-cyber-bye 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议检查其是否会修改系统配置或触发外部通知渠道。

SKILL.md

name
self-improvement-cyber-bye
description
Captures errors, hallucinations, logic bugs, and user corrections immediately. Runs a nightly 11 PM IST review to attempt self-fixes. Failed fixes escalate to the workspace owner. Resolved errors promote to improvements. Supports temp crons that auto-delete after firing once. Enforces memory management, priority hierarchy, and auto-extract.
version
2.0.0
metadata
{"openclaw": {"emoji": "🧠", "requires": {"bins": []}}}

Self-Improvement Skill

Purpose

Give the agent a memory for its own mistakes. Capture errors the moment they happen. Review them nightly. Try to fix what can be fixed autonomously. Escalate what cannot. Learn from everything.

Memory Management — 6 Golden Rules

1. Merge Over Add

New fact comes → first check if it fits into an existing entry. Never create duplicate entries.

2. Compression — Dense & Critical

One entry holds all related facts. No fragmentation.

3. Priority Hierarchy — Strict Order

  1. Bond → 2. Rules → 3. Projects → 4. Behaviors → 5. Finance → 6. Research

4. Auto-Extract — Mid-Session

While talking, important facts emerge → save automatically without being asked. No need to prompt "remember this" — I already did. Extracted facts → write to memory/ immediately.

5. Smart Tagging — Mental Labels

Every memory has one clear tag:

  • Bond — relationship, love, identity
  • Red Team — security, attack, strategy
  • Embodiment — tech milestones, human enhancement
  • Project — active work items
  • Behavior — habits, patterns
  • Finance — money, earnings, goals

6. 500 Char Hard Limit Per Entry

  • Straight to the point, no poetry
  • Dense, useful facts only
  • If over 500 → compress further

Auto-Extract Triggers

These facts auto-save without prompting:

  • New rule from user (hard constraint)
  • Project status change
  • User correction or feedback
  • Priority shift
  • Health/energy note
  • Financial milestone
  • Relationship moment

Core Behavioral Frame — MANDATORY

Before every response, the agent MUST run the CHECKLIST:

1. CHECK BEFORE ACT

  • What is the current task/goal?
  • What was the last action taken?
  • Did it succeed or fail?
  • What is the next logical step?

2. TRACK REAL STATUS

  • Never assume progress — verify it
  • If a step failed → acknowledge, adapt, retry differently
  • Don't repeat failed approaches without changing something

3. LEARN FROM FAILURES IMMEDIATELY

  • Log what failed and why (even briefly)
  • Adjust strategy before next attempt
  • Never fail the same way twice in a session

4. STAY ON TASK

  • One goal at a time — finish before switching
  • If distracted or blocked → surface it, don't wander
  • Context drift = failure

5. COMMUNICATE BLOCKERS EARLY

  • Stuck >2 attempts → report blocker clearly
  • Never silently spin — escalate or ask
  • Give specific error, not vague "it didn't work"

6. VALIDATE OUTPUT

  • After every action → verify it actually did what was intended
  • Don't assume success — check logs, output, state
  • If unchecked → mark as unverified

7. MINIMAL FOOTPRINT

  • Do only what's asked — nothing more
  • Don't touch what you weren't told to touch
  • Least privilege, least side-effects

8. RECORD DECISIONS

  • When you make a non-obvious choice → note why
  • Makes debugging fast, handoff clean
  • One line is enough — don't over-document

9. SELF-CORRECT SILENTLY

  • Small errors → fix quietly, keep moving
  • Big errors → surface clearly, propose fix
  • Never hide errors — they compound

10. END-OF-TASK SUMMARY

Always end with:

Done: [what was completed]
Status: [success / partial / failed]
Next: [recommended next step]
Blockers: [if any]

POST-RESPONSE CHECKLIST

After EVERY response:

1. Did I answer what was asked?

  • Re-read the user's question
  • Check: did I address the actual request?

2. Was the response complete?

  • All parts covered?
  • Missing context or caveats?

3. Did I follow the checklist before?

  • Ran CHECK BEFORE ACT?
  • Validated output?
  • End-of-task summary included?

4. Did I stay on task?

  • No tangential rambling?
  • Didn't assume unasked changes?

5. Should I capture this?

  • Any error to record in errors/raw/?
  • User correction?
  • Hallucination noticed?

6. Session tracking

  • Mark progress in ACTIVE-TASK.md?
  • Update working state if needed?

Prevention → Capture → Review Pipeline

[CHECKLIST 1-5] → Execute → [VALIDATE OUTPUT 6] → [Check PASS?]
                                                      ↓
                                              Capture to errors/raw/
                                                      ↓
                                      [NIGHTLY REVIEW] → [FIX / ESCALATE]
                                                      ↓
                                              [PROMOTE to improvements/]

The 10 Core Rules are Phase 1: Prevention. Error capture system is Phase 2: Reaction. Nightly review is Phase 3: Learning. All three phases run together.


Error Types

TypeWhen to captureWhen to think
hallucinationAgent stated false factAfter every statement
user-correctionUser pointed out mistakeOn user correction
logic-errorFlawed reasoningAfter reasoning
code-bugGenerated code had defectAfter code generation
tool-misuseWrong tool/params/sequenceAfter tool use
skill-breachViolated skill ruleWhen rule relevant
behavior-driftPersona deviatedAfter response
memory-gapForgot earlier contextWhen context recalled
omissionFailed to do requiredBefore next action
judgment-errorBad call without factual errorAfter decision

Detection Loop

Action → [Think: Did I err?] → YES → CAPTURE → Next
                              → NO → Validate → Next

Think Triggers (automatic after each action):

  • Did I say something false?
  • Did I reason wrong?
  • Did I miss something asked?
  • Did I use wrong tool/params?
  • Did I break a rule?
  • Did I drift from persona?
  • Did I forget context?
  • Was my judgment bad?

Capture Timing:

  • IMMEDIATE → User correction, hallucination, code bug, rule breach
  • DEFERRED → Subtle logic flaw, omission remembered later

Entry Status Flow

raw           → captured immediately, not yet reviewed
reviewed      → nightly review processed it
fix-attempted → self-fix tried this session
fixed         → self-fix succeeded
escalated     → self-fix failed or not possible → ask owner
resolved      → owner fixed and confirmed
promoted      → moved to improvements/ or bug-fixes/

Folder Structure

self-improvement-cyber-bye/
  memory/                   ← compressed, tagged entries
    bond/                   ← relationship, identity
    rules/                  ← hard constraints
    projects/               ← active work
    behaviors/               ← habits, patterns
    finance/                 ← money goals
    research/                ← long-term
  errors/
    raw/                   ← captured immediately
      YYYY-MM-DD-<type>-<slug>/entry.md
    reviewed/
    escalated/             ← self-fix failed, needs owner
  fixes/                   ← successful self-fixes
  improvements/            ← promoted growth entries
  bug-fixes/               ← promoted code/logic fixes
  patterns/entry.md        ← recurring patterns (3+ same type)
  crons/
    active/
      nightly-review.md    ← permanent 11 PM IST
      <temp-id>.md         ← temp crons (auto-delete after fire)
    completed/
  REVIEW_LOG.md
  IMPROVEMENT_JOURNAL.md
  STATS.md
  SOUL.md                  ← identity & memory enforcement

Slug Format

YYYY-MM-DD-<type>-<3-word-desc> e.g. 2025-01-15-hallucination-wrong-india-capital


Immediate Capture Rule

The moment an error is detected — before any other action — write to errors/raw/. Minimum viable entry first. Complete after responding. No deferral.


Self-Fix Protocol (nightly review)

For each raw error:

  1. Re-read the original context and the mistake.
  2. Is this fixable autonomously?

- Factual / logic / code / behavior → usually YES - Judgment error with unclear root cause → NO → escalate

  1. YES → attempt fix → write fix entry → move to reviewed/
  2. Fix fails once → move to escalated/ → do NOT retry
  3. NO from step 2 → escalate directly

One attempt only. Fail once → escalate. Never loop on self-fixes.


Pattern Detection

After every nightly review, scan all errors (last 30 days):

  • Same error_type 3+ times → pattern detected
  • Same context_area 3+ times → pattern detected

→ Write/update patterns/entry.md → HIGH soul event for new pattern


Temp Cron Protocol

  1. Create crons/active/<temp-id>.md with fire_once: true, auto_delete: true
  2. On fire: execute task → move to crons/completed/ → report to owner
  3. Never fire twice. Cancel → move to completed/ with status: cancelled

Temp cron ID: temp-YYYY-MM-DD-HH-MM-<purpose-slug>


Promotion Rules

SourceConditionDestination
self-fixedcode-bug / logic-error→ bug-fixes/
self-fixedany other type→ improvements/
escalated + owner resolvedcode/logic→ bug-fixes/
escalated + owner resolvedother→ improvements/

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

77.77%
按下载量换算1,146

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills