Loading...
Loading...
Amplitude integration. Manage Users, Events. Use when the user wants to interact with Amplitude data.
npx skill4agent add membranedev/application-skills amplitudemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search amplitude --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 |
|---|---|---|
| Funnel Analysis | funnel-analysis | Get funnel analysis data from Amplitude. |
| Event Segmentation | event-segmentation | Get event segmentation data from Amplitude. |
| Export Events | export-events | Export raw event data from Amplitude for a specified time range. |
| Get Cohort | get-cohort | Request a single cohort by ID. |
| Get All Cohorts | get-all-cohorts | Get a list of all cohorts in your Amplitude project. |
| Get Events List | get-events-list | Get a list of all event types that have been tracked in your Amplitude project. |
| Get User Activity | get-user-activity | Get a user's recent event activity from Amplitude. |
| Get User Profile | get-user-profile | Retrieve a user's profile including properties, cohort memberships, and recommendations from Amplitude. |
| Search Users | search-users | Search for users in Amplitude by Amplitude ID, Device ID, User ID, or User ID prefix. |
| Create or Update Group | create-or-update-group | Create a group or update group properties in Amplitude. |
| Identify User | identify-user | Set user properties for a user in Amplitude without sending an event. |
| Track Events | track-events | Upload events to Amplitude in batch. |
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