Agent skill · Data & Analytics

seo-bing

Bing Webmaster Tools + IndexNow extension. Microsoft Copilot citations are fed by the Bing index; this skill makes Bing visibility, link data, and IndexNow URL submission first-class.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codecopilotMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-bing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Requires: Requires BING_WEBMASTER_API_KEY and (optionally) INDEXNOW_KEY in ~/.claude/settings.json env. Run…
Path: .claude/skills/seo-bing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# seo-bing The non-Google indexing surface. Google still rejects IndexNow (per Gary Illyes, multiple SOTR episodes 2024-2025), so this skill is specifically for **Bing/Yandex/Seznam/Naver indexing** and **Microsoft Copilot AI citation** (which pulls from the Bing index). ## Prerequisites - Run `extensions/bing-webmaster/install.sh` or `install.ps1`. - A Bing Webmaster Tools API key. - Optional: an IndexNow host key (32+ chars) published at the URL declared as `INDEXNOW_KEY_LOCATION`. ## Routing | Command | Underlying script | |---|---| | `/seo bing links <url>` | `python scripts/bing_webmaster.py links <url>` | | `/seo bing compare <urlA> <urlB>` | `python scripts/bing_webmaster.py compare <urlA> <urlB>` | | `/seo bing submit <url>` (single URL) | `python scripts/indexnow_submit.py --host ... --urls <url>` | | `/seo bing submit-batch <file>` | `python scripts/indexnow_submit.py --urls-file <file>` | | `/seo bing verify-indexnow` | `python scripts/indexnow_submit.py --verify-only` | ## When this skill applies - The user is publishing new pages and wants Microsoft Copilot citation eligibility (Bing index ingestion). - The user wants to nudge Bing/Yandex/Seznam/Naver indexing for fres

What's inside
Steps it walks through
  1. Prerequisites
  2. Routing
  3. When this skill applies
  4. Cross-skill delegation
More from dev-gtm-claude-skills
All skills →
About this skill
What does the seo-bing skill do?

Bing Webmaster Tools + IndexNow extension. Microsoft Copilot citations are fed by the Bing index; this skill makes Bing visibility, link data, and IndexNow URL submission first-class.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-bing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going