dev-browser
仓库创建 2025年12月3日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
能持续维护会话与状态,便于分步调试与重复自动化工作,极具实用性。
▸ 风险提示
可能需要处理账户凭证和自动化登录,存在凭证泄露或滥用风险。
这个 Skill 做什么
提供持久页面状态的浏览器自动化,用于导航、填表、截图与抓取等任务。
把浏览器自动化当成有状态的脚本来跑,能在不同执行间保留页面状态,完成导航、点击、填表、截图和抓取等操作。适合网站测试、登录会话维持、表单自动化或需要抓取动态内容的场景。优势是先把流程小步试通,再把重复工作写成脚本一次跑完,既省时又更稳定。
▸ 展开 SKILL.md 英文原文
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
6.7w
Stars
5.4k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/omo-opencode/src/features/builtin-skills/dev-browser/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/omo-opencode/src/features/builtin-skills/dev-browser/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Dev Browser Skill Browser automation that maintains page state across script executions. Write small, focused scripts to accomplish tasks incrementally. Once you've proven out part of a workflow and there is repeated work to be done, you can write a script to do the repeated work in a single execution. ## Choosing Your Approach - **Local/source-available sites**: Read the source code first to write selectors directly - **Unknown page layouts**: Use `getAISnapshot()` to discover elements and `selectSnapshotRef()` to interact with them - **Visual feedback**: Take screenshots to see what the user sees ## Setup > **Installation**: See [references/installation.md](references/installation.m
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有