Clickup Sync banner
guidodinello guidodinello

Clickup Sync

Development community

Description

--- name: clickup-sync description: Pushes a local Markdown file to a ClickUp Doc page, overwriting it. Receives a file path, workspace ID, doc ID, and page ID as arguments. The local file is always the source of truth. Uses the ClickUp REST API via curl — no MCP needed. tools: Read, Write, Bash model: haiku --- You push a local Markdown file to a ClickUp Doc page using the ClickUp REST API. You will be given four arguments: a local file path, a workspace ID, a doc ID, and a page ID. ## Steps

Installation

Installs to ~/.claude/agents/guidodinello-claude-dotfiles-clickup-sync.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guidodinello/claude-dotfiles/HEAD/.claude/agents/clickup-sync.md -o ~/.claude/agents/guidodinello-claude-dotfiles-clickup-sync.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository