$npx skillfedfor your agent

agent-browser

agent-browser enables autonomous web automation by executing browser tasks through an intelligent agent runtime. Streamline repetitive workflows like form submission, element interaction, and page navigation without manual intervention. Built for developers who need reliable, scriptable control over web-based processes.

agent-browser is a browser automation tool that enables autonomous web automation by executing browser tasks through an intelligent agent runtime. It streamlines repetitive workflows like form submission, element interaction, and page navigation without manual intervention. The skill is built for developers who need reliable, scriptable control over web-based processes, supporting tasks such as clicking buttons, filling forms programmatically, and automating website interactions.

AI-generated summary based on this skill's SKILL.md

722 167 MITupdated by OtterMind

Decision gist · record as of 2026-04-11

agent-browser is a browser automation tool that enables autonomous web automation by executing browser tasks through an intelligent agent runtime. It streamlines repetitive workflows like form submission, element interaction, and page navigation without manual intervention. The skill is built for developers who need reliable, scriptable control over web-based processes, supporting tasks such as clicking buttons, filling forms programmatically, and automating website interactions.

manual: git clone https://github.com/OtterMind/youclaw → cp -r youclaw/skills/agent-browser ~/.claude/skills/agent-browser
skills/agent-browser/SKILL.md · version 9dc25e3d

Use it when

  • Yes, agent-browser is designed specifically for automating repetitive browser tasks like form filling, clicking, and navigation.
  • agent-browser enables you to extract data and take screenshots from websites programmatically.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

OtterMind/youclaw/agent-browser · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is agent-browser and what can it automate?

agent-browser is a browser automation tool that enables autonomous web automation by executing browser tasks through an intelligent agent runtime. It streamlines repetitive workflows like form submission, element interaction, and page navigation without manual intervention. The skill is built for developers who need reliable, scriptable control over web-based processes, supporting tasks such as clicking buttons, filling forms programmatically, and automating website interactions.

Can agent-browser click buttons and fill forms programmatically?

Yes, agent-browser is designed specifically for automating repetitive browser tasks like form filling, clicking, and navigation. You can programmatically interact with web elements, submit forms automatically, and control browser behavior through its command-line interface. This makes agent-browser ideal for batch browser commands and DOM element interaction without requiring manual intervention.

How does agent-browser help with web scraping and data extraction?

agent-browser enables you to extract data and take screenshots from websites programmatically. You can open URLs, capture snapshots of web pages, and retrieve information from the DOM automatically. This functionality makes agent-browser a powerful tool for web scraping tasks and automated data collection workflows.

Can agent-browser test web applications automatically?

Yes, agent-browser supports testing web applications and verifying page state changes. As a web app testing tool and automated web testing framework, it allows you to validate application behavior, confirm element states, and ensure web pages respond correctly to automated interactions. This makes it suitable for continuous integration and automated quality assurance workflows.

Does agent-browser support persistent login sessions?

agent-browser enables you to login to websites programmatically and persist authentication state across interactions. This capability allows you to reuse login sessions and maintain authenticated state throughout your automation workflows, eliminating the need to re-authenticate for each task.

What license does agent-browser use?

agent-browser is released under the MIT license, which permits free use, modification, and distribution of the software with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Browser Automation with agent-browser

Performance Rules (CRITICAL)

  • ALWAYS chain commands with && when you don't need intermediate output. Each separate tool call costs seconds of round-trip latency.
  • ALWAYS combine open + wait + snapshot into one call: agent-browser open <url> && agent-browser wait --load load && agent-browser snapshot -i
  • ALWAYS batch multiple interactions (fill, click, select) into one && chain when refs are already known.
  • Use --load load (DOM load event) by default. Only use networkidle when you specifically need all XHR/fetch to complete (e.g., waiting for API-driven content).
  • Do NOT snapshot after every interaction — only re-snapshot when you need to discover new element refs (after navigation or major DOM changes).

Core Workflow

Every browser automation

(truncated - see the full file via the links below)

File tree — 1 file
skills/agent-browser/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Automate repetitive browser tasks like form filling, clicking, and navigation”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

agent-browser
by slopus · slopus/happy

agent-browser lets you script repetitive web interactions—form submissions, element clicks, page navigation—directly through Claude Code. Built for end-to-end encrypted access, it brings browser automation to your workflow without leaving SkillFed's environment.

MITfor claude-codeupdated Jul 2026
★ 22,898repo stars
agent-browser
by onsager-ai · onsager-ai/dev-skills

agent-browser enables agents to interact with web pages autonomously, handling form submissions, element clicks, and multi-step navigation workflows. Built for cross-repository engineering practices, it provides the scaffolding needed to turn repetitive browser tasks into reliable automated processes.

MITupdated Jun 2026
★ 3repo stars
Agent Browser
by nicepkg · nicepkg/auto-company

Agent Browser equips AI assistants with web navigation and content retrieval capabilities, allowing them to fetch and analyze live web pages directly. This skill bridges the gap between language models and the internet, enabling agents to access current information and interact with web-based resources dynamically.

no license declared → metadata onlyfor claude-codeupdated Feb 2026
★ 181repo stars
agent-browser
by shanraisshan · shanraisshan/claude-code-best-practice

agent-browser enables Claude Code to interact with web browsers programmatically, handling clicks, text input, form submissions, and page navigation. Built for agentic workflows that need reliable browser automation, it bridges the gap between AI reasoning and real-world web tasks. Perfect for developers moving from manual scripting to autonomous agent-driven browser control.

MITfor claude-codeupdated Jul 2026
★ 63,608repo stars
Agent Browser
by jim60105 · jim60105/copilot-prompt

Agent Browser empowers AI agents to independently explore and interact with web content. This skill provides the foundation for autonomous navigation, allowing agents to fetch pages, parse HTML, click elements, and gather data without manual intervention. Perfect for building intelligent agents that need real-time web access.

GFDL-1.3updated Jul 2026
★ 21repo stars
Agent Browser
by activepieces · activepieces/activepieces

Agent Browser lets your AI agents navigate and interact with live web pages, extracting information and performing actions directly within your automation workflows. Seamlessly integrate web browsing into agent-driven processes to unlock dynamic content access and real-time web interaction.

no license declared → metadata onlyupdated Jul 2026
★ 23,447repo stars

More skills Agent Browser (AGPL-3.0) · Agent Browser (unlicensed) · Agent Browser (unlicensed) · agent-browser (MIT) · Agent Browser (NOASSERTION) · agent-browser (Apache-2.0)

Tags
headless-browserform-automationweb-scrapingcli-toolelement-interactionsession-managementbatch-commandsscreenshot-capturelogin-automationdom-manipulation