Loading...
Loading...
Chatlayer integration. Manage data, records, and automate workflows. Use when the user wants to interact with Chatlayer data.
npx skill4agent add membranedev/application-skills chatlayermembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search chatlayer --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 Customers | list-customers | List customers for a team with optional filtering and pagination |
| Delete Table Records | delete-table-records | Delete records from a table matching filter conditions |
| Update Table Record | update-table-record | Update records in a table matching filter conditions |
| Select Table Records | select-table-records | Query and filter records from a table |
| Insert Table Record | insert-table-record | Insert a new record into a table |
| Get Table Data | get-table-data | Get data records from a specific table with pagination support |
| Get Table | get-table | Get details of a specific table |
| List Tables | list-tables | List all tables for a specific bot |
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