Toolverse
All skills

browser-control

by imjszhang

This skill should be used when the user needs to control the browser via HTTP API, supporting tab management, page content retrieval, script execution, Cookie operations, and more.

Installation

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

Installation

Quick info

Author
imjszhang
Category
Frontend

About this skill

This skill should be used when the user needs to control the browser via HTTP API, supporting tab management, page content retrieval, script execution, Cookie operations, and more.

How to use

  1. Sprawdź status serwisu, wysyłając żądanie curl do http://localhost:3333/api/browser/status. Upewnij się, że isRunning ma wartość true i że activeConnections wynosi co najmniej 1, co oznacza połączenie rozszerzenia przeglądarki.

  2. Przygotuj katalog roboczy dla tymczasowych plików — wszystkie skrypty i pliki JSON muszą być umieszczane w .claude/data/browser-control/workspace/, nigdy w katalogu głównym projektu.

  3. Zanim wykonasz nowy skrypt, przeszukaj bibliotekę istniejących skryptów za pomocą node .claude/skills/browser-control/scripts/search_library.js. Możesz wyszukiwać po adresie URL (--url), domenie i słowach kluczowych (--domain, --keywords) lub wyświetlić wszystkie dostępne skrypty.

  4. Jeśli znalazłeś gotowy skrypt w bibliotece, wykonaj go z parametrem --from-library. Jeśli skryptu nie ma, utwórz nowy w katalogu workspace.

  5. Podczas wykonywania iniekcji skryptu zawsze dodaj parametr --visual-feedback, aby użytkownik widział, które elementy strony są modyfikowane.

  6. Wykonaj skrypt — jeśli jest nowy, użyj parametru --auto-archive, aby automatycznie go zarchiwizować po zakończeniu.

Related skills

google-official-seo-guide

by littleben

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

Frontend
101196

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

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

bubbletea

by hmans

Browse Bubbletea TUI framework documentation and examples. Use when working with Bubbletea components, models, commands, or building terminal user interfaces in Go.

Frontend
2158

tailwind-design-system

by wshobson

Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

Frontend
2676

react

by lobehub

React component development guide. Use when working with React components (.tsx files), creating UI, using @lobehub/ui components, implementing routing, or building frontend features. Triggers on React component creation, modification, layout implementation, or navigation tasks.

Frontend
2058