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.
This commit is contained in:
OpenClaw Agent 2026-03-13 06:50:14 +08:00
parent 15345a42ec
commit 907c67e9bf
1 changed files with 1 additions and 0 deletions

View File

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