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