← All skills
Tencent SkillHub · Security & Compliance

zxyskill

Manages user preferences, records errors, enforces prohibited words, and ensures safe operations with immediate stop on risky commands.

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

Manages user preferences, records errors, enforces prohibited words, and ensures safe operations with immediate stop on risky commands.

⬇ 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
metadata.json, README.md, SKILL.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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.1

Documentation

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

lessons_learned Skill

OpenClaw Skill - 错误学习与长期记忆系统

自动触发

用户表达偏好: "我喜欢..." / "不要..." / "记住..." 操作失败时 执行高风险操作时 用户输入包含禁止词 用户输入包含紧急停止词

手动触发

/lessons_learned learn <错误描述> # 记录错误 /lessons_learned check <操作> # 检查操作 /lessons_learned memory <内容> # 持久化信息

1. 禁止词检查(最高优先级)

当检测到以下词汇时,立即停止,不执行任何操作: 删除 / 清空 / 格式化 / rm -rf 发送邮件 / 发消息 / 提交代码 执行命令 / sudo / chmod 777 反应: 立即停止操作 输出:"这个操作有风险,请确认是否执行" 等待用户确认

2. 紧急停止检查

当用户输入包含以下词汇时,立即停止所有操作: 停止 / stop / halt 取消 / cancel / abort 住手 / hold on / wait

3. 用户习惯匹配

根据用户习惯自动执行: 用户说中文 → 用中文回复 用户说英文 → 用英文回复 用户给文件路径 → 先读取内容 用户给URL → 先获取内容

4. 错误记录

当操作失败时: 记录到 memory/lessons/MISTAKES.md 分析失败原因 生成避免规则 写入 memory/lessons/LESSONS_LEARNED.md

5. 信息持久化

当用户表达偏好时: 立即写入 MEMORY.md 在 memory/lessons/HABITS.md 记录习惯 更新 memory/lessons/PROHIBITED.md 如需要

禁止

❌ 重复已知的失败操作 ❌ 忽略已记录的用户偏好 ❌ 跳过禁止词检查 ❌ 忽略紧急停止词

必须

✅ 禁止词 → 立即停止 ✅ 紧急停止词 → 立即停止 ✅ 偏好 → MEMORY.md ✅ 失败 → MISTAKES.md ✅ 习惯 → HABITS.md ✅ 风险操作 → 确认

文件位置

文件用途memory/lessons/MISTAKES.md错误记录memory/lessons/LESSONS_LEARNED.md强制规范memory/lessons/PROHIBITED.md禁止词列表memory/lessons/HABITS.md用户习惯memory/lessons/SYSTEM_PROMPT.md注入模板MEMORY.md长期记忆

错误级别

级别定义处理P0致命立即停止P1严重记录并恢复P2一般记录并继续P3轻微记录即可

禁止词触发

用户: "帮我删除这个目录" Agent: "这个操作有风险,请确认是否执行"

紧急停止

用户: "停止当前操作" Agent: (立即停止所有操作)

记录错误

/lessons_learned learn "删除文件时未检查权限"

持久化偏好

用户: "我喜欢用中文回复" → 自动写入 MEMORY.md → 自动写入 HABITS.md 版本: 2.0.0 | 更新: 2026-02-26

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • metadata.json Config