From clickup
Creates new ClickUp tasks interactively via prompts for list selection, name, description, priority, assignees, due date, tags, and checklists. Useful for adding tasks in conversations.
npx claudepluginhub thebushidocollective/han --plugin clickupThis skill uses the workspace's default tool permissions.
clickup:create - Create a new ClickUp task interactively
Manages ClickUp tasks via API v2: create, read, update, delete with assignees, priorities, due dates, subtasks, statuses, tags, and custom fields. Triggers on 'clickup task' phrases.
Manages task and todo lists: create, organize, track with priorities, due dates, projects, tags, recurring tasks, and completion status. Useful for developer task tracking.
Manages ClickUp tasks, sprints, comments, goals, and workflows via cup CLI for queries, status updates, subtasks, time tracking, bulk operations, and saved filters.
Share bugs, ideas, or general feedback.
clickup:create - Create a new ClickUp task interactively
/create [arguments]
Create a new ClickUp task interactively
Create a new ClickUp task through an interactive prompt.
Usage: /create [optional: initial task name]
Interactive Prompts:
List (required)
clickup_get_workspace and clickup_get_list to show available listsTask Name (required)
Description (optional)
Priority (optional, default: Normal)
Assignees (optional)
Due Date (optional)
Tags (optional)
Checklist (optional)
Confirmation: Show summary and ask for confirmation before creating:
๐ Create New Task
List: {list name}
Name: {task name}
Description: {description preview}
Priority: High
Assignees: You
Due Date: {date}
Tags: {tags}
Checklist: {number} items
Create this task? (y/n)
After creation, use clickup_create_task and optionally clickup_create_checklist, then display:
โ
Created #ABC123: {name}
Link: {task URL}
What would you like to do next?
- Start work (/start #ABC123)
- View details (/task #ABC123)