From 03a53c9f36a3b946a062b7115bccfda03b8f202a Mon Sep 17 00:00:00 2001 From: Matthew King <52947917+mking-keeper@users.noreply.github.com> Date: Sun, 18 Jan 2026 05:49:27 -0800 Subject: [PATCH] feat: add Claude marketplace plugin (#106) Co-authored-by: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 19 +++++++++++++++++++ skills/agent-browser/SKILL.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..6532d8a --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", + "name": "agent-browser", + "description": "Headless browser automation for AI agents", + "owner": { + "name": "Vercel", + "email": "support@vercel.com" + }, + "plugins": [ + { + "name": "agent-browser", + "description": "Automates browser interactions for web testing, form filling, screenshots, and data extraction", + "source": "./", + "strict": false, + "skills": ["./skills/agent-browser"], + "category": "development" + } + ] +} diff --git a/skills/agent-browser/SKILL.md b/skills/agent-browser/SKILL.md index ab28f5e..d616095 100644 --- a/skills/agent-browser/SKILL.md +++ b/skills/agent-browser/SKILL.md @@ -1,6 +1,7 @@ --- 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. +allowed-tools: Bash(agent-browser:*) --- # Browser Automation with agent-browser