ClickUp Skill Interact with ClickUp's REST API for task management, reporting, and workflow automation. Configuration Before using this skill, ensure the following are configured in : - API Token: - Team/Workspace ID: - Space IDs (optional, for filtering) - List IDs (optional, for creating tasks) Quick Start Using the Helper Script The fastest way to query ClickUp: Direct API Calls For custom queries or operations not covered by the helper script: Critical Rules 1. ALWAYS Include Subtasks Never query tasks without : Why: Without this parameter, you miss potentially 70%+ of actual tasks. Paren…