Loading...
Loading...
Google Tasks integration. Manage data, records, and automate workflows. Use when the user wants to interact with Google Tasks data.
npx skill4agent add membranedev/application-skills google-tasksmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search google-tasks --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 |
|---|---|---|
| Move Task | move-task | Moves the specified task to another position in the destination task list. |
| Clear Completed Tasks | clear-completed-tasks | Clears all completed tasks from the specified task list. |
| Delete Task | delete-task | Deletes the specified task from the task list. |
| Update Task | update-task | Updates the specified task. |
| Create Task | create-task | Creates a new task on the specified task list. |
| Get Task | get-task | Returns the specified task. |
| List Tasks | list-tasks | Returns all tasks in the specified task list. |
| Delete Task List | delete-task-list | Deletes the authenticated user's specified task list. |
| Update Task List | update-task-list | Updates the authenticated user's specified task list. |
| Create Task List | create-task-list | Creates a new task list and adds it to the authenticated user's task lists. |
| Get Task List | get-task-list | Returns the authenticated user's specified task list. |
| List Task Lists | list-task-lists | Returns all the authenticated user's task lists. |
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