Install
openclaw skills install clickup-taskCreate tasks in Vision Play ClickUp lists (visionplay or inbox).
openclaw skills install clickup-taskUse the slash command:
/clickup-task "" "<description>"
Examples: /clickup-task visionplay "Follow up with Rahul" "Ask for proposal + timeline" /clickup-task inbox "Review tax doc" ""
It runs this script on the server:
/usr/local/bin/clickup_create_task.sh "" "<description>"
When the user invokes this command:
bash -lc '/usr/local/bin/clickup_create_task.sh "" "" "<description>"'