Loading...
Loading...
Hive integration. Manage Users, Projects, Actions, Notes, Files, Activities and more. Use when the user wants to interact with Hive data.
npx skill4agent add membranedev/application-skills hivemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search hive --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 |
|---|---|---|
| Create Message | create-message | Create a new message in a group chat |
| Create Action Comment | create-action-comment | Create a new comment on an action (task) |
| Get Action Comments | get-action-comments | Get all comments for an action (task) |
| Create Label | create-label | Create a new label in a workspace |
| Get Labels | get-labels | Get all labels in a workspace |
| Create Team | create-team | Create a new team in a workspace |
| Get Teams | get-teams | Get all teams in the workspace |
| Get User | get-user | Get a user by their ID |
| Get Workspace Users | get-workspace-users | Get all users in a workspace |
| Delete Action | delete-action | Delete an action (task) by its ID |
| Update Action | update-action | Update an existing action (task) |
| Create Action | create-action | Create a new action (task) in a workspace |
| Get Action | get-action | Get an action (task) by its ID |
| Get Actions | get-actions | Get all actions (tasks) in a workspace |
| Delete Project | delete-project | Delete a project by its ID |
| Update Project | update-project | Update an existing project |
| Create Project | create-project | Create a new project in a workspace |
| Get Project | get-project | Get a project by its ID |
| Get Projects | get-projects | Get all projects in a workspace |
| Get Workspaces | get-workspaces | Get all workspaces that you are a member of |
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