integration-clickup

Connect ClickUp to a self-hosted Hermes agent via SSH with REST or OAuth MCP.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-clickup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-clickup
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-clickup
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-clickup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual work of wiring ClickUp into a self-hosted Hermes agent, so tasks, lists, docs, comments, and time tracking can be accessed from your AI workflow without brittle setup steps.

Core Features & Use Cases

  • SSH-first integration: Configures ClickUp on a remote Hermes host rather than on the local machine.
  • Two auth paths: Uses the reliable personal API token REST flow by default, with an optional OAuth-only MCP bridge for users who want the full toolset.
  • Operational safety: Verifies the token, writes secrets idempotently, reloads the gateway, checks logs, and includes rollback guidance.
  • Use case: A developer wants Claude Code or Cursor to manage ClickUp workspaces and tasks through a self-hosted Hermes agent with minimal manual intervention.

Quick Start

Ask the agent to connect ClickUp to your Hermes VPS using your personal API token, then follow the default REST path unless you specifically want the optional OAuth MCP bridge.

Frequently Asked Questions about integration-clickup

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

FAQPage Schema
How do I connect ClickUp to a self-hosted Hermes agent via SSH?

To connect ClickUp to a self-hosted Hermes agent via SSH, configure the integration remotely using your personal API token. This approach eliminates manual REST API wiring and enables workspace and task automation directly from your AI workflow.

What is the default authentication method for ClickUp REST v2 automation?

The default authentication method for ClickUp REST v2 automation is the reliable personal API token flow. An optional OAuth-only MCP bridge is also available if you require the full ClickUp toolset for your AI agent.

Can I use ClickUp integration with Claude Code, Cursor, or Gemini CLI?

Yes, you can use ClickUp integration with Claude Code, Cursor, or Gemini CLI. The setup supports optional OAuth MCP bridging, allowing these AI tools to access and manage ClickUp tasks, lists, and docs through Hermes.

Does the ClickUp Hermes integration support rollback and verification checks?

Yes, the ClickUp Hermes integration supports rollback and verification checks. It applies idempotent secret handling, verifies tokens, reloads the gateway, checks logs, and includes rollback guidance to ensure operational safety.

Why does my ClickUp REST API setup fail when configured locally instead of remotely?

Your ClickUp REST API setup might fail locally because this integration is SSH-first, designed to configure ClickUp on a remote Hermes host rather than your local machine. This prevents brittle setup steps and ensures proper gateway reloads.