Loading...
Loading...
Clockify integration. Manage Users, Reports. Use when the user wants to interact with Clockify data.
npx skill4agent add membranedev/application-skills clockifymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search clockify --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 Time Entries | list-time-entries | Get time entries for a user in a workspace |
| List Users | list-users | Get all users in a workspace |
| List Tags | list-tags | Get all tags in a workspace |
| List Clients | list-clients | Get all clients in a workspace |
| List Tasks | list-tasks | Get all tasks for a project |
| List Projects | list-projects | Get all projects in a workspace |
| List Workspaces | list-workspaces | Get all workspaces the authenticated user has access to |
| Get Time Entry | get-time-entry | Get details of a specific time entry |
| Get Tag | get-tag | Get details of a specific tag |
| Get Client | get-client | Get details of a specific client |
| Get Task | get-task | Get details of a specific task |
| Get Project | get-project | Get details of a specific project |
| Get Workspace | get-workspace | Get details of a specific workspace |
| Get Current User | get-current-user | Get information about the currently authenticated user |
| Create Time Entry | create-time-entry | Create a new time entry in a workspace |
| Create Tag | create-tag | Create a new tag in a workspace |
| Create Client | create-client | Create a new client in a workspace |
| Create Task | create-task | Create a new task in a project |
| Create Project | create-project | Create a new project in a workspace |
| Update Time Entry | update-time-entry | Update an existing time entry |
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