neo1307-browser-agentBrowser automation with Playwright for opening pages, taking screenshots, finding or clicking DOM elements, filling forms, extracting text, and managing cook...
Install via ClawdBot CLI:
clawdbot install neo1307/neo1307-browser-agentGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://example.comAudited Apr 17, 2026 · audit v1.0
Generated May 9, 2026
Run a quick battery of basic functional tests against a freshly deployed site by opening key pages, verifying titles, taking screenshots, and checking for critical text. This catches deployment errors or content regressions without manual effort.
Extract product prices and descriptions from competitor pages on a schedule. The agent can navigate to product listings, extract price text by selector, and save the data for comparison, enabling dynamic pricing decisions.
Fill and submit web forms programmatically by targeting input fields and buttons with CSS selectors. Useful for bulk data entry, account sign-ups, or survey automation where the UI flow is simple and deterministic.
When a user reports an issue, the agent can replay the interaction path: open the page, take a screenshot, click the problematic element, and capture the resulting state. This provides concrete visual evidence for developers.
Save cookies and local storage after a manual login, then load that session state in subsequent runs to bypass authentication. Ideal for automated workflows that require staying logged in over multiple executions.
Offer a subscription-based service that runs browser-agent scripts against client websites to monitor uptime, content changes, and UI health. Clients pay a monthly fee for scheduled checks and reports.
Use the agent to extract structured data from public websites for competitive intelligence. Charge per project or per record, providing cleaned datasets to businesses lacking scrapers.
Integrate the browser agent into broader RPA solutions for clients needing web automation tasks (e.g., order entry, report generation). License the agent as a modular component or charge per automation workflow.
💬 Integration Tip
Wrap the agent in a simple cron or CI job to run actions on a schedule. Store screenshots and extraction outputs in cloud storage for easy access.
Scored May 9, 2026
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Uses a headless browser to navigate web pages, interact with elements, and extract clean, readable text content from URLs.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
通过已登录的Edge或Chrome浏览器,利用Chrome DevTools Protocol执行JS渲染页面的导航、点击、截图及数据提取等自动化操作。
Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
High-performance browser automation for heavy scraping, multi-tab management, and precise DOM extraction. Use this when you need speed, reliability, or advanced state management (cookies/local storage) beyond standard web fetching.