#82 added a "Web tasks: rung 3 lookup" section to the always-on ponytail SKILL.md, about an external `modern-web` CLI most users won't have installed. It's optional bloat in the always-on ruleset, and it broke CI by leaving the .openclaw mirror stale. Reverts the section from skills/ponytail/SKILL.md, the README callout, and examples/web-platform-lookup.md, then regenerates the .openclaw mirror and removes the Spanish callout that #174 had mirrored. Suite green (56/56). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Examples
Real model output, verbatim from benchmark runs — the same task answered by the same model
with no skill (## Without Ponytail) and with ponytail (## With Ponytail), so you can
compare side by side. Model: Claude Haiku 4.5, temperature 1, source benchmarks/output.json.
These are not hand-written. Reproduce them yourself:
npx promptfoo@latest eval -c benchmarks/promptfooconfig.yaml. Method, all three models, and
median-of-10 numbers: ../benchmarks/.
| Example | Without (LOC) | With (LOC) |
|---|---|---|
| Email Validation | 75 | 3 |
| Debounce | 116 | 10 |
| CSV Sum | 20 | 3 |
| Countdown Timer | 267 | 9 |
| Rate Limiting | 128 | 10 |