Toolverse
All skills

firecrawl-core-workflow-a

by jeremylongshore

Execute FireCrawl primary workflow: Core Workflow A.\nUse when implementing primary use case,\nbuilding main features, or core integration tasks.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Security

About this skill

Execute FireCrawl primary workflow: Core Workflow A.\nUse when implementing primary use case,\nbuilding main features, or core integration tasks.\nTrigger with phrases like \

How to use

  1. Zainstaluj pakiet Firecrawl: upewnij się, że w twoim projekcie jest zainstalowana biblioteka @mendable/firecrawl-js oraz że masz ustawioną zmienną środowiskową FIRECRAWL_API_KEY z kluczem API z serwisu Firecrawl.

  2. Zainicjalizuj klienta Firecrawl: utwórz instancję FirecrawlApp, przekazując klucz API z zmiennej środowiskowej. Ta instancja będzie używana do wszystkich żądań pobierania i crawlowania.

  3. Dla pojedynczej strony użyj scrapeUrl: wywołaj metodę scrapeUrl z adresem URL strony, którą chcesz pobrać. Ustaw opcję onlyMainContent na true, aby automatycznie usunąć nawigację, stopki i paski boczne. Dodaj waitFor z czasem oczekiwania (np. 2000 ms), jeśli strona wymaga renderowania JavaScript.

  4. Dla całej witryny użyj crawlUrl: jeśli chcesz pobrać wiele powiązanych stron, użyj crawlUrl zamiast scrapeUrl. Ustaw limit na maksymalną liczbę stron do pobrania (np. 50) i maxDepth na głębokość przeszukiwania (np. 3 poziomy). Firecrawl automatycznie będzie śledzić linki i renderować JavaScript na każdej stronie.

  5. Przetwórz wynik: sprawdź pole success w zwróconej odpowiedzi. Jeśli operacja się powiodła, dostęp do metadanych (tytuł, źródłowy URL) oraz do zawartości markdown. Markdown zawiera czystą, sformatowaną treść gotową do dalszego przetwarzania przez modele AI.

  6. Obsługuj asynchroniczne crawlowanie: dla dużych witryn Firecrawl może zwrócić identyfikator zadania zamiast natychmiastowego wyniku. W takim przypadku użyj polling, aby regularnie sprawdzać status zadania, aż do jego ukończenia i pobrania pełnego wyniku.

Related skills

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

llama-cpp

by zechenzhangAGI

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

Security
11252

1password

by openclaw

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

Security
1174

brand-voice

by anthropics

Apply and enforce brand voice, style guide, and messaging pillars across content. Use when reviewing content for brand consistency, documenting a brand voice, adapting tone for different audiences, or checking terminology and style guide compliance.

Security
48158

academic-researcher

by Shubhamsaboo

Academic research assistant for literature reviews, paper analysis, and scholarly writing.\nUse when: reviewing academic papers, conducting literature reviews, writing research summaries,\nanalyzing methodologies, formatting citations, or when user mentions academic research,

Security
1260

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111