Clickup Task

Other

Create tasks in Vision Play ClickUp lists (visionplay or inbox).

Install

openclaw skills install clickup-task

Usage (Telegram / Chat)

Use the slash command:

/clickup-task "" "<description>"

  • <list> must be: visionplay OR inbox
  • title is required
  • description is optional (use "" if you want blank)

Examples: /clickup-task visionplay "Follow up with Rahul" "Ask for proposal + timeline" /clickup-task inbox "Review tax doc" ""

What this skill does

It runs this script on the server:

/usr/local/bin/clickup_create_task.sh "" "<description>"

Execution instructions (for the agent)

When the user invokes this command:

  1. Parse list/title/description exactly.
  2. Run:

bash -lc '/usr/local/bin/clickup_create_task.sh "" "" "<description>"'

  1. Return ClickUp API response (or any error text) to the user.