Agent skill

mindtickle-common-errors

Diagnose and fix MindTickle common errors. Trigger: "mindtickle error", "fix mindtickle", "debug mindtickle".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/mindtickle-pack/skills/mindtickle-common-errors

SKILL.md

MindTickle Common Errors

Overview

Quick reference for MindTickle API errors with solutions.

401 — Invalid API Key

Fix: Verify key at MindTickle Admin > Integrations.

403 — Insufficient Permissions

Fix: API key needs admin-level access.

404 — Resource Not Found

Fix: Verify module/user/team ID exists.

429 — Rate Limited

Fix: MindTickle API: 60 requests/minute. Implement backoff.

Quick Diagnostic

bash
# 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

Resources

Next Steps

See mindtickle-debug-bundle.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results