Better Every Run
/install better-every-run
Better Every Run
Use this skill when the user corrects an outcome, states a preference, asks why something keeps failing, or wants an agent to improve future behavior from the current run.
The human path is deliberately small:
/ber fix bad outcome -> desired outcome
/ber remember simple rule
/ber report
The agent runs the bundled local helper in the background and reports the result in chat.
When To Use
- The user corrects an agent mistake or preference.
- A tool/workflow failed in a way likely to repeat.
- A workflow succeeded and should become reusable.
- The user says "remember this", "next time", "always", or "never".
- Before ending a substantial session where useful lessons were found.
Human Commands
/ber fix agent wrote vague status -> agent gives exact command output and next action
/ber remember use the approved development host for active code work
/ber report
Rules
- Report CLI output back in chat; do not build web pages or dashboards.
- Do not silently edit
MEMORY.md,AGENTS.md,SOUL.md, or other durable instruction files. - Keep corrections factual: bad outcome, desired outcome, target file if applying.
- Avoid private data unless the user explicitly wants it captured.
- Hide helper complexity from the user; never make them manage accept/export/apply steps during normal use.
- Design for the shortest path to the user's outcome.
Workflow
For normal chat use, keep the visible flow to one command:
/ber fix bad outcome -> desired outcome
For simple one-line preferences:
/ber remember simple rule
Use /ber report to show what was learned.
Agent Implementation
Keep helper paths, target-file selection, ledger files, and memory-patch mechanics out of the human-facing answer. The agent may use them internally for deterministic execution, tests, and audits.
Read references/workflow.md for the full workflow.
Read references/report-template.md for expected chat output shape.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install better-every-run - After installation, invoke the skill by name or use
/better-every-run - Provide required inputs per the skill's parameter spec and get structured output
What is Better Every Run?
Better Every Run: turn user corrections into preferred future outcomes through a simple /ber-style fix, remember, and report flow. It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.
How do I install Better Every Run?
Run "/install better-every-run" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Better Every Run free?
Yes, Better Every Run is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Better Every Run support?
Better Every Run is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Better Every Run?
It is built and maintained by Leo Stehlik (@leostehlik); the current version is v0.1.1.