Loading...
Loading...
ElevenLabs integration. Manage data, records, and automate workflows. Use when the user wants to interact with ElevenLabs data.
npx skill4agent add membranedev/application-skills elevenlabsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search elevenlabs --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 |
|---|---|---|
| Get Default Voice Settings | get-default-voice-settings | Retrieve the default voice settings for the account |
| Edit Voice Settings | edit-voice-settings | Update the settings for a specific voice (stability, similarity boost, etc.) |
| Delete Voice | delete-voice | Delete a voice by its ID. |
| Generate Sound Effects | generate-sound-effects | Generate sound effects from a text prompt description |
| Delete History Item | delete-history-item | Delete a specific history item by its ID |
| Get History Item Audio | get-history-item-audio | Download the audio file for a specific history item |
| Get History Item | get-history-item | Retrieve details about a specific history item by its ID |
| List History | list-history | Retrieve the history of text-to-speech generations for the user |
| Get Subscription Info | get-subscription-info | Retrieve detailed subscription and usage information for the current user |
| Get User Info | get-user-info | Retrieve information about the current user account |
| Text to Speech | text-to-speech | Convert text into lifelike speech audio using a specified voice |
| List Models | list-models | Retrieve a list of all available text-to-speech models |
| Get Voice | get-voice | Retrieve details about a specific voice by its ID |
| List Voices | list-voices | Retrieve a list of all available voices, including premade voices and custom voice clones |
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