DEV Community

Akshay Patel
Akshay Patel

Posted on

Automation 5/30+: Put an AI agent inside ClickUp

You have custom statuses for everything. What you don't have is someone to fill in the thinking between them.

What it does

  • Change a task to your "analyze" status → the AI posts a plain-English breakdown grounded in your repo
  • Reply in the task comments → it answers and refines the scope with you
  • Change it to your "build" status → it opens a pull request
  • HMAC-verified relay routes every ClickUp webhook event, so the whole workspace can wake it

What it does not do

It never changes a status, reassigns a task, or merges a PR. It writes, you decide.

Honest note: beta — built and smoke-tested, still needs a live workspace to shake out.

Setup

clone → ./setup.sh → pick ClickUp → answer a few questions
Enter fullscreen mode Exit fullscreen mode

~5 minutes. No server, no database, free.

Get it

The recipe is open source: github.com/akshaypatel-ai/ai-automations

This is one of 30+ automations in the series — the full write-up lives on my site.

Top comments (0)