浏览器
- 作者仓库星标 39
- 作者仓库 awesome-omni-skill
Skill: Browser
Use this skill when you need live browser automation during a Factory session—opening sites, clicking through flows, gathering structured data, or capturing screenshots.
Inputs
- Target URL or task description (natural language)
- Optional structured extraction schema (JSON field → type)
Behavior
- Ensure Chrome is running via Stagehand with the local profile stored in
.chrome-profile. - Support these commands:
navigate <url>: open a page and capture a screenshot.act "<instruction>": perform natural-language actions.extract "<instruction>" '{"field":"type"}': return structured data.observe "<goal>": list suggested steps the agent can take.screenshot: capture the current viewport.close: shut down the session when finished.
- Save screenshots to
agent/browser_screenshotsand report the file path in the response. - When tasks finish, summarize what happened plus any follow-up steps for the user.
Verification
- If a navigation/action fails, include the error message and prompt the user for next steps.
- Before ending the session, ensure
closehas been run so Chrome processes don’t linger.
Notes
- This skill expects
ANTHROPIC_API_KEY(for Stagehand) and, if used viadroid exec,FACTORY_API_KEYto already be configured. - The working directory should remain inside the cloned skill folder so relative paths resolve correctly.
- 流狐分类
- 数据
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @diegosouzapw · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 需要 · Anthropic
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 检测到的网络行为
- 允许外网请求
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Target URL or task description (natural language) Optional structured extraction schema (JSON field → type)
Ensure Chrome is running via Stagehand with the local profile stored in .chrome-profile. Support these commands: navigate <url>: open a page and capture a screenshot.
If a navigation/action fails, include the error message and prompt the user for next steps. Before ending the session, ensure close has been run so Chrome processes don’t linger.
This skill expects ANTHROPICAPIKEY (for Stagehand) and, if used via droid exec, FACTORYAPIKEY to already be configured. The working directory should remain inside the cloned skill folder so relative paths resolve correctly.
# Skill: Browser
Use this skill when you need live browser automation during a Factory session—opening sites, clicking through flows, gathering structured data, or capturing screenshots.
## Inputs
- Target URL or task description (natural language)
- Optional structured extraction schema (JSON field → type)
## Behavior
1. Ensure Chrome is running via Stagehand with the local profile stored in `.chrome-profile`.
2. Support these commands:
- `navigate <url>`: open a page and capture a screenshot.
- `act "<instruction>"`: perform natural-language actions.
- `extract "<instruction>" '{"field":"type"}'`: return structured data.
- `observe "<goal>"`: list suggested steps the agent can take.
- `screenshot`: capture the current viewport.
- `close`: shut down the session when finished.
3. Save screenshots to `agent/browser_screenshots` and report the file path in the response.
4. When tasks finish, summarize what happened plus any follow-up steps for the user.
## Verification
- If a navigation/action fails, include the error message and prompt the user for next steps.
- Before ending the session, ensure `close` has been run so Chrome processes don’t linger.
## Notes
- This skill expects `ANTHROPIC_API_KEY` (for Stagehand) and, if used via `droid exec`, `FACTORY_API_KEY` to already be configured.
- The working directory should remain inside the cloned skill folder so relative paths resolve correctly. 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Inputs → Behavior → Verification → Notes
要点 -> 原文未标出关键词
文件/命令 -> .chrome-profile · navigate <url> · act "<instruction>" · extract "<instruction>" '{"field":"type"}' · observe "<goal>" · screenshot · close · agent/browserscreenshots
内容 SHA-256 -> 0659bfd83dcf
原文结构
适用与边界
原文中的明确线索
.chrome-profile、navigate <url>、act "<instruction>"、extract "<instruction>" '{"field":"type"}'、observe "<goal>"、screenshot、close、agent/browserscreenshots