SkillAgentSearch skills...

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.

Install / Use

npx skills add AgriciDaniel/claude-seo --skill seo-bing

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

79/100

Category

Marketing

Supported Platforms

Claude Code
GitHub Copilot

Our assessment of seo-bing

seo-bing scores 79/100 on our quality scale, 254th of 295 Marketing skills we index.

Its SKILL.md is 2.1 KB long, split into 5 sections and no code examples: moderately detailed.

With 17,676 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
11/20
Description
15/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 3 days ago, so seo-bing is actively maintained.
  • Our last check on 2026-09-22 found the source still online.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.

AI review by kimi-k2.7-code on 2026-09-26. Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

seo-bing compared with similar skills

All 4 of these similar skills score higher than seo-bing; compare them before choosing.

SkillScoreStarsUpdatedFormat
seo-bing (this skill)by AgriciDaniel7917.7k3d agoSKILL.md
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
crawl4aiby unclecode10084.4k2d agoMCP Server
Scraplingby D4Vinci10084.0ktodayMCP Server

Frequently asked questions

How do I install seo-bing?
Run npx skills add AgriciDaniel/claude-seo --skill seo-bing. The install tabs above show the steps for each supported agent.
Which AI agents does seo-bing work with?
It is written for Claude Code and GitHub Copilot, as a SKILL.md file. Other agents that read the same format can often use it too.
Is seo-bing safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is seo-bing still maintained?
The repository was last updated 3 days ago, so seo-bing is actively maintained.

name: seo-bing description: 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. metadata: version: "2.2.4" compatibility: "Requires BING_WEBMASTER_API_KEY and (optionally) INDEXNOW_KEY in ~/.claude/settings.json env. Run extensions/bing-webmaster/install.sh to configure."

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 Amazon/Bing/Naver/Seznam.cz/Yandex/Yep 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> | claude-seo run bing_webmaster.py links <url> | | /seo bing compare <urlA> <urlB> | claude-seo run bing_webmaster.py compare <urlA> <urlB>; both properties must be registered to the API account | | /seo bing submit <url> (single URL) | claude-seo run indexnow_submit.py --host ... --urls <url> | | /seo bing submit-batch <file> | claude-seo run indexnow_submit.py --host ... --urls-file <file> | | /seo bing verify-indexnow | claude-seo run indexnow_submit.py --host ... --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 Amazon/Bing/Naver/Seznam.cz/Yandex/Yep indexing for fresh URLs.
  • The user manages both properties and wants to compare their Bing link data. For an arbitrary competitor, route to DataForSEO, Moz, or Common Crawl.

Cross-skill delegation

  • For Google indexing (very different model, sitemap-driven, no IndexNow), use seo-google indexing.
  • For multi-source backlink confidence weighting, fall back to seo-backlinks which already integrates Bing + Moz + CC.

Related Skills

View on GitHub
GitHub Stars17.7k
CategoryMarketing
Updated3d ago
Forks2.6k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions