Manage and optimize Lindy AI rate limits. Use when hitting rate limits, optimizing API usage, or implementing rate limit handling. Trigger with phrases like "lindy rate limit", "lindy quota", "lindy throttling", "lindy API limits".
Scanned 9/10/2026
Install to Claude Code
npx -y skills add micsapp/micstec-skills --skill lindy-rate-limits --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lindy Rate Limits?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/micsapp-lindy-rate-limits)More formats (shields.io, HTML) on the badges page.
---
name: lindy-rate-limits
description: |
Manage and optimize Lindy AI rate limits.
Use when hitting rate limits, optimizing API usage,
or implementing rate limit handling.
Trigger with phrases like "lindy rate limit", "lindy quota",
"lindy throttling", "lindy API limits".
allowed-tools: Read, Write, Edit
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
compatible-with: claude-code, codex, openclaw
---
# Lindy Rate Limits
## Overview
Rate limit management for Lindy AI agent API. Lindy's agent execution model involves orchestrating multiple service calls per request, making rate limits apply at both the API level and the agent action level.
## Prerequisites
- Lindy API configured
- Understanding of agent execution costs
- Monitoring for action-level limits
## Lindy Rate Limits
| Resource | Limit | Window |
|----------|-------|--------|
| API Requests | 100/min | Per API key |
| Agent Triggers | 50/min | Per agent |
| Actions Per Agent | 200/hour | Per agent |
| Webhook Deliveries | 500/min | Per endpoint |
## Instructions
### Step 1: API-Level Rate Limiter
### Step 2: Agent Action Budget
Track actions per agent to prevent hitting hourly limits.
### Step 3: Webhook Rate Management
For detailed implementation code and configurations, load the reference guide:
`Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)`
## Error Handling
| Issue | Cause | Solution |
|-------|-------|----------|
| 429 API response | Exceeded 100 RPM | Rate limiter with backoff |
| Agent actions blocked | Exceeded 200 actions/hour | Track and budget agent actions |
| Webhook flood | External trigger storm | Rate limit webhook processing |
| Agent stalled | Hit action limit mid-workflow | Monitor remaining budget |
## Examples
### Status Dashboard
## Resources
- [Lindy API Docs](https://docs.lindy.ai)
## Output
- Configuration files or code changes applied to the project
- Validation report confirming correct implementation
- Summary of changes made and their rationale
See [API implementation details](${CLAUDE_SKILL_DIR}/references/implementation.md) for output format specifications.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!