用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Devang0907/agent-dev --skill browser-automation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | browser-automation |
| description | Multi-step web automation with Playwright — inspect pages, interact safely, handle blockers. |
Use the browser tool for web tasks. Follow this loop:
listTabs if unsure which tab is active.getPageContent after every navigation or search submit.type with #twotabsearchtextbox or input[name="field-keywords"] (Enter is pressed automatically). Then getPageContent to read the Listings / search results section.extract or getPageContent after UI changes.getPageContent again (DOM may have changed).requiresApproval: true before purchases, booking confirmations, or account deletion.waitForUser before payment confirmation — never enter card numbers.open — launch browser + navigate (creates tab)newTab / switchTab / closeTab / listTabs — multi-tab workflowsclose — shut down browser when donebrowser open → airline or aggregator URLgetPageContent → find search form selectorstype origin, destination, date fields; click searchextract prices from resultsclick continue with requiresApproval: true before final purchasewaitForUser at payment step