browser-trace
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
便于定位自动化失败和审计网络/控制台/DOM 行为
▸ 风险提示
会捕获敏感网络和页面内容,注意隐私与合规
这个 Skill 做什么
附加只读 CDP 客户端记录浏览器所有事件、截图与 DOM 转储
在自动化浏览器运行时附加一个只读的 CDP 客户端,完整记录 DevTools 火焰流、截图与 DOM 转储并按页面切片。要调试失败用例、审计网络/控制台/DOM 活动或把上次运行的结构化摘要回喂给代理时用。它不驱动页面,只监听并产出可搜索的 NDJSON/页面包。
▸ 展开 SKILL.md 英文原文
Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.
458
Stars
41
Forks
34
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/browser-trace/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/browser-trace/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Browser Trace Attach a **second, read-only CDP client** to a browser session that is already being driven by your main automation. The trace records the full DevTools firehose to NDJSON, polls for screenshots and DOM dumps in parallel, and slices everything into a directory tree that bash tools can search. This skill does **not** drive pages — it only listens. Pair it with the `browser` skill, `browse`, Stagehand, Playwright, or anything else that speaks CDP. ## When to use - The user wants to debug a browser-automation run (failing form, missing element, hung navigation, JS exception). - The user has a running automation and wants to attach a trace mid-flight without restarting it. -
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有