Loading...
Loading...
Diagnose and fix Instantly common errors and exceptions. Use when encountering Instantly errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "instantly error", "fix instantly", "instantly not working", "debug instantly".
npx skill4agent add jeremylongshore/claude-code-plugins-plus-skills instantly-common-errorsAuthentication error: Invalid API key# Verify API key is set
echo $INSTANTLY_API_KEYRate limit exceeded. Please retry after X seconds.instantly-rate-limitsRequest timeout after 30000ms// Increase timeout
const client = new Client({ timeout: 60000 }); # 60000: 1 minute in msset -euo pipefail
# Check Instantly status
curl -s https://status.instantly.com
# Verify API connectivity
curl -I https://api.instantly.com
# Check local configuration
env | grep INSTANTLYinstantly-debug-bundleinstantly-debug-bundle