Loading...
Loading...
Codemagic integration. Manage data, records, and automate workflows. Use when the user wants to interact with Codemagic data.
npx skill4agent add membranedev/application-skills codemagicmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search codemagic --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 |
|---|---|---|
| Delete Application Cache | delete-application-cache | Remove a specific cache from an application. |
| Delete All Application Caches | delete-all-application-caches | Remove all stored caches for an application. |
| List Application Caches | list-application-caches | Retrieve a list of caches for an application |
| Create Public Artifact URL | create-public-artifact-url | Create a public download URL for a build artifact. |
| Cancel Build | cancel-build | Cancel a running build. |
| Start Build | start-build | Start a new build for an application |
| Add Application | add-application | Add a new Git repository to the applications list |
| List Applications | list-applications | Retrieve all applications added to Codemagic |
| Get Application | get-application | Retrieve a specific application by ID |
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