Loading...
Loading...
Builder.io integration. Manage data, records, and automate workflows. Use when the user wants to interact with Builder.io data.
npx skill4agent add membranedev/application-skills builderiomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search builderio --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 |
|---|---|---|
| Get HTML Content | get-html-content | Retrieves content as rendered HTML, useful for server-side rendering |
| List Models | list-models | Lists all content models in the Builder.io space using the Admin GraphQL API |
| Search Content | search-content | Searches content entries using text search with optional filtering |
| Get Model | get-model | Retrieves a specific content model by name with its fields and configuration |
| Get Content by URL | get-content-by-url | Retrieves content entry matching a specific URL path (commonly used for pages) |
| List Content Entries | list-content-entries | Lists content entries from a model with optional filtering and pagination |
| Get Content Entry | get-content-entry | Retrieves a specific content entry by ID from a model |
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