From e7916d9c90b8d9fe4f3814bf333489a4d3c55b75 Mon Sep 17 00:00:00 2001 From: oliursahin Date: Thu, 12 Mar 2026 23:56:42 +0530 Subject: [PATCH] Default browse skill to Sonnet to save tokens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The browse skill only orchestrates CLI commands — no heavy reasoning needed. Adding `model: sonnet` to both browse SKILL.md files prevents burning Opus tokens on simple navigation, clicking, and screenshot tasks. Closes #8 Co-Authored-By: Claude Opus 4.6 --- SKILL.md | 1 + browse/SKILL.md | 1 + 2 files changed, 2 insertions(+) diff --git a/SKILL.md b/SKILL.md index 08ad3e932..a554b4bbb 100644 --- a/SKILL.md +++ b/SKILL.md @@ -7,6 +7,7 @@ description: | inspect CSS/DOM, capture console/network logs, and more. ~100ms per command after first call. Use when you need to check a website, verify a deployment, read docs, or interact with any web page. No MCP, no Chrome extension — just fast CLI. +model: sonnet allowed-tools: - Bash - Read diff --git a/browse/SKILL.md b/browse/SKILL.md index b752aec68..c032c3483 100644 --- a/browse/SKILL.md +++ b/browse/SKILL.md @@ -7,6 +7,7 @@ description: | inspect CSS/DOM, capture console/network logs, and more. ~100ms per command after first call. Use when you need to check a website, verify a deployment, read docs, or interact with any web page. No MCP, no Chrome extension — just fast CLI. +model: sonnet allowed-tools: - Bash - Read