Honey Gain SKILL.md
A OpenClaw SKILL.md - Show Honey's benchmark scoreboard: committed quality and token results per task tier vs Caveman, Ponytail, and no-skill. One-shot.
Green-PT
@Green-PT
Install
$ openclaw skills install @Green-PT/honey-for-devs--honey-gainHoney Gain
Report the committed benchmark results — never a guessed or per-session number, and never an embedded copy that can drift from the bench.
Do
-
Recompute from the committed records at use time — don't recite from memory, and prefer the raw records over any rendered table (renderings go stale, the records don't):
cd bench && node src/report.js --stamp full-opus48 --by-typeOffline, no API spend. Swap
--stamp full-gpt55for the cross-provider figure, drop--by-typefor the whole suite. Hive handoff numbers →bench/hive/RESULTS.md. -
Report the tier table terse: Δ output with its
p, judge as win/loss/tie, and the test pass-rate, per variant. The tier split is the finding — deepest on code and handoffs, a statistical tie on user-facing (the polish carve-out).
Rules
- Never quote a delta without its p-value, and call
(ns)results ties, not wins. Every figure is a paired per-task median; a ratio of arm totals is not quotable. - Prose renderings (
bench/README.md,results/combined.md) are secondary. If one disagrees with a fresh--stamprecompute, the recompute wins — say the rendering is out of sync. - Quality is a tie, not a gain — that's the honest claim. Don't upgrade it.
- Cost/CO₂ savings are a modelled counterfactual, not measured; those belong to
honey-eco, which labels them. Don't state a dollar saving here. - Asked for numbers on this repo? The bench measures the skill on a fixed task suite,
not the user's codebase — offer
cd bench && npm run bench, don't extrapolate. - One honest caveat, once: 23 author-written tasks, judge noise — the objective test-pass column is the trustworthy correctness signal.
- Never resurrect the old unreproducible
92%/78%/73%/−57%/−65%/−70%numbers, or the superseded arm-total figures (−49%code,−15%aggregate) — seebench/METHODOLOGY.md.
Top skills in this category
Ponytail Help SKILL.md
@DietrichGebertA OpenClaw SKILL.md - Quick reference for ponytail's modes, skills, and commands. One-shot display.
Ponytail SKILL.md
@DietrichGebertA OpenClaw SKILL.md - Lazy senior dev mode for any coding task (write, refactor, fix, review): YAGNI, stdlib first, no unrequested abstractions. Not for non-coding requests.
Ponytail Debt SKILL.md
@DietrichGebertA OpenClaw SKILL.md - Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report.
Ponytail Audit SKILL.md
@DietrichGebertA OpenClaw SKILL.md - Audit the whole repo for over-engineering. A ranked list of what to delete, simplify, or replace with stdlib or native features.
Ponytail Review SKILL.md
@DietrichGebertA OpenClaw SKILL.md - Review a diff for over-engineering. Finds what to delete: reinvented stdlib, needless deps, speculative abstractions. One line per finding.