Loading...
Loading...
AssemblyAI integration. Manage Transcripts, Speakers, Jobs. Use when the user wants to interact with AssemblyAI data.
npx skill4agent add membranedev/application-skills assemblyaimembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search assemblyai --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 Redacted Audio | get-redacted-audio | Get the URL to download PII-redacted audio. |
| Search Words in Transcript | search-words | Search for specific words or phrases in a transcript. |
| Get Subtitles | get-subtitles | Export the transcript as subtitles in SRT or VTT format for video captioning. |
| Get Paragraphs | get-paragraphs | Get the transcript split into paragraphs. |
| Get Sentences | get-sentences | Get the transcript split into sentences. |
| Delete Transcript | delete-transcript | Delete a transcript by its ID. |
| List Transcripts | list-transcripts | List all transcripts with optional filtering by status, date, and pagination. |
| Get Transcript | get-transcript | Retrieve a transcript by its ID. |
| Create Transcript | create-transcript | Submit an audio file URL for transcription. |
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