lindy-common-errors

Featured

Troubleshoot common Lindy AI agent errors and workflow failures. Use when encountering errors, debugging agent failures, or resolving integration problems. Trigger with phrases like "lindy error", "lindy not working", "debug lindy", "lindy troubleshoot", "lindy agent failed".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Lindy Common Errors ## Overview Troubleshooting guide for Lindy AI agent errors. Lindy agents fail at specific points in the workflow: trigger reception, action execution, condition evaluation, or exit condition evaluation. This guide covers each failure class. ## Prerequisites - Access to Lindy dashboard (https://app.lindy.ai) - Ability to view agent Tasks tab for error details - For webhook debugging: curl installed ## Trigger Errors ### Webhook Not Firing **Symptoms**: No task created when webhook is sent **Causes & Solutions**: | Cause | Diagnostic | Fix | |-------|-----------|-----| | Wrong URL | Check webhook URL in agent config | Copy exact URL from trigger settings | | Missing auth | `curl -v` shows 401 | Add `Authorization: Bearer <secret>` header | | Agent inactive | Dashboard shows agent paused | Activate the agent | | Filter blocking | Trigger filter too restrictive | Review filter conditions, test with broader filter | | Wrong HTTP method | Using GET instead of POST | Lindy webhooks require POST | ```bash # Diagnostic: Test webhook connectivity curl -v -X POST "https://public.lindy.ai/api/v1/webhooks/YOUR_ID" \ -H "Authorization: Bearer YOUR_SECRET" \ -H "Content-Type: application/json" \ -d '{"test": true}' # Expect: 200 OK ``` ### Email Trigger Not Activating **Symptoms**: Emails arrive but agent does not wake up **Solutions**: 1. Verify Gmail/Outlook authorization is current (re-authorize if expired) 2. Check label filter — Lindy Email Received t...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

lindy-incident-runbook

Incident response procedures for Lindy AI agent failures and outages. Use when responding to incidents, troubleshooting agent outages, or creating on-call procedures for Lindy-powered systems. Trigger with phrases like "lindy incident", "lindy outage", "lindy on-call", "lindy runbook", "lindy down".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-debug-bundle

Comprehensive debugging toolkit for Lindy AI agents. Use when investigating complex agent failures, collecting diagnostics, or preparing support tickets for Lindy support. Trigger with phrases like "lindy debug", "lindy diagnostics", "lindy support bundle", "investigate lindy issue".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-ci-integration

Configure CI/CD pipelines for testing Lindy AI agent integrations. Use when setting up automated testing, configuring GitHub Actions for webhook receiver tests, or validating agent connectivity in CI. Trigger with phrases like "lindy CI", "lindy GitHub Actions", "lindy automated tests", "CI lindy pipeline".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-webhooks-events

Configure Lindy AI webhook triggers, callback patterns, and event handling. Use when setting up webhook triggers, implementing callback receivers, or building event-driven Lindy integrations. Trigger with phrases like "lindy webhook", "lindy events", "lindy callback", "lindy webhook trigger".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-core-workflow-a

Build and configure multi-step Lindy AI agent workflows. Use when creating agents with triggers, actions, conditions, knowledge bases, or agent steps. Trigger with phrases like "create lindy agent", "build lindy agent", "lindy agent workflow", "configure lindy agent", "lindy workflow".

2,266 Updated today
jeremylongshore