by browserless
Deploy headless browsers in Docker. Run on our cloud or bring your own. Free for non-commercial uses.
# Add to your Claude Code skills
git clone https://github.com/browserless/browserlessbrowserless is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by browserless. Deploy headless browsers in Docker. Run on our cloud or bring your own. Free for non-commercial uses. It has 13,718 GitHub stars.
browserless's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/browserless/browserless" and add it to your Claude Code skills directory (see the Installation section above).
browserless is primarily written in TypeScript. It is open-source under browserless on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh browserless against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Get up and running in three simple steps:
docker run -p 3000:3000 ghcr.io/browserless/chromium
Visit http://localhost:3000/docs
✅ Success! Your browser service is live at ws://localhost:3000
import puppeteer from 'puppeteer-core';
const browser = await puppeteer.connect({
browserWSEndpoint: 'ws://localhost:3000',
});
const page = await browser.newPage();
await page.goto('https://example.com');
console.log(await page.title());
await browser.close();
import pw from 'playwright-core';
const browser = await pw.firefox.connect(
'ws://localhost:3000/firefox/playwright',
);
const page = await browser.newPage();
await page.goto('https://example.com');
console.log(await page.title());
await browser.close();
Note: Use ghcr.io/browserless/firefox or ghcr.io/browserless/multi for Firefox/Webkit support.
Example Domain
Our Self-serve cloud and Enterprise offerings include all the general features plus extras, such as:
Select the deployment model that best fits your needs:
Free, self-hosted solution with core browser automation capabilities.
Best for: Testing, development, and small projects
Full Enterprise features in a self-hosted container.
Best for: Production workloads requiring data sovereignty
Fully managed, pay-as-you-go service with automatic scaling.
Best for: Quick starts and rapid prototyping
[→ Start Free](https://browserless.io/?utm_source=github&utm_medium=r