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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clickup:createThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
clickup:create - Create a new ClickUp task interactively
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)
npx claudepluginhub thebushidocollective/han --plugin clickupManages 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.
Creates sequential tasks with priority, status, due dates in secondbrain's .claude/data/tasks YAML shards. Activates on 'create task', 'add todo', or similar requests.
Marks ClickUp tasks as complete after user confirms all checklist items, adding a summary comment. Prevents closing unfinished tasks by listing incompletes and suggesting fixes.