Loading...
Loading...
Clickup integration. Manage project management and ticketing data, records, and workflows. Use when the user wants to interact with Clickup data.
npx skill4agent add membranedev/application-skills clickupmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search clickup --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Tasks | list-tasks | Get all tasks in a list |
| List Lists in Folder | list-lists-in-folder | Get all lists in a folder |
| List Folderless Lists | list-folderless-lists | Get all lists in a space that are not in a folder |
| List Folders | list-folders | Get all folders in a space |
| List Spaces | list-spaces | Get all spaces in a workspace |
| List Task Comments | list-task-comments | Get all comments on a task |
| Get Task | get-task | Get details of a specific task by ID |
| Get List | get-list | Get details of a specific list by ID |
| Get Folder | get-folder | Get details of a specific folder by ID |
| Get Space | get-space | Get details of a specific space by ID |
| Create Task | create-task | Create a new task in a ClickUp list |
| Create List | create-list | Create a new list in a folder |
| Create Folder | create-folder | Create a new folder in a space |
| Create Space | create-space | Create a new space in a workspace |
| Update Task | update-task | Update an existing task |
| Update List | update-list | Update an existing list |
| Update Folder | update-folder | Update an existing folder |
| Update Space | update-space | Update an existing space |
| Delete Task | delete-task | Delete a task by ID |
| Delete List | delete-list | Delete a list by ID |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY