Browser automation
Skill zhangtao272820/AI_Agent/Lobster_Agent/skills/browser-automation
开源多智能体矩阵:Manager 总管调度 RAG、DB、Code、Extractor、Lobster、Music、Video 等子 Agent。Nuxt · FastAPI · Playwright · pgvector · Compose,企业级参考实现。
npx -y skills add zhangtao272820/AI_Agent --skill browser-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 15 days oldThe repository was created 15 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 488 tokens by cl100k_base, as published. Nobody here has run it
browser-automation Skill(OpenClaw 类 · P2-C1)
浏览器自动化工作流包:双 Profile + 验证码/登录墙 + stale-ref 恢复
何时加载
task_kind为 search / navigate / extract / form_fill- 站点触发验证码(wappass / captcha)
- Manager HITL 后 classic 有头重试
浏览器 Profile
| Profile | 说明 | 环境变量 |
|---|---|---|
| managed | 隔离 userDataDir,默认 | LOBSTER_BROWSER_PROFILE=managed |
| user | 附着用户已登录 Chrome | LOBSTER_BROWSER_PROFILE=user + LOBSTER_BROWSER_CDP_URL |
百度等强风控站点:优先 user profile(已登录 Chrome)或 Lobster Workbench noVNC 手动过验证码。
执行规则
- 先
browser_navigate/ 打开起始 URL,再browser_snapshot观察 - snapshot 无变化:PageDown 滚动 → Escape 关弹窗 → wait 后重试
- 检测到验证码 URL(wappass/captcha):停止自动化,报告
task_blocked,等待人工 - 填表/OA:优先 stagehand;有 storage 时 stagehand 优先于 mcp
- 视频/B站互动:强制 classic 有头
完成标准(completion_criteria)
- search:返回搜索结果摘要或打开首条 URL
- extract:返回结构化字段或列表
- navigate:到达目标 URL 且页面可访问
- form_fill:字段已填写(未提交除非用户明确要求)
禁止
- 在总管界面代点验证码
- 无确认时执行支付/删除/投稿
- 编造未访问过的页面内容
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.