Loading...
Loading...
Google Search Console integration. Manage Accounts. Use when the user wants to interact with Google Search Console data.
npx skill4agent add membranedev/application-skills google-search-consolemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search google-search-console --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 |
|---|---|---|
| Run Mobile-Friendly Test | run-mobile-friendly-test | Runs the Mobile-Friendly Test for a given URL to check if it's optimized for mobile devices. |
| Inspect URL | inspect-url | Inspects a URL to check its indexing status, including whether the page is indexed, any issues detected, and Rich Res... |
| Delete Site | delete-site | Removes a site from the user's set of Search Console sites. |
| Add Site | add-site | Adds a site to the user's set of Search Console sites. |
| Delete Sitemap | delete-sitemap | Deletes a sitemap from the Sitemaps report. |
| Submit Sitemap | submit-sitemap | Submits a sitemap for a site. |
| Get Sitemap | get-sitemap | Retrieves detailed information about a specific sitemap. |
| List Sitemaps | list-sitemaps | Lists all sitemaps submitted for a site, or included in a sitemap index file. |
| Query Search Analytics | query-search-analytics | Query search analytics data with filters and parameters. |
| Get Site | get-site | Retrieves information about a specific Search Console site/property. |
| List Sites | list-sites | Lists all Search Console sites/properties the user has access to. |
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