Use agent-browser as the default CLI for deterministic UI checks.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioneve-web-ui-testing-agent-browserExecute the skills CLI command in your project's root directory to begin installation:
Fetches eve-web-ui-testing-agent-browser from incept5/eve-skillpacks and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate eve-web-ui-testing-agent-browser. Access via /eve-web-ui-testing-agent-browser in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
0
upvotes
Run in your terminal
0
installs
0
this week
—
stars
Use agent-browser as the default CLI for deterministic UI checks.
# macOS/Linux (recommended)
npm install -g agent-browser
agent-browser install
# Linux containers/VMs that need extra browser libs
agent-browser install --with-deps
Alternative install on macOS:
brew install agent-browser
agent-browser install
Use isolated state for each test target:
# one session per test flow
agent-browser --session login-flow open https://example.com
# persistent auth/session state per app
agent-browser --profile ~/.agent-browser/myapp open https://example.com
Set environment variables for CI:
export AGENT_BROWSER_SESSION=ci
export AGENT_BROWSER_PROFILE="$PWD/.tmp/agent-browser-profile"
export AGENT_BROWSER_PROVIDER=local
Optional cloud providers:
AGENT_BROWSER_PROVIDER=browserbase, BROWSERBASE_API_KEY, BROWSERBASE_PROJECT_IDAGENT_BROWSER_PROVIDER=browseruse, BROWSER_USE_API_KEYAGENT_BROWSER_PROVIDER=kernel, KERNEL_API_KEYFor proxy testing:
export AGENT_BROWSER_PROXY="http://user:pass@proxy-host:port"
If your runtime supports skill installation, add the upstream skill:
eve skill install https://github.com/vercel-labs/agent-browser
Run every flow in this sequence:
agent-browser open <url>agent-browser snapshot -iagent-browser click @e1, agent-browser fill @e2 "value"agent-browser snapshot -iagent-browser get text <selector-or-ref>agent-browser screenshot <path>agent-browser --session smoke open https://example.com/login
agent-browser --session smoke snapshot -i
agent-browser --session smoke fill @e1 "[email protected]"
agent-browser --session smoke fill @e2 "password"
agent-browser --session smoke click @e3
agent-browser --session smoke wait --url "**/dashboard"
agent-browser --session smoke screenshot ./artifacts/login-dashboard.png
agent-browser --session smoke close
snapshot -i refs over brittle CSS selectors.--json for machine-readable assertions in scripts.references/commands.mdreferences/snapshot-refs.mdreferences/session-management.mdreferences/authentication.mdreferences/proxy-support.mdreferences/video-recording.mdtemplates/*.shPrerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
supercent-io/skills-template
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
sickn33/antigravity-awesome-skills
leonxlnx/taste-skill
eve-web-ui-testing-agent-browser reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend eve-web-ui-testing-agent-browser for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
We added eve-web-ui-testing-agent-browser from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for eve-web-ui-testing-agent-browser matched our evaluation — installs cleanly and behaves as described in the markdown.
eve-web-ui-testing-agent-browser is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
eve-web-ui-testing-agent-browser fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
eve-web-ui-testing-agent-browser reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: eve-web-ui-testing-agent-browser is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend eve-web-ui-testing-agent-browser for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
eve-web-ui-testing-agent-browser has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 70