detail

Fetch and format a ClickUp task's complete details by ID.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/methuz/methuz-claude-marketplace --skill detail-methuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detail
Source: https://github.com/methuz/methuz-claude-marketplace/tree/main/plugins/clickup-workflow/skills/detail
Command: npx skills add https://github.com/methuz/methuz-claude-marketplace --skill detail-methuz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly surface all key information about a ClickUp task (title, description, status, priority, tags, custom fields) and its recent comments in one readable view, reducing context-switching.

Core Features & Use Cases

  • Retrieve and display task metadata including title, status, priority, tags, and due date.
  • Show the task description and the most recent comments for context.
  • Provide a direct URL to the ClickUp task for quick navigation.

Quick Start

Invoke the /clickup:detail command with a task_id to display the full details of that ClickUp task.

Frequently Asked Questions about detail

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

FAQPage Schema
How do I view full ClickUp task details including custom fields and comments?

To view full ClickUp task details, you can fetch a task by its ID to display the title, status, priority, due date, tags, custom fields, description, and recent comments in a single structured summary.

What is the best way to retrieve a ClickUp task description and metadata for a handoff?

Retrieving a ClickUp task description and metadata for a handoff involves fetching the task by ID to surface its complete details, reducing context-switching by providing a readable summary and a direct task URL.

Do I need a ClickUp API token to fetch task details like priority and tags?

Yes, you need a valid ClickUp API token configured in your environment to authenticate the request and fetch task details like priority, tags, and custom fields.

Can I get recent ClickUp task comments along with the task status and due date?

Yes, you can get recent ClickUp task comments along with the task status and due date by fetching the task, which outputs a structured summary combining metadata, description, and the latest comment activity.

Does the ClickUp task detail retrieval process work for planning and review scenarios?

Yes, the ClickUp task detail retrieval process works for planning and review scenarios by instantly surfacing all key task information and recent comments in one readable view to keep your context aligned.