clickup-common-errors
Diagnoses and resolves ClickUp API v2 errors by analyzing HTTP status and error codes for effective troubleshooting.
Install this skill
Security score
The clickup-common-errors skill was audited on May 24, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 146 | throw new Error(`Auth failed (${body.ECODE}): Re-check token or re-authorize`); |
Template literal with variable interpolation in command context
| 150 | throw new Error(`Rate limited. Retry after ${Math.ceil(waitMs / 1000)}s`); |
Template literal with variable interpolation in command context
| 153 | throw new Error(`Resource not found: ${body.err}`); |
Template literal with variable interpolation in command context
| 155 | throw new Error(`ClickUp API ${response.status}: ${body.err}`); |
Curl to non-GitHub URL
| 80 | curl -s https://api.clickup.com/api/v2/task/TASK_ID \ |
Curl to non-GitHub URL
| 94 | curl -s -D - https://api.clickup.com/api/v2/user \ |
Curl to non-GitHub URL
| 109 | curl -s https://status.clickup.com/api/v2/summary.json | \ |
Curl to non-GitHub URL
| 128 | curl -s -D - https://api.clickup.com/api/v2/user \ |
Curl to non-GitHub URL
| 134 | curl -s https://api.clickup.com/api/v2/team \ |
External URL reference
| 63 | https://api.clickup.com/api/v2/user \ |
External URL reference
| 80 | curl -s https://api.clickup.com/api/v2/task/TASK_ID \ |
External URL reference
| 94 | curl -s -D - https://api.clickup.com/api/v2/user \ |
External URL reference
| 105 | Check [ClickUp Status Page](https://status.clickup.com) first. |
External URL reference
| 109 | curl -s https://status.clickup.com/api/v2/summary.json | \ |
External URL reference
| 122 | https://api.clickup.com/api/v2/user \ |
External URL reference
| 128 | curl -s -D - https://api.clickup.com/api/v2/user \ |
External URL reference
| 134 | curl -s https://api.clickup.com/api/v2/team \ |
External URL reference
| 163 | - [ClickUp API Error Handling](https://clickup.com/api/developer-portal/general-errorhandling/) |
External URL reference
| 164 | - [ClickUp Status Page](https://status.clickup.com) |