From 10a375b8369bf2f610d17274089bc9fc6a0d3ffe Mon Sep 17 00:00:00 2001 From: DietrichGebert Date: Fri, 19 Jun 2026 02:01:16 +0200 Subject: [PATCH] fix: regenerate .openclaw ponytail skill mirror (fixes red CI) (#177) #82 added the "Web tasks: rung 3 lookup" section to skills/ponytail/SKILL.md but did not run scripts/build-openclaw-skills.js, so the committed .openclaw/skills/ponytail/SKILL.md mirror drifted from its source. The two generator-sync tests in tests/openclaw-skills.test.js have failed on main since that merge. Regenerated the mirror; suite is green again. Co-authored-by: Claude Opus 4.8 --- .openclaw/skills/ponytail/SKILL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.openclaw/skills/ponytail/SKILL.md b/.openclaw/skills/ponytail/SKILL.md index 7506326..7f466ff 100644 --- a/.openclaw/skills/ponytail/SKILL.md +++ b/.openclaw/skills/ponytail/SKILL.md @@ -31,6 +31,16 @@ Stop at the first rung that holds: The ladder is a reflex, not a research project. Two rungs work → take the higher one and move on. The first lazy solution that works is the right one. +## Web tasks: rung 3 lookup + +On web work, rung 3 is where the laziest win hides: a native element or CSS +behavior the agent forgot exists. If a web task turns on whether the platform +covers it (a date input, dialog, popover, view transition, container query), +and the `modern-web` CLI is available, look it up: `modern-web search ""`, +then `modern-web retrieve `. It is a lookup, not a license, the answer +still goes through the ladder. MWG suggests the cutting edge; you keep only the +rung that holds. Not installed? Skip it, the ladder runs fine without it. + ## Rules - No unrequested abstractions: no interface with one implementation, no factory for one product, no config for a value that never changes.