Overview
- Skill Key
- geoly-geo/auto-index
- Author
- geoly-geo
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/geoly-geo/auto-index
- Latest Commit SHA
- 153802645fb1238d6f4651b5fb1f72ab1540f956
Google Indexing API tool. Use when user wants to submit URLs for Google indexing. Supports two modes: "auto-index" (fetch sitemap, diff against cache, submit new URLs) and "index-now" (submit specific URLs immediately). Requires a Google Cloud service account JSON key with Indexing API enabled and Search Console ownership.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 auto-index 技能。 若已安装,则直接安装 auto-index 技能。
# Auto-Index — Google Indexing API Submit URLs to Google for fast indexing via the [Google Indexing API](https://developers.google.com/search/apis/indexing-api/v3/quickstart). ## Prerequisites 1. **Google Cloud Project** with the Indexing API enabled 2. **Service Account** with a downloaded JSON key file 3. **Google Search Console** — add the service account email as an **Owner** of the property ## Environment | Variable | Required | Description | |----------|----------|-------------| | `GOOGLE_INDEX_SA_KEY` | Yes (or `--sa-key`) | Absolute path to service account JSON key file | ## How to Invoke Run using `uv run` with the script's absolute path. The script directory is relative to the skill root. ### auto-index — Sitemap diff Fetches a sitemap, compares against a local cache, and submits only **new** URLs. ```bash uv run scripts/google_index.py auto-index --sitemap "https://example.com/sitemap.xml" ``` Force re-index all URLs (ignore cache): ```bash uv run scripts/google_index.py auto-index --sitemap "https://example.com/sitemap.xml" --force ``` ### index-now — Submit URL(s) immediately ```bash uv run scripts/google_index.py index-now --url "https://example.com/new-page" ``` Multiple URLs: ```bash uv run scripts/google_index.py index-now -u "https://example.com/page1" -u "https://example.com/page2" ``` Notify URL deletion: ```bash uv run scripts/google_index.py index-now --url "https://example.com/old-page" --delete ``` ## CLI Reference ### auto-index | Flag | Description | |------|-------------| | `--sitemap`, `-s` | **(required)** Sitemap URL to fetch | | `--sa-key`, `-k` | Path to service account JSON key (overrides env) | | `--force`, `-f` | Re-index all URLs, ignoring cache | ### index-now | Flag | Description | |------|-------------| | `--url`, `-u` | **(required)** URL to submit — repeatable for multiple URLs | | `--sa-key`, `-k` | Path to service account JSON key (overrides env) | | `--delete`, `-d` | Notify deletion instead of update |...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.