Loading...
Loading...
ClickTime integration. Manage data, records, and automate workflows. Use when the user wants to interact with ClickTime data.
npx skill4agent add membranedev/application-skills clicktimemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search clicktime --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 |
|---|---|---|
| Get Task | get-task | Retrieves a specific task by its ID |
| List Tasks | list-tasks | Retrieves a list of tasks in ClickTime |
| Get Client | get-client | Retrieves a specific client by its ID |
| List Clients | list-clients | Retrieves a list of clients in ClickTime |
| Get Time Report | get-time-report | Retrieves time entry report data. |
| Delete Time Entry | delete-time-entry | Deletes a time entry from ClickTime |
| Update Time Entry | update-time-entry | Updates an existing time entry in ClickTime |
| Create Time Entry | create-time-entry | Creates a new time entry in ClickTime |
| Get Time Entry | get-time-entry | Retrieves a specific time entry by its ID |
| List Time Entries | list-time-entries | Retrieves a list of time entries with optional filters. |
| Delete Job | delete-job | Deletes a job (project) from ClickTime |
| Update Job | update-job | Updates an existing job (project) in ClickTime |
| Create Job | create-job | Creates a new job (project) in ClickTime |
| Get Job | get-job | Retrieves a specific job (project) by its ID |
| List Jobs | list-jobs | Retrieves a list of jobs (projects) in ClickTime |
| Create User | create-user | Creates a new user in ClickTime (admin only, can create standard or manager users) |
| Get User | get-user | Retrieves a specific user by their ID |
| List Users | list-users | Retrieves a list of users in the ClickTime account |
| Get Current User | get-current-user | Retrieves information about the currently authenticated user |
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