Loading...
Loading...
Let's Enhance integration. Manage data, records, and automate workflows. Use when the user wants to interact with Let's Enhance data.
npx skill4agent add membranedev/application-skills lets-enhancemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search lets-enhance --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 |
|---|---|---|
| Style Transfer | style-transfer | Transfer the style of a reference image to your input image using AI. |
| Edit Image | edit-image | Comprehensive image editing with full control over all operations: restorations (upscale, decompress, polish), resizi... |
| Resize Image | resize-image | Resize an image to specific dimensions with various fit options including crop, bounds, canvas, and cover. |
| Enhance Image | enhance-image | Enhance image quality with AI-powered color and lighting adjustments. |
| Remove Background | remove-background | Remove the background from an image using AI. |
| Upscale Image | upscale-image | Upscale an image using AI-powered algorithms. |
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