Toolverse
All skills

browser-cash

by openclaw

Spin up unblocked browser sessions via Browser.cash for web automation. Sessions bypass anti-bot protections (Cloudflare, DataDome, etc.) making them ideal for scraping and automation.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Frontend
Views
6

About this skill

Spin up unblocked browser sessions via Browser.cash for web automation. Sessions bypass anti-bot protections (Cloudflare, DataDome, etc.) making them ideal for scraping and automation.

How to use

  1. Zarejestruj się na https://browser.cash i pobierz swój klucz API z panelu https://dash.browser.cash.

  2. Skonfiguruj klucz w systemie, uruchamiając polecenie: clawdbot config set skills.entries.browser-cash.apiKey "twój_klucz_tutaj". Klucz będzie przechowywany w konfiguracji umiejętności.

  3. Przed pierwszym użyciem zainstaluj Playwright i puppeteer-core, jeśli nie są jeszcze dostępne. Sprawdź, czy katalog ~/clawd/node_modules/playwright istnieje; jeśli nie, przejdź do ~/clawd i uruchom npm install playwright puppeteer-core.

  4. Pobierz zapisany klucz API za pomocą polecenia: BROWSER_CASH_KEY=$(clawdbot config get skills.entries.browser-cash.apiKey). Ta zmienna będzie używana do autoryzacji żądań.

  5. Utwórz nową sesję przeglądarki, wysyłając żądanie POST do https://api.browser.cash/v1/browser/session z nagłówkiem Authorization: Bearer $BROWSER_CASH_KEY. Odpowiedź zawiera sessionId i cdpUrl, które możesz użyć do sterowania przeglądarką.

  6. Używaj zwróconego cdpUrl do łączenia się z sesją za pomocą Playwright lub innego narzędzia do automatyzacji — sesja będzie działać jak normalna przeglądarka, omijając ochronę przed botami.

Related skills

theme-factory

by anthropics

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Frontend
40139

frontend-slides

by sickn33

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual

Frontend
65135

svg-precision

by dkyazzentwatwa

Deterministic SVG generation, validation, and rendering. Use for icons, diagrams, charts, UI mockups, or technical drawings requiring structural correctness and cross-viewer compatibility.

Frontend
233466

frontend-ui-ux

by code-yeongyu

Designer-turned-developer who crafts stunning UI/UX even without design mockups

Frontend
1884

shadcn-ui-setup

by maneeshanif

Install and configure Shadcn/ui component library with Radix UI primitives, Aceternity UI effects, set up components, and manage the component registry. Use when adding Shadcn/ui to a Next.js project or installing specific UI components for Phase 2.

Frontend
23167

browser-automation

by browserbase

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include \

Frontend
21175