feat(skills): 新增 agent-browser 浏览器自动化技能

基于 Vercel agent-browser CLI,支持网页交互、E2E 冒烟测试、需求验收验证、前端开发验证和截图对比。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 16:07:04 +10:30
parent 22107fa7b8
commit e3924e6b2b
2 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "agent-browser-plugin",
"description": "浏览器自动化技能。用于网页交互、E2E冒烟测试、需求验收验证、前端开发验证、截图对比。基于 Vercel agent-browser CLI。",
"version": "1.0.0",
"author": {
"name": "qiudl"
}
}