Browserable is an open-source, self-hostable browser automation library built for AI agents. This skill turns Browserable into a repeatable workflow for navigation, form filling, extraction, and browser-based task execution with local control instead of a hosted black box.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Browserable Self-Hostable Browser Automation for AI Agents"
slug: "browserable-self-hostable-browser-automation-ai-agents"
description: "Browserable is an open-source, self-hostable browser automation library built for AI agents. This skill turns Browserable into a repeatable workflow for navigation, form filling, extraction, and browser-based task execution with local control instead of a hosted black box."
github_stars: 1177
verification: "security_reviewed"
source: "https://github.com/browserable/browserable"
category: "Browser Automation"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "browserable/browserable"
github_stars: 1177
npm_package: "browserable"
npm_weekly_downloads: 21
---
# Browserable Self-Hostable Browser Automation for AI Agents
Browserable is an open-source, self-hostable browser automation library built for AI agents. This skill turns Browserable into a repeatable workflow for navigation, form filling, extraction, and browser-based task execution with local control instead of a hosted black box.
## Installation
Use the upstream install or setup path that matches your environment:
- npx browserable
- git clone https://github.com/browserable/browserable.git
- docker-compose -f docker-compose.dev.yml up
- npm install browserable-js
Requirements and caveats from upstream:
- Install [Docker](https://docs.docker.com/engine/install/)
- Install [Docker Compose](https://docs.docker.com/compose/install/)
Basic usage or getting-started notes:
- The fastest way to get started is to run the npx command. This will guide you through the setup process and ensure you have all required dependencies.
- bash
- Visit http://localhost:2001 to set your LLM and Remote Browser API Keys to start using.
- Source: https://github.com/browserable/browserable
- Extracted from upstream docs: https://raw.githubusercontent.com/browserable/browserable/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/browserable-self-hostable-browser-automation-ai-agents/)
No comments yet. Be the first to comment!