clickup-task-export

Export ClickUp tasks and subtasks into structured JSON data.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill clickup-task-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickup-task-export
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/clickup-task-export
Command: npx skills add https://github.com/AstorYH/PASB --skill clickup-task-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of extracting detailed information from ClickUp tasks and their subtasks, saving users time and effort in manual data compilation.

Core Features & Use Cases

  • Task Data Extraction: Retrieves key details of a ClickUp task including name, status, priority, due date, and description.
  • Subtask Aggregation: Collects all associated subtasks with their respective details like name, status, due date, and completion status.
  • Structured Output: Provides all extracted information in a clean, organized JSON format.
  • Use Case: A project manager needs to generate a report on the status of a critical task and all its associated subtasks. This skill can quickly provide all the necessary data in a structured format for reporting.

Quick Start

Use the clickup-task-export skill to export the task details from the provided URL.

Frequently Asked Questions about clickup-task-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export ClickUp tasks and subtasks to JSON?

To export ClickUp tasks to JSON, provide a task URL to automatically fetch and structure task details, including name, status, priority, due date, and all associated subtasks, into a clean JSON object.

Can I extract ClickUp subtask data for project reporting?

Yes, you can extract ClickUp subtask data for reporting. The skill aggregates all subtask details, including completion status and due dates, facilitating quick data analysis on project progress.

What ClickUp task details are included in the structured JSON output?

The structured JSON output includes key ClickUp task details such as the task name, current status, priority level, due date, description, and the same level of detail for all aggregated subtasks.

Does exporting ClickUp task data via API require manual data compilation?

Exporting ClickUp task data via API does not require manual compilation. The skill automates fetching task and subtask details through API calls based on a provided URL, saving time and effort.

What do I need to provide to extract a ClickUp task into structured data?

To extract a ClickUp task into structured data, you need to provide the direct URL of the ClickUp task. The skill uses this URL to execute API calls and retrieve the necessary task and subtask information.