Loading...
Loading...
ArcGIS Online integration. Manage data, records, and automate workflows. Use when the user wants to interact with ArcGIS Online data.
npx skill4agent add membranedev/application-skills arcgis-onlinemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search arcgis-online --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 |
|---|---|---|
| Unshare Item | unshare-item | Remove sharing of an item from groups or revoke public/organization access. |
| Share Item | share-item | Share an item with groups or make it public/organization-wide. |
| Delete Group | delete-group | Delete a group from the portal. |
| Update Group | update-group | Update the properties of an existing group. |
| Get Group Content | get-group-content | Get the content items shared with a specific group. |
| Search Users | search-users | Search for users in the portal using a query string. |
| Search Groups | search-groups | Search for groups in the portal using a query string. |
| Get User Content | get-user-content | Get the content items owned by a specific user, organized in folders. |
| Delete Item | delete-item | Delete a content item. |
| Create Group | create-group | Create a new group in the portal. |
| Get Group | get-group | Get information about a specific group by its ID. |
| Get User | get-user | Get information about a specific user by their username. |
| Get Item | get-item | Get detailed information about a specific content item by its ID. |
| Search Items | search-items | Search for content items in the portal using a query string. |
| Get Portal Self | get-portal-self | Returns the current portal and organization information for the authenticated user. |
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