From 06cbbc7bf9b253084555f9dd780c16dd0212444a Mon Sep 17 00:00:00 2001 From: Gary Dobkin Date: Fri, 24 Jul 2026 08:15:46 +0200 Subject: [PATCH] Narrow skill description to match When Not to Use The description says to always use browser-harness for any web interaction, but 0.1.7 added a When Not to Use section telling agents to prefer curl for plain HTTP fetches. The description is the always-loaded field while the body only loads on invocation, so the always-visible half is the outdated one. --- SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index 24f08fc2..01bbdef7 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,6 +1,6 @@ --- name: browser-harness -description: "Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work." +description: "Control a real browser via CDP: clicking, typing, navigation, logged-in sessions, JS-rendered or bot-protected pages. Not for plain HTTP fetches of public content - use curl for those." --- # browser-harness