Loading...
Loading...
Deepgram integration. Manage Projects. Use when the user wants to interact with Deepgram data.
npx skill4agent add membranedev/application-skills deepgrammembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search deepgram --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 Project Balances | get-project-balances | Retrieve outstanding balances for a specific project |
| Create Project Key | create-project-key | Create a new API key for a specific project |
| List Project Keys | list-project-keys | Retrieve all API keys associated with a specific project |
| Get Model | get-model | Retrieve metadata for a specific public Deepgram model |
| List Models | list-models | Retrieve metadata on all available public Deepgram models |
| Get Project | get-project | Retrieve information about a specific project |
| List Projects | list-projects | Retrieve all projects associated with the API key |
| Analyze Text | analyze-text | Analyze text content for sentiment, topics, intents, and summarization using Deepgram's text analysis API |
| Text to Speech | text-to-speech | Convert text into natural-sounding speech using Deepgram's TTS API |
| Transcribe Audio from URL | transcribe-audio-from-url | Transcribe and analyze pre-recorded audio from a URL using Deepgram's speech-to-text API |
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