GitHub
Skills harvested from GitHub repositories
14810 skills availableorchestrating-multi-agent-systems
Design and implement multi-agent systems using AI SDK v5 with structured handoffs, intelligent routing, and coordinated ...
hubspot-sdk-patterns
Production-ready patterns for the @hubspot/api-client SDK covering typed wrappers, error handling, batch operations, and...
clade-cost-tuning
Anthropic charges per token. Input tokens, output tokens, and cached tokens each have different prices. Here's how to mi...
forecast-generator
This skill provides automated assistance for forecast generator tasks within the Data Analytics domain. This skill activ...
firecrawl-upgrade-migration
!npm list @mendable/firecrawl-js 2>/dev/null | grep firecrawl || echo 'Not installed' Guide for upgrading @mendable/fire...
firecrawl-webhooks-events
Handle Firecrawl webhooks for real-time notifications on async crawl and batch scrape jobs. Instead of polling checkCraw...
firecrawl-security-basics
Security best practices for Firecrawl API keys, webhook signature verification, and scraped content handling. Firecrawl ...
firecrawl-sdk-patterns
Production-ready patterns for Firecrawl SDK (@mendable/firecrawl-js / firecrawl-py). Covers singleton client, typed wrap...
firecrawl-reference-architecture
Production architecture for web scraping and content ingestion with Firecrawl. Covers three tiers: on-demand scraping, s...
firecrawl-reliability-patterns
Production reliability patterns for Firecrawl scraping pipelines. Firecrawl's async crawl model, JS rendering, and credi...
firecrawl-rate-limits
Firecrawl enforces rate limits per API key measured in requests per minute and concurrent connections. When exceeded, th...
firecrawl-observability
Monitor Firecrawl web scraping pipelines for success rates, credit consumption, content quality, and latency. Key signal...
firecrawl-policy-guardrails
Automated guardrails for Firecrawl scraping pipelines. Web scraping carries legal (robots.txt, ToS), ethical (rate limit...
firecrawl-multi-env-setup
Firecrawl's credit-based pricing makes environment separation critical. Development should use self-hosted Firecrawl or ...
firecrawl-migration-deep-dive
!npm list puppeteer playwright cheerio 2>/dev/null | grep -E "puppeteer|playwright|cheerio" || echo 'No scraping libs fo...
firecrawl-load-scale
Load test and scale Firecrawl scraping pipelines. Firecrawl's rate limits are per-plan (RPM and concurrent connections),...
firecrawl-local-dev-loop
Set up a fast development workflow for Firecrawl integrations. Use self-hosted Firecrawl via Docker to avoid burning API...
firecrawl-known-pitfalls
Real gotchas from production Firecrawl integrations. Each pitfall includes the bad pattern, why it fails, and the correc...
firecrawl-install-auth
Install the Firecrawl SDK and configure API key authentication. Firecrawl turns any website into LLM-ready markdown or s...
firecrawl-incident-runbook
Rapid incident response procedures for Firecrawl integration failures. Covers API outage triage, credential issues, cred...
firecrawl-hello-world
Four minimal examples covering Firecrawl's core endpoints: scrape (single page), crawl (multi-page), map (URL discovery)...
firecrawl-enterprise-rbac
Control access to Firecrawl scraping resources through API key management, domain allowlists, and credit budgets per tea...
firecrawl-debug-bundle
!node --version 2>/dev/null || echo 'N/A' !npm list @mendable/firecrawl-js 2>/dev/null | grep firecrawl || echo 'SDK not...
firecrawl-data-handling
Process scraped web content from Firecrawl pipelines. Covers markdown cleaning, structured data extraction with Zod vali...