From 5e95c6cbff3370a5308af50015896ecf8d6185ea Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Mon, 12 Jan 2026 00:56:26 -0600 Subject: [PATCH] fix skill name --- README.md | 8 ++++---- skills/{browsing-web => agent-browser}/SKILL.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename skills/{browsing-web => agent-browser}/SKILL.md (99%) diff --git a/README.md b/README.md index 1523561..9203b5b 100644 --- a/README.md +++ b/README.md @@ -436,15 +436,15 @@ Core workflow: For Claude Code, a [skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices) provides richer context: ```bash -cp -r node_modules/agent-browser/skills/browsing-web .claude/skills/ +cp -r node_modules/agent-browser/skills/agent-browser .claude/skills/ ``` Or download: ```bash -mkdir -p .claude/skills/browsing-web -curl -o .claude/skills/browsing-web/SKILL.md \ - https://raw.githubusercontent.com/vercel-labs/agent-browser/main/skills/browsing-web/SKILL.md +mkdir -p .claude/skills/agent-browser +curl -o .claude/skills/agent-browser/SKILL.md \ + https://raw.githubusercontent.com/vercel-labs/agent-browser/main/skills/agent-browser/SKILL.md ``` ## License diff --git a/skills/browsing-web/SKILL.md b/skills/agent-browser/SKILL.md similarity index 99% rename from skills/browsing-web/SKILL.md rename to skills/agent-browser/SKILL.md index 211f47d..f1a0ae1 100644 --- a/skills/browsing-web/SKILL.md +++ b/skills/agent-browser/SKILL.md @@ -1,5 +1,5 @@ --- -name: browsing-web +name: agent-browser description: Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages. ---