Loading...
Loading...
Cloudmersive integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cloudmersive data.
npx skill4agent add membranedev/application-skills cloudmersivemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search cloudmersive --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 |
|---|---|---|
| Recognize Receipt from Photo | recognize-receipt-from-photo | Extracts structured data from a photo of a receipt including business name, address, items, subtotal, and total. |
| Extract Text from Image (OCR) | extract-text-from-image | Uses OCR to extract text from an image, including photos of documents. |
| Scan Barcode from Image | scan-barcode-from-image | Scans and reads barcodes and QR codes from an image, supporting multiple barcode formats including QR, EAN, UPC, and ... |
| Generate QR Code | generate-qr-code | Generates a QR code image from text or URL input. |
| Extract Entities from Text | extract-entities-from-text | Extracts named entities from text including people, organizations, locations, and other entity types. |
| Analyze Sentiment | analyze-sentiment | Analyzes text to determine sentiment, classifying it as Positive, Negative, or Neutral with a score from -1.0 to +1.0. |
| Resize Image Preserve Aspect Ratio | resize-image-preserve-aspect-ratio | Resizes an image while preserving its aspect ratio to fit within the specified maximum dimensions. |
| Resize Image | resize-image | Resizes an image to the specified width and height dimensions. |
| Detect Faces in Image | detect-faces-in-image | Detects and locates human faces in an image, returning bounding box coordinates for each face found. |
| Convert HTML to PDF | convert-html-to-pdf | Converts HTML content to PDF with full CSS, JavaScript, and image support for pixel-perfect rendering. |
| Convert PDF to DOCX | convert-pdf-to-docx | Converts a PDF document to editable Microsoft Word DOCX format with high fidelity. |
| Convert DOCX to PDF | convert-docx-to-pdf | Converts a Microsoft Word DOCX document to PDF format, preserving styling, footnotes, tables, and images. |
| Scan Website for Threats | scan-website-for-threats | Scans a website URL for malware, viruses, and phishing threats. |
| Advanced Virus Scan | advanced-virus-scan | Performs advanced virus scanning with additional threat detection including executables, scripts, macros, and passwor... |
| Scan File for Viruses | scan-file-for-viruses | Scans a file for viruses, malware, and other threats. |
| Geolocate IP Address | geolocate-ip-address | Returns geographic information for an IP address including country, region, city, and coordinates. |
| Validate URL | validate-url | Performs full validation of a URL including syntax check, domain verification, and threat detection. |
| Validate Email Address | validate-email-address | Performs full validation of an email address including syntax check, mail server verification, catch-all detection, a... |
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