Loading...
Loading...
Intellexer API integration. Manage data, records, and automate workflows. Use when the user wants to interact with Intellexer API data.
npx skill4agent add membranedev/application-skills intellexer-apimembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search intellexer-api --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 |
|---|---|---|
| Summarize Multiple URLs | summarize-multiple-urls | Generate a combined summary from multiple documents at different URLs |
| Get Topics from Text | get-topics-from-text | Extract topics from provided text |
| Get Topics from URL | get-topics-from-url | Extract topics from a document at the specified URL |
| Parse Document from URL | parse-document-url | Parse and extract content from a document at the specified URL |
| Get Supported Document Topics | get-supported-document-topics | Get list of supported document topics |
| Get Supported Document Structures | get-supported-document-structures | Get list of supported document structures for parsing |
| Convert Query to Boolean | convert-query-to-bool | Convert a natural language query to boolean search expression |
| Analyze Text Linguistically | analyze-text | Perform linguistic analysis on text (tokenization, relations, etc.) |
| Check Text Spelling | check-text-spelling | Check spelling errors in the provided text |
| Compare URLs | compare-urls | Compare two documents by URL and get their similarity score |
| Compare Texts | compare-texts | Compare two texts and get their similarity score |
| Clusterize Text | clusterize-text | Group concepts hierarchically from provided text |
| Recognize Language | recognize-language | Detect the language and encoding of the provided text |
| Recognize Named Entities from Text | recognize-named-entities-text | Extract named entities (people, organizations, locations, etc.) from provided text |
| Recognize Named Entities from URL | recognize-named-entities-url | Extract named entities (people, organizations, locations, etc.) from a document at a URL |
| Get Sentiment Analyzer Ontologies | get-sentiment-ontologies | Get list of available ontologies for sentiment analysis |
| Analyze Sentiments | analyze-sentiments | Analyze sentiments and opinions in texts |
| Summarize Text | summarize-text | Generate a summary from provided text |
| Summarize URL | summarize-url | Generate a summary from a document at a given URL |
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