← Back to Skills Marketplace
leostehlik

Better Every Run

by Leo Stehlik · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ pending
64
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install better-every-run
Description
Better Every Run: turn user corrections into preferred future outcomes through a simple /ber-style fix, remember, and report flow.
README (SKILL.md)

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.

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install better-every-run
  3. After installation, invoke the skill by name or use /better-every-run
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Hide helper internals from the public human-facing workflow.
v0.1.0
Initial public Better Every Run skill.
Metadata
Slug better-every-run
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments