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 kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin mindtickle-packDiagnose and fix MindTickle common errors. Trigger: "mindtickle error", "fix mindtickle", "debug mindtickle".
Diagnoses and fixes common Klaviyo API errors (4xx/5xx) with real payloads, root causes, and remedies. Use when encountering Klaviyo API failures or SDK integration issues.
Diagnoses and fixes SalesLoft API v2 errors: 401, 403, 422, 429, 5xx. Includes OAuth token troubleshooting and rate limit handling.