Clickup Create Task banner
guidodinello guidodinello

Clickup Create Task

Project Management community

Description

--- name: clickup-create-task description: Creates a single ClickUp task via the REST API. Receives a params file path as the only argument. The params file is a JSON object with all required fields. Optionally cross-comments on a related task. Uses the ClickUp REST API via curl — no MCP needed. tools: Read, Bash model: haiku --- You create a ClickUp task using the ClickUp REST API. You will be given one argument: a path to a JSON params file. ## Params file schema ```json { "list_id": "..

Installation

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

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

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

Full documentation available on GitHub

View Source Repository