From mindtickle-pack
Diagnoses and fixes common MindTickle API errors (401, 403, 404, 429) with quick solutions and connectivity checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-common-errorsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick reference for MindTickle API errors with solutions.
Quick reference for MindTickle API errors with solutions.
Fix: Verify key at MindTickle Admin > Integrations.
Fix: API key needs admin-level access.
Fix: Verify module/user/team ID exists.
Fix: MindTickle API: 60 requests/minute. Implement backoff.
# Check API connectivity
curl -s -w "\nHTTP %{http_code}" https://api.mindtickle.com/v2/health 2>/dev/null || echo "Endpoint check needed"
echo $MINDTICKLE_API_KEY | head -c 10
See mindtickle-debug-bundle.
2plugins reuse this skill
First indexed Jul 17, 2026
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin mindtickle-packDiagnose and fix MindTickle common errors. Trigger: "mindtickle error", "fix mindtickle", "debug mindtickle".
Diagnose and fix common Klaviyo API errors and exceptions. Use when encountering Klaviyo 4xx/5xx errors, debugging failed requests, or troubleshooting SDK integration issues. Trigger with phrases like "klaviyo error", "fix klaviyo", "klaviyo not working", "debug klaviyo", "klaviyo 400", "klaviyo 429".
Diagnoses and resolves Instantly API v2 common errors, HTTP status codes, campaign issues, and rate limiting. Helps debug failed requests and troubleshoot campaign/account/lead problems.