Toolverse
All skills

apollo-rate-limits

by jeremylongshore

Implement Apollo.io rate limiting and backoff.\nUse when handling rate limits, implementing retry logic,\nor optimizing API request throughput.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Security

About this skill

Implement Apollo.io rate limiting and backoff.\nUse when handling rate limits, implementing retry logic,\nor optimizing API request throughput.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz zainstalowany Node.js 18 lub nowszy oraz ważny klucz API Apollo.io. Skill wykorzystuje narzędzia Read, Grep i Bash (curl) do komunikacji z API.

  2. Zapoznaj się ze strukturą limitów Apollo — każdy endpoint ma inny limit na minutę (np. wyszukiwanie osób: 100 req/min) i burst na sekundę (10 req/sec). Limity są zwracane w nagłówkach odpowiedzi: x-rate-limit-limit, x-rate-limit-remaining i retry-after (tylko przy 429).

  3. Wyzwól skill frazami takimi jak "apollo rate limit", "apollo 429", "apollo throttling", "apollo backoff" lub "apollo request limits" w kontekście pracy z API Apollo.

  4. Skill automatycznie odczyta nagłówki odpowiedzi i obliczy czas oczekiwania na podstawie pozostałych żądań (x-rate-limit-remaining) i czasu wskazanego w retry-after. Implementuje backoff — jeśli otrzymasz 429, skill czeka wskazaną liczbę sekund przed ponowieniem.

  5. Dla operacji zbiorczych (bulk_match) pamiętaj o niższych limitach (10 req/min, 2 req/sec) — skill dostosuje tempo automatycznie na podstawie kategorii endpointu.

  6. Monitoruj logi z nagłówkami rate-limit, aby zweryfikować, że skill prawidłowo interpretuje pozostałe żądania i stosuje opóźnienia. W przypadku błędów 429 skill czeka i ponawia — nie musisz ręcznie zarządzać retry logic.

Related skills

feishu-docs

by openclaw

飞书文档(Docx)API技能。用于创建、读取、更新和删除飞书文档。支持Markdown/HTML内容转换、文档权限管理。

Security
1574

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Security
1678

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

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

accessibility-compliance

by wshobson

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

Security
2173

architect-review

by sickn33

Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural

Security
2773