163 Email
Paste the following prompt into your AI chat to install this skill:
Please install @user_bf84fce9/163email1 according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When coding agents repeatedly hit the same issue, or users point out a mistake or missing capability, that feedback often stays trapped in chat. This skill turns such signals into searchable, actionable project records.
How it works
It works around three files: ERRORS.md for command failures, exceptions, and external tool breaks; LEARNINGS.md for corrections, knowledge gaps, and best practices; and FEATURE_REQUESTS.md for missing capabilities. Each entry carries Status, priority, See Also, and a stable Pattern-Key, making dedupe and merge easier with grep. If an entry proves useful across tasks, it can be distilled into a short rule and promoted to CLAUDE.md, AGENTS.md, or .github/copilot-instructions.md; in OpenClaw workspaces, it may also enter SOUL.md or TOOLS.md. It also supports ingesting simplify-and-harden candidates and promoting a pattern into prevention rules when it appears in at least two tasks within 30 days and has Recurrence-Count >= 3.
Boundaries
It is not an auto-fix engine; it converts agent experience into Markdown memory. It fits long-lived repositories, multi-agent workflows, and teams that want to codify engineering conventions. For one-off questions, the maintenance cost may outweigh the benefit. Error entries should include reproducible output, and learning entries should include concrete fixes, otherwise promoted notes risk becoming vague guidance.
Use Cases
- After command failures, log exit codes, exceptions, and repro steps to `.learnings/ERRORS.md`.
- When users correct project conventions, record `LEARNINGS.md` with `correction` and priority.
- After repeated tool pitfalls across tasks, promote concise rules to `AGENTS.md` or `CLAUDE.md`.
- Extract high-recurrence patterns from `simplify-and-harden` candidates into prevention rules.
Best For
- Engineers maintaining long-lived repositories who need recurring errors and fixes as searchable records.
- Developers using Claude Code or Codex who want agents to remember conventions and tool gotchas.
- Tech leads coordinating multi-agent work who need experience in shared context such as `AGENTS.md`.
- OpenClaw workspace users who need behavior patterns captured in `SOUL.md` or `TOOLS.md`.
Related Skills
Local workflow memory with matching and SOP updates.
An OpenClaw live streaming executor that initializes TRTC streaming, starts a real-time dashboard, generates viewer URLs, and continuously reports live events.
Breaks down physical supply chains for super-trends to identify second- and third-layer bottlenecks, runs valuation and reverse checks, and maintains trackable reports.
A token-saving compression mode for Chinese LLMs with lite, full, ultra, and classical tiers, preserving code and technical terms while handling edge cases.