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