Loading...
Loading...
Wit.ai integration. Manage data, records, and automate workflows. Use when the user wants to interact with Wit.ai data.
npx skill4agent add membranedev/application-skills witaimembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search witai --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 |
|---|---|---|
| List Apps | list-apps | Get a list of all Wit.ai apps for the current account |
| List Intents | list-intents | Get a list of all intents defined in the Wit.ai app |
| List Entities | list-entities | Get a list of all entities defined in the Wit.ai app |
| List Traits | list-traits | Get a list of all traits defined in the Wit.ai app |
| List Utterances | list-utterances | Get a list of training utterances from the Wit.ai app |
| Get App | get-app | Get details of a specific Wit.ai app by ID |
| Get Intent | get-intent | Get details of a specific intent by name |
| Get Entity | get-entity | Get details of a specific entity by name |
| Get Trait | get-trait | Get details of a specific trait by name |
| Create App | create-app | Create a new Wit.ai app |
| Create Intent | create-intent | Create a new intent in the Wit.ai app |
| Create Entity | create-entity | Create a new entity in the Wit.ai app |
| Create Trait | create-trait | Create a new trait in the Wit.ai app |
| Create Utterances | create-utterances | Add training utterances to the Wit.ai app for model training |
| Update App | update-app | Update an existing Wit.ai app settings |
| Delete App | delete-app | Delete a Wit.ai app |
| Delete Intent | delete-intent | Delete an intent from the Wit.ai app |
| Delete Entity | delete-entity | Delete an entity from the Wit.ai app |
| Delete Trait | delete-trait | Delete a trait from the Wit.ai app |
| Analyze Message | analyze-message | Process a text message to extract intents, entities, and traits using Wit.ai NLP |
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