Diagnose and fix common Apollo.io API errors. Use when encountering Apollo API errors, debugging integration issues, or troubleshooting failed requests. Trigger with phrases like "apollo error", "apollo api error", "debug apollo", "apollo 401", "apollo 429", "apollo troubleshoot".
From apollo-packnpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin apollo-packThis skill is limited to using the following tools:
references/implementation-guide.mdreferences/implementation.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Comprehensive guide to diagnosing and fixing common Apollo.io API errors with specific solutions and prevention strategies.
apollo-install-auth setupFollow these high-level steps to implement apollo-common-errors:
For full implementation details, load: Read(plugins/saas-packs/apollo-pack/skills/apollo-common-errors/references/implementation-guide.md)
See debugging implementation details for output format specifications.
| Issue | Solution |
|---|---|
| 401 Unauthorized | Verify API key in environment variables |
| 429 Rate Limited | Implement exponential backoff, reduce request frequency |
| 500 Server Error | Retry with backoff, check Apollo status page |
Proceed to apollo-debug-bundle for collecting debug evidence.
Basic usage: Apply apollo common errors to a standard project setup with default configuration options.
Advanced scenario: Customize apollo common errors for production environments with multiple constraints and team-specific requirements.