From linktree-pack
Diagnoses common Linktree API errors (400, 401, 404, 429) with fixes, curl-based health checks, and backoff advice for rate limits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linktree-pack:linktree-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 Linktree API errors with solutions.
Quick reference for Linktree API errors with solutions.
Fix: Check request body format, ensure URLs are valid.
Fix: Verify API key at linktr.ee developer portal.
Fix: Verify profile username or link ID exists.
Fix: Implement exponential backoff. Check Retry-After header.
# Check API connectivity
curl -s -w "\nHTTP %{http_code}" https://api.linktr.ee/v1/health 2>/dev/null || echo "Endpoint check needed"
echo $LINKTREE_API_KEY | head -c 10
See linktree-debug-bundle.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin linktree-packProvides TypeScript examples for Linktree API: get profiles, create/update/list links. Useful for testing Linktree SaaS integration.
Diagnoses and fixes common MindTickle API errors including 401 invalid key, 403 permissions, 404 not found, and 429 rate limits. Includes curl diagnostic script.
Finds broken links in local repos (HTML/MD/MDX), single live pages, or full sites via Ahrefs MCP. Use for dead link checks, 404 fixes, and redirect chain audits.