ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
npx n8nAn open-source AI agent that brings the power of Gemini directly into your terminal.
npx @google/gemini-cliShows active maintenance signals
2141 GitHub stars recorded
--cloak 使用 CloakBrowser 二进制| 工具 | 描述 |
|---|---|
select_page | 列出打开的页面,或按索引选择调试上下文 |
new_page | 创建新页面并导航到 URL |
navigate_page | 导航、后退、前进或刷新页面 |
select_frame | 列出所有 frame(iframe),或选择执行上下文 |
take_screenshot | 截取页面截图 |
| 工具 | 描述 |
|---|---|
list_scripts | 列出页面中所有加载的 JavaScript 脚本 |
get_script_source | 获取脚本源码片段,支持行范围或字符偏移 |
save_script_source | 保存完整脚本源码到本地文件(适用于大型/压缩/WASM文件) |
search_in_sources | 在所有脚本中搜索字符串或正则表达式 |
| 工具 | 描述 |
|---|---|
set_breakpoint_on_text | 通过搜索代码文本自动设置断点(适用于压缩代码) |
break_on_xhr | 按 URL 模式设置 XHR/Fetch 断点 |
remove_breakpoint | 按 ID、URL 或全部移除断点,自动恢复执行 |
list_breakpoints | 列出所有活动断点 |
get_paused_info |
| 获取暂停状态、调用栈和作用域变量 |
pause_or_resume | 切换暂停/恢复执行 |
step | 单步调试(over/into/out),返回位置和源码上下文 |
| 工具 | 描述 |
|---|---|
list_network_requests | 列出网络请求、查看详情,或导出 header/body/query 等原始材料 |
get_request_initiator | 获取网络请求的 JavaScript 调用栈 |
get_websocket_messages | 列出 WebSocket 连接、分析消息模式或获取消息详情 |
| 工具 | 描述 |
|---|---|
clear_site_data | 清理当前站点相关 cookies、HTTP cache、origin storage 和 sessionStorage |
| 工具 | 描述 |
|---|---|
evaluate_script | 在页面或断点上下文执行 JavaScript,支持主世界、保存结果和读取一个本地输入文件 |
list_console_messages | 列出控制台消息,或按 msgid 获取单条详情 |