Loading...
Loading...
AnnounceKit integration. Manage data, records, and automate workflows. Use when the user wants to interact with AnnounceKit data.
npx skill4agent add membranedev/application-skills announcekitmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search announcekit --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 Activities | list-activities | List activities for a specific post with pagination |
| List Statuses | list-statuses | List all statuses (for roadmap issues) in a project |
| Delete Roadmap Issue | delete-roadmap-issue | Delete a roadmap issue |
| Update Roadmap Issue | update-roadmap-issue | Update an existing roadmap issue |
| Create Roadmap Issue | create-roadmap-issue | Create a new issue on the roadmap |
| Get Feedback Counts | get-feedback-counts | Get reaction counts for a specific post |
| List Feedbacks | list-feedbacks | List feedbacks for a specific post with pagination |
| Get Feed | get-feed | Get details of a specific feed by ID |
| List Feeds | list-feeds | List all feeds in a project |
| Delete Label | delete-label | Delete a label from a project |
| Update Label | update-label | Update an existing label in a project |
| Create Label | create-label | Create a new label in a project |
| List Labels | list-labels | List all labels in a project |
| Delete Post | delete-post | Delete a post from a project |
| Update Post | update-post | Update an existing post/announcement |
| Create Post | create-post | Create a new post/announcement in a project |
| Get Post | get-post | Get details of a specific post by ID |
| List Posts | list-posts | List posts in a project with optional filtering and pagination |
| Get Project | get-project | Get details of a specific project by ID |
| Get Current User | get-current-user | Get the current authenticated user and their active project |
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