Loading...
Loading...
Eden AI integration. Manage Recordses. Use when the user wants to interact with Eden AI data.
npx skill4agent add membranedev/application-skills eden-aimembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search eden-ai --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 |
|---|---|---|
| Detect Emotions in Text | detect-emotions | Detect emotions expressed in text (joy, sadness, anger, fear, etc.). |
| Parse Resume | parse-resume | Extract structured information from resume/CV documents. |
| Detect Explicit Content in Image | detect-explicit-content | Detect explicit, adult, or inappropriate content in images. |
| Answer Question About Image | answer-image-question | Ask questions about the content of an image and get AI-generated answers. |
| Detect Objects in Image | detect-objects-in-image | Detect and identify objects within an image. |
| Generate Code | generate-code | Generate code based on natural language instructions. |
| Check Spelling | check-spelling | Check text for spelling errors and get correction suggestions. |
| Extract Keywords | extract-keywords | Extract important keywords and key phrases from text. |
| Moderate Text Content | moderate-text | Analyze text for harmful, inappropriate, or policy-violating content. |
| Extract Text from Image (OCR) | extract-text-from-image | Extract text from images using optical character recognition (OCR). |
| Text to Speech | text-to-speech | Convert text to spoken audio using AI text-to-speech providers. |
| Generate Image | generate-image | Generate images from text descriptions using AI image generation providers. |
| Generate Text Embeddings | generate-embeddings | Generate vector embeddings for text, useful for semantic search and similarity comparisons. |
| Detect Language | detect-language | Detect the language of the provided text. |
| Translate Text | translate-text | Translate text from one language to another using AI translation providers. |
| Extract Named Entities | extract-entities | Extract named entities (people, organizations, locations, etc.) from text. |
| Analyze Sentiment | analyze-sentiment | Analyze the sentiment of text to determine if it's positive, negative, or neutral. |
| Summarize Text | summarize-text | Generate a summary of the provided text using AI providers. |
| LLM Chat (OpenAI Compatible) | llm-chat | Send messages to an LLM using the OpenAI-compatible API format. |
| Chat | chat | Send a message to an AI chatbot and get a response. |
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