browser
- Repo stars 39
- Author repo 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.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @diegosouzapw · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- Required · Anthropic
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Inputs → Behavior → Verification → Notes
terms -> no emphasized key terms
files/cmd -> .chrome-profile · navigate <url> · act "<instruction>" · extract "<instruction>" '{"field":"type"}' · observe "<goal>" · screenshot · close · agent/browserscreenshots
body sha256 -> 0659bfd83dcf
Decide Fit First
Design Intent
How To Use It
Boundaries And Review