Toolverse
All skills

Installation

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

Installation

Quick info

Author
CK991357
Category
Backend
Views
89

About this skill

\

How to use

  1. Przygotuj zapytanie w formacie JSON z polem "mode" określającym tryb pracy (scrape, search, map, crawl lub extract) oraz obiektem "parameters" zawierającym parametry specyficzne dla wybranego trybu. Wszystkie parametry muszą znajdować się wewnątrz obiektu parameters, nigdy na poziomie głównym.

  2. Aby pobrać zawartość pojedynczej strony, użyj trybu "scrape" z parametrem "url" (wymagany) i opcjonalnie "formats" do wyboru formatu wyjścia (markdown lub html). Na przykład: mode scrape z url https://example.com zwróci zawartość strony w markdown.

  3. Dla wyszukiwania w sieci użyj trybu "search" z parametrem "query" zawierającym frazę do wyszukania oraz opcjonalnie "limit" określający liczbę wyników. Wyniki zwracane są synchronicznie.

  4. Jeśli potrzebujesz mapy struktury witryny, użyj trybu "map" z parametrem "url" – narzędzie pobierze i zwróci strukturę sitemap danej domeny.

  5. Do asynchronicznego crawlowania całej witryny lub dużej liczby stron użyj trybu "crawl" z parametrem "url" i opcjonalnie "limit" – operacja zwróci job_id, który następnie możesz sprawdzić trybem "check_status" aby monitorować postęp.

  6. Dla ekstrakcji danych strukturalnych użyj trybu "extract" z parametrami "urls" (tablica adresów), "prompt" (instrukcja co wyodrębnić) i "schema" (definicja struktury JSON oczekiwanego wyniku) – narzędzie zwróci dane sformatowane według podanego schematu.

Related skills

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964