From lucidchart-pack
Diagnoses and fixes Lucidchart API errors like 401 authentication failure, 403 insufficient permissions, 404 document not found, and 429 rate limits. Includes curl diagnostic script.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucidchart-pack:lucidchart-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 Lucidchart API errors with solutions.
Quick reference for Lucidchart API errors with solutions.
Fix: Verify OAuth2 credentials at developer.lucid.co.
Fix: Check OAuth scopes include required permissions.
Fix: Verify document ID. User must have access.
Fix: Implement backoff. Lucid API: 100 requests/minute.
# Check API connectivity
curl -s -w "\nHTTP %{http_code}" https://api.lucid.co/v1/health 2>/dev/null || echo "Endpoint check needed"
echo $LUCID_API_KEY | head -c 10
See lucidchart-debug-bundle.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin lucidchart-packInstalls and configures Lucidchart SDK authentication for Node.js/TypeScript or Python, with verification scripts and error handling for API integrations.
Creates, validates, and troubleshoots Mermaid.js diagrams including flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and state diagrams via CLI tool.
Diagnoses Canva Connect API errors like 401, 403, 429 with payloads, causes, TypeScript fixes, OAuth refresh, and rate limits. For debugging integrations.