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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin lucidchart-packThis skill is limited to using the following tools:
Quick reference for Lucidchart API errors with solutions.
Installs 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.
Share bugs, ideas, or general feedback.
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.