Claw Browser skill
AI agent browser automation. State-first workflow.
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Description
# Claw Browser skill AI agent browser automation. State-first workflow. ## Setup ```bash # Install CLI (optional - also works without) sudo ./scripts/install-global-commands.sh # Start ./scripts/start.sh ``` Optional `.env` overrides: ```bash echo "API_KEY=$(openssl rand -hex 32)" >> .env echo "VNC_PASSWORD=$(openssl rand -base64 16)" >> .env ``` Rules: - Never use `docker compose` directly; use scripts only. - Never use `npm run dev`; use `./scripts/build-client.sh`. - `./scripts/start.sh` auto-starts the client server on `http://localhost:3000`. ## Credentials - `API_KEY` in `.env` (optional) - enables API auth - Configure in client Settings ## Commands ```bash browser-cmd ls # List tabs browser-cmd nw [url] # New tab browser-cmd st --tab <ID> # Page state browser-cmd st --agent --tab <ID> # Compact JSON browser-cmd clk <target> --tab <ID> # Click browser-cmd in <target> <text> --tab <ID> # Input browser-cmd scr --stdout --tab <ID> # Screenshot ``` ## Workflow 1. `browser-cmd ls` → get tab ID 2. `browser-cmd st --tab <ID>` → see page 3. `browser-cmd clk <n> --tab <ID>` → interact 4. Re-run `st` to see results ## Tips - Use `--limit 20` to reduce output - Use `--agent` flag for compact JSON - Use `--id` or `--selector` for precise clicks
Security Status
Unvetted
Not yet security scanned
Related AI Tools
More Grow Business tools you might like
Linear
FreeManaging Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.
codex-collab
FreeUse when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.
Rails Upgrade Analyzer
FreeAnalyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
Asta MCP — Academic Paper Search
FreeDomain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.
Hand Drawn Diagrams
FreeCreate hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.
Move Code Quality Checker
FreeAnalyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working