From 15190f257a532169537634ae8c3f1336a16af0b3 Mon Sep 17 00:00:00 2001 From: Greg Jackson Date: Sun, 15 Mar 2026 00:07:10 +0000 Subject: [PATCH] fix(browse): default to sonnet model to save tokens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The browse skill just orchestrates CLI commands — no complex reasoning needed. Without a model specified, it burns Opus tokens by default. Sonnet handles this equally well at a fraction of the cost. Closes #8 Co-Authored-By: Claude Opus 4.6 (1M context) --- browse/SKILL.md | 1 + browse/SKILL.md.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/browse/SKILL.md b/browse/SKILL.md index e383e90..c6fb417 100644 --- a/browse/SKILL.md +++ b/browse/SKILL.md @@ -1,6 +1,7 @@ --- name: browse version: 1.1.0 +model: sonnet description: | Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check diff --git a/browse/SKILL.md.tmpl b/browse/SKILL.md.tmpl index 62e52cd..7dc1eb1 100644 --- a/browse/SKILL.md.tmpl +++ b/browse/SKILL.md.tmpl @@ -1,6 +1,7 @@ --- name: browse version: 1.1.0 +model: sonnet description: | Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check