operative.sh 网页评估代理服务器 MCP 服务器可让编码代理自行调试,让你有更多精力去处理其他重要事务。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install npmbrew install jq# 欢迎 inspect 安装脚本如下:
# curl -LSf https://operative.sh/install.sh | less -N
# 下载、安装并删除安装脚本
curl -LSf https://operative.sh/install.sh -o install.sh && bash install.sh && rm install.sh
# 1. 在 operative.sh 获取你的 API 密钥
# 2. 安装 uv (curl -LsSf https://astral.sh/uv/install.sh | sh)
# 3. uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git playwright install
# 4. 使用命令行界面 unleash 代理(可能需要重启 Cline)
uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git playwright install。uv cleannpm install -g playwright 解决工具调用中的 Playwright 问题。📊 网页评估报告 http://localhost:5173 完成!
📝 任务:评估代理执行特定操作
### 结论:
- 代理成功导航至指定页面
- 执行时间符合预期
- 操作结果与预期一致
### 细节:
构建于 ❤️ @ operative.sh