Loading...
Loading...
OpenAI integration. Manage Assistants, Files. Use when the user wants to interact with OpenAI data.
npx skill4agent add membranedev/application-skills openaimembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search openai --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 |
|---|---|---|
| Delete File | delete-file | Deletes a file. |
| Get File | get-file | Returns information about a specific file. |
| List Files | list-files | Returns a list of files that belong to the user's organization. |
| Get Model | get-model | Retrieves a model instance, providing basic information about the model. |
| List Models | list-models | Lists the currently available models and provides basic information about each one. |
| Create Moderation | create-moderation | Classifies if text violates OpenAI's Content Policy. |
| Generate Image | generate-image | Creates an image given a prompt using DALL-E. |
| Create Embedding | create-embedding | Creates an embedding vector representing the input text. |
| Create Chat Completion | create-chat-completion | Creates a model response for the given chat conversation using GPT models. |
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