Instructions file CodexOpenCode
Instructions for browser-use/browser-use, covering agents.md version 2, development rules, quickstart, 1. installing browser-use and on windows use .venv\scripts\activate.
Instructions file CodexOpenCode
Instructions for browser-use/browser-use, covering agents.md version 2, development rules, quickstart, 1. installing browser-use and on windows use .venv\scripts\activate.
Instructions file
Instructions for browser-use/browser-use, covering claude.md, high-level architecture, core components, event-driven browser management and cdp integration.
Skill Claude CodeCodex
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
Skill Claude CodeCodex
Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP…
Skill Claude CodeCodex
Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…
Skill Claude CodeCodex
QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a site, page, flow, or app — including a local dev server (e.g. "qa test localhost:5173", "does the checkout work?", "rate this landing page").…
Skill Claude CodeCodex
Controls an isolated Browser Use Cloud browser from a sandboxed machine with the current Browser Use CLI.
Skill Claude CodeCodex
Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…
MCP server Claude CodeCodexCursor +2
Make websites accessible for AI agents. Runs locally from the browser-use Python package.
Skill Claude CodeCodex
Edit any video by conversation. Transcribe, cut, color grade, generate overlay animations, burn subtitles — for talking heads, montages, tutorials, travel, interviews. No presets, no menus. Ask questions, confirm the plan, execute, iterate, persist. Production-correctness rules are hard; everything else is artistic…
Skill Claude CodeCodex
Production pipeline for mathematical and technical animations using Manim Community Edition. Creates 3Blue1Brown-style explainer videos, algorithm visualizations, equation derivations, architecture diagrams, and data stories. Use when users request: animated explanations, math animations, concept visualizations…
Plugin Claude Code
Install browser-harness directly from this repo.
Plugin Claude Code
Direct browser control via CDP. Drives the user's real Chrome (or a Browser Use cloud browser) with coordinate clicks, screenshots, and Python helpers — no selector hunting. Requires the one-time browser-harness CLI install (see the skill's references/install.md).
Instructions file CodexOpenCode
Instructions for browser-use/browser-harness, covering code priorities and contributing.
Instructions file
Instructions for browser-use/browser-harness, a project described as: Browser Harness | Self-healing harness that enables LLMs to complete any task.
Skill Claude CodeCodex
Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work.
Skill Claude CodeCodex
../../SKILL.md.
Skill Claude CodeCodex
Control a whole Mac from one persistent Python session with screenshots, PID-targeted input, an animated virtual pointer, targeted Apple Accessibility, Apple Events, Browser Harness CDP, and filesystem access. Use for native, Electron, browser, dialog, file, or cross-app tasks without moving the physical cursor or…
Instructions file CodexOpenCode
Instructions for browser-use/desktop, covering browser use desktop agent notes, local dev profiles and session schema changes.
Skill Claude CodeCodex
Drive Browser Use Desktop's assigned Chromium target via the DevTools Protocol from JavaScript. Run snippets through the bundled browser-harness-js CLI; it auto-spawns a long-lived Bun HTTP server holding a CDP Session, and every call executes against the same persistent connection.
Skill Claude CodeCodex
Work with Effect v4 / effect-smol TypeScript code in this repo.
Instructions file CodexOpenCode
Instructions for browser-use/browsercode, covering branch names, commits and pr titles, style guide, general principles and destructuring.
Skill Claude CodeCodex
Use ONLY when calling the browserexecute tool or driving a real browser via the Chrome DevTools Protocol. Required reading before the first browserexecute call in a session. Covers the three connection methods (local Chrome with remote debugging, isolated debug-port profile, Browser Use cloud), the in-process session…
Skill Claude CodeCodex
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.