Toolverse
All skills

firecrawl-hello-world

by jeremylongshore

Create a minimal working FireCrawl example.\nUse when starting a new FireCrawl integration, testing your setup,\nor learning basic FireCrawl API patterns.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Testing
Views
4

About this skill

Create a minimal working FireCrawl example.\nUse when starting a new FireCrawl integration, testing your setup,\nor learning basic FireCrawl API patterns.\nTrigger with phrases like \

How to use

  1. Zainstaluj bibliotekę Firecrawl dla Node.js poleceniem npm install @mendable/firecrawl-js w swoim projekcie.

  2. Ustaw zmienną środowiskową FIRECRAWL_API_KEY na wartość Twojego klucza API z Firecrawl — bez tego kroku przykłady nie będą działać.

  3. Zacznij od scrape (scrapowania pojedynczej strony): zaimportuj FirecrawlApp, utwórz instancję z Twoim kluczem API, a następnie wywołaj scrapeUrl() z adresem URL strony. Metoda zwraca markdown, HTML, metadane i linki — wyświetl je w konsoli aby zobaczyć strukturę odpowiedzi.

  4. Przejdź do crawl (crawlowania wielu stron) gdy chcesz przejść całą witrynę: użyj crawlUrl() zamiast scrapeUrl(), ustaw limit na maksymalną liczbę stron (np. 10 aby zaoszczędzić kredyty), a następnie iteruj przez zwrócone dane aby zobaczyć tytuły i URL-e każdej strony.

  5. Eksperymentuj z map (odkrywaniem URL-i) aby uzyskać listę wszystkich dostępnych stron na domenie bez ich scrapowania — przydatne do planowania crawlowania.

  6. Przetestuj extract (ekstrakcję strukturyzowaną) gdy potrzebujesz wydobyć konkretne dane ze strony za pomocą LLM — każdy przykład pokazuje pełny przepływ od żądania do parsowania odpowiedzi.

Related skills

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

Testing
1257

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

performing-penetration-testing

by jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a \

Testing
1546