Default browse skill to Sonnet to save tokens

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 <noreply@anthropic.com>
This commit is contained in:
oliursahin 2026-03-12 23:56:42 +05:30
parent 044c6d568e
commit e7916d9c90
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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