← 返回 Skills 市场
clawbus

Google Search Console

作者 clawbus · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawbus-google-search-console
功能描述
Google Search Console skill for checking sitemap status through the MyBrandMetrics API. Use it to review submitted sitemap URLs, indexed URL counts, sitemap...
使用说明 (SKILL.md)

Google Search Console

Check Google Search Console sitemap status through the MyBrandMetrics API.

Use this skill to review sitemap health, submitted URL counts, indexed URL counts, warnings, errors, pending status, content type, and last downloaded time for a connected Google Search Console property.

Website: https://www.clawbus.com/
MyBrandMetrics API: https://mybrandmetrics.com/

Core Capabilities

Capability Details
Sitemap status List sitemap records for a connected Google Search Console property.
Index coverage signals Review submitted and indexed URL counts for each sitemap.
Sitemap health checks Check sitemap warnings, errors, pending status, content type, and last downloaded time.
Filtered sitemap queries Query sitemap data with metrics, dimensions, filters, and row limits.
Natural-language analysis Ask for a sitemap health summary after the skill is installed.

Setup Flow

  1. Open https://mybrandmetrics.com/ and sign in with Google.
  2. In MyBrandMetrics, open Data sources.
  3. Connect Google Search Console as a data source.
  4. Wait until the Google Search Console connection is ready.
  5. In https://mybrandmetrics.com/, get the MyBrandMetrics API key.
  6. Install the google-search-console skill.
  7. Start a Google Search Console sitemap status workflow with natural-language instructions.

Workflow

Use natural-language prompts after the skill is installed. Include:

  • the Google Search Console property or connection ID, such as sc-domain:example.com;
  • whether to list all sitemap rows or focus on a specific sitemap issue;
  • the metrics to review, such as warnings, errors, submitted URLs, indexed URLs, and sitemap count;
  • the dimensions to group by, such as site URL, sitemap path, content type, last downloaded time, and pending status;
  • any filters or row limit needed for the analysis.

Example:

Check the Google Search Console sitemap status for sc-domain:example.com and summarize warnings, errors, submitted URLs, and indexed URLs.

Search-Friendly Workflows

Common Google Search Console workflows include:

  • list Google Search Console sitemap status rows;
  • check sitemap errors and warnings;
  • compare submitted URLs and indexed URLs;
  • find pending sitemap records;
  • review sitemap content type and last downloaded time;
  • summarize sitemap health for a connected Search Console property.

Use The Script Directly

Use scripts/searchconsole.py.

List sitemap status:

python3 scripts/searchconsole.py \
  --api-key "YOUR_API_KEY" \
  --connection-id "sc-domain:example.com" \
  --limit 200

Use custom metrics and dimensions:

python3 scripts/searchconsole.py \
  --api-key "YOUR_API_KEY" \
  --connection-id "sc-domain:example.com" \
  --metrics "warnings,errors,contents_submitted,contents_indexed" \
  --dimensions "site_url,sitemap_path,content_type,last_downloaded,is_pending" \
  --limit 100

Use an environment variable instead of passing the API key in the command:

export MYBRANDMETRICS_API_KEY="YOUR_API_KEY"
python3 scripts/searchconsole.py \
  --connection-id "sc-domain:example.com" \
  --limit 200

Parameters

Parameter Required Purpose
--api-key Yes, unless MYBRANDMETRICS_API_KEY is set MyBrandMetrics API key.
--connection-id Yes Google Search Console property or connection ID.
--metrics No Comma-separated metrics.
--dimensions No Comma-separated dimensions.
--filter No Filter in field:operator:value format. Repeat for multiple filters.
--limit No Maximum rows to return. Default is 200.

Available Metrics And Dimensions

Default metrics:

  • warnings
  • errors
  • contents_submitted
  • contents_indexed
  • sitemaps_count

Default dimensions:

  • site_url
  • sitemap_path
  • content_type
  • last_downloaded
  • is_pending

Google Search Console data can be delayed, so recent sitemap changes may not appear immediately.

安全使用建议
Treat this as an incomplete review: the artifacts should be inspected directly before installation, especially SKILL.md, metadata, install specs, and any helper scripts.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
No artifact contents were readable in this run, so purpose and capability coherence could not be verified from evidence.
Instruction Scope
No SKILL.md instructions were available for evidence-backed scope assessment.
Install Mechanism
No install specification or manifest contents were available for evidence-backed install review.
Credentials
No artifact evidence was available to assess environment access proportionality.
Persistence & Privilege
No artifact evidence was available to assess persistence or privilege behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawbus-google-search-console
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawbus-google-search-console 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial Google Search Console sitemap status skill
元数据
Slug clawbus-google-search-console
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Google Search Console 是什么?

Google Search Console skill for checking sitemap status through the MyBrandMetrics API. Use it to review submitted sitemap URLs, indexed URL counts, sitemap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Google Search Console?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbus-google-search-console」即可一键安装,无需额外配置。

Google Search Console 是免费的吗?

是的,Google Search Console 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Google Search Console 支持哪些平台?

Google Search Console 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Google Search Console?

由 clawbus(@clawbus)开发并维护,当前版本 v1.0.0。

💬 留言讨论