From 907c67e9bf93227e09141f72f949e9fe70f48cd7 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Fri, 13 Mar 2026 06:50:14 +0800 Subject: [PATCH] fix: default to sonnet model in browse skill to save tokens The browse skill had no model specified in the frontmatter, causing it to use the user's default model (usually Opus) by default. Since browse is orchestrating CLI commands with minimal reasoning required, Sonnet is more cost-effective while maintaining good performance. This addresses issue #8. --- browse/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/browse/SKILL.md b/browse/SKILL.md index b752aec68..b80e251c8 100644 --- a/browse/SKILL.md +++ b/browse/SKILL.md @@ -1,6 +1,7 @@ --- name: browse version: 1.0.0 +model: sonnet description: | Fast web browsing for Claude Code via persistent headless Chromium daemon. Navigate to any URL, read page content, click elements, fill forms, run JavaScript, take screenshots,