Browser ops demo browser automation
Use when running browser automation workflows for browser-ops-demo.From its SKILL.md
npx -y skills add guorunjie/skillpack-forge --skill browser-ops-demo-browser-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 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.
- runs commandsInstructs the agent to run 3 commands, including `npm install` and 2 more.
SKILL.md
0.8 KB, 152 tokens by cl100k_base, as published. Nobody here has run it
browser-ops-demo-browser-automation
Generated from skillpack.yaml by Skillpack Forge.
Project
Browser automation workflows for testing, scraping, and operator tasks.
Workflow
- Identify the target URL, browser state, and expected user path
- Run the browser flow in a narrow, repeatable scenario
- Inspect visible page state before and after each important action
- Save failure evidence and rerun focused verification
Commands
- install:
npm install - test:
npm test - doctor:
npm run doctor
Principles
- Prefer deterministic selectors and explicit waits
- Capture screenshots or traces when a browser flow fails
- Avoid storing secrets, cookies, or private page content in generated files
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.