Agent Skills
› openclaw/gogcli
› gog-searchconsole
gog-searchconsole
GitHub通过gog工具执行Google Search Console操作,支持查询搜索分析、管理站点地图及检查站点。强调安全启动、显式账户选择、只读模式及自动化规范,确保数据操作的安全性与准确性。
Trigger Scenarios
需要查询Google搜索数据分析结果
需要提交或管理XML站点地图
需要列出或检查已配置的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 |
|---|---|
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
- eb85a99 Current 2026-08-20 12:40


