project-clickup

Automate ClickUp incident tracking and task management via HTTP API.

654|77|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/incidentfox/incidentfox --skill project-clickup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-clickup
Source: https://github.com/incidentfox/incidentfox/tree/main/sre-agent/.claude/skills/project-clickup
Command: npx skills add https://github.com/incidentfox/incidentfox --skill project-clickup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a programmable bridge to ClickUp for incident tracking and task management, enabling on-call teams to automate investigation logging, task creation, status updates, and cross-tool collaboration without manual clicks.

Core Features & Use Cases

  • Workspace discovery: List and inspect spaces, folders, and lists to locate relevant incident tickets.
  • Task management: Create, update, and retrieve tasks associated with incidents; attach statuses, due dates, and assignees.
  • Investigation logging: Add comments to incident tasks to document findings and actions taken during on-call responses.
  • Use Case: When a fresh incident starts, automatically create a ClickUp task in the appropriate List and push updates as the investigation proceeds.

Quick Start

Connect to your ClickUp workspace and begin incident task management with simple commands. Use the skill to list spaces, search tasks, get a task, and add comments to document findings.

Frequently Asked Questions about project-clickup

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

FAQPage Schema
How do I automate ClickUp incident tracking and task creation during on-call responses?

Automate ClickUp incident tracking by using API calls to discover workspaces, create incident tasks, and push status updates during investigations. This enables on-call teams to automatically log investigations and manage tasks without manual clicks.

What's the best way to add comments to ClickUp tasks for investigation logging?

Add comments to ClickUp tasks for investigation logging via API create/update operations. This programmatically attaches findings and actions taken during on-call incident responses directly to the relevant incident tickets.

Can I query ClickUp spaces and lists to locate specific incident tickets using Python?

Query ClickUp spaces and lists to locate incident tickets using Python 3 standard library HTTP calls. Workspace discovery allows you to inspect spaces, folders, and lists to target relevant incident investigations across teams.

Do I need a ClickUp API token to automate task management with Python?

You need a ClickUp API token and a Python 3 environment to automate task management. In production environments, a credential-proxy can be utilized instead to securely manage API authentication for incident tracking operations.

Does ClickUp incident management support cross-tool collaboration for SRE teams?

ClickUp incident management supports cross-tool collaboration for SRE teams by providing a programmable API bridge. It automates task creation, status updates, and investigation logging to synchronize incident data across existing workflows.