Toolverse
All skills

web-multi-search

by openclaw

Search the web using multiple search engines simultaneously (Bing, Yahoo, Startpage, Aol, Ask) via async-search-scraper, iterating through result pages.

Installation

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

Installation

Quick info

Author
openclaw
Category
Frontend
Views
27

About this skill

Search the web using multiple search engines simultaneously (Bing, Yahoo, Startpage, Aol, Ask) via async-search-scraper, iterating through result pages.

How to use

  1. Upewnij się, że masz zainstalowany Python 3 i pip. Jeśli używasz Linuksa i pip nie jest dostępny, zainstaluj wymagane pakiety systemowe poleceniem: sudo apt-get update && sudo apt-get install -y python3-requests python3-aiohttp python3-aiohttp-socks python3-bs4.

  2. Przejdź do katalogu umiejętności: cd skills/web-multi-search.

  3. Zainstaluj zależności z pliku requirements.txt: python3 -m pip install -r requirements.txt.

  4. Zainstaluj bibliotekę async-search-scraper bezpośrednio z repozytorium GitHub: python3 -m pip install git+https://github.com/soxoj/async-search-scraper.git --no-deps. Flaga --no-deps jest konieczna ze względu na konflikt w zależnościach biblioteki.

  5. Uruchom wyszukiwanie z zapytaniem: python3 web_multi_search.py "twoje zapytanie". Domyślnie przeszukiwane są wszystkie dostępne wyszukiwarki, pobierane są 3 strony wyników z każdej, a wynik zwracany jest w formacie JSON.

  6. Dostosuj wyszukiwanie za pomocą flag: użyj --pages aby zmienić liczbę stron (np. --pages 5), --engines aby wybrać konkretne wyszukiwarki (np. --engines bing,yahoo), --output aby zmienić format (json, csv lub text), --unique-urls lub --unique-domains aby usunąć duplikaty, oraz --proxy i --timeout dla zaawansowanych ustawień sieciowych.

Related skills

game-development

by davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

Frontend
36112

better-icons

by better-auth

Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs. Commands: `better-icons search u003cqueryu003e` to find icons, `better-icons get u003cidu003e` to get SVG. Also available as MCP server for AI agents.

Frontend
2037

interactive-dashboard-builder

by anthropics

Build self-contained interactive HTML dashboards with Chart.js, dropdown filters, and professional styling. Use when creating dashboards, building interactive reports, or generating shareable HTML files with charts and filters that work without a server.

Frontend
2298

markitdown

by K-Dense-AI

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting

Frontend
75173

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

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