Agent Skills
› openclaw/gogcli
› gog-searchconsole
gog-searchconsole
GitHub通过 gog CLI 执行 Google Search Console 操作,包括 URL 检查、搜索分析查询及站点管理。
Trigger Scenarios
查询网站在 Google 的索引状态或搜索表现
提交或删除 Sitemap
检查 Search Console 站点配置
Install
npx skills add openclaw/gogcli --skill gog-searchconsole -g -y
SKILL.md
Frontmatter
{
"name": "gog-searchconsole",
"description": "Google Search Console operations through gog."
}
Google Search Console
Use gog for Google Search Console operations. Read ../gog/SKILL.md first for shared auth,
output, safety, and live-write rules.
Safe start
gog auth list --check --json --no-input
gog schema searchconsole --json
gog --readonly --account user@example.com searchconsole --help
- Select the account explicitly with
--account. - Use
--json --wrap-untrustedfor agent-readable Google content. - Use
--readonlywhen the task must not mutate Google data. - Use
--no-inputin automation and--dry-runbefore supported writes. - Confirm the exact account, object, and mutation before any write or delete.
Commands
| Command | Purpose |
|---|---|
inspect |
Inspect URL index status (URL Inspection API) |
query |
Run a Search Analytics query |
searchanalytics |
Search Analytics queries |
sitemaps |
List/get/submit/delete sitemaps |
sites |
List and inspect Search Console sites |
Run gog searchconsole <command> --help for flags and gog schema searchconsole <command> --json
for the machine-readable contract. Do not guess command syntax.
Version History
-
5c918b6
Current 2026-09-23 03:30
新增 URL Inspection(URL 检查)功能,支持语言选择及 JSON/plain 输出,并完善 API 错误处理与权限提示。
- eb85a99 2026-08-20 12:40


