Purpose: Implement Clay rate limiting, backoff strategies, and credit management patterns. Ensures reliable API usage while optimizing credit consumption.
Workflow: Reliability pattern skill. Use when building production integrations that need to handle rate limits gracefully.
Relates to: Builds on clay-enrichment-patterns; essential for clay-load-scale and high-volume operations.
Summary
This skill implements robust rate limit handling for Clay API integrations. It covers reading rate limit headers, implementing exponential backoff with jitter, managing credit budgets, creating request queues for high-volume operations, and implementing idempotency to prevent duplicate enrichments. These patterns ensure reliable operation even under heavy load.
1---2name: 403-clay-rate-limits-cfa1b1293description: clay-rate-limits4---5# clay-rate-limits67## File Scaffold89```10clay-rate-limits/11|-- SKILL.md12```1314## File Descriptions1516### 1. SKILL.md17**Purpose:** Implement Clay rate limiting, backoff strategies, and credit management patterns. Ensures reliable API usage while optimizing credit consumption.18**Workflow:** Reliability pattern skill. Use when building production integrations that need to handle rate limits gracefully.19**Relates to:** Builds on clay-enrichment-patterns; essential for clay-load-scale and high-volume operations.2021## Summary2223This skill implements robust rate limit handling for Clay API integrations. It covers reading rate limit headers, implementing exponential backoff with jitter, managing credit budgets, creating request queues for high-volume operations, and implementing idempotency to prevent duplicate enrichments. These patterns ensure reliable operation even under heavy load.
Run npx skillmds@latest add tools-only/403-clay-rate-limits-cfa1b129 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
clay-rate-limits It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.