← 返回 Skills 市场
ronnine6527

Bing Webmaster Ronnie

作者 ronnie6527 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bing-webmaster-ronnie
功能描述
Bing Webmaster Tools API helper to submit URLs and fetch search traffic, keyword rankings, indexing status, and crawl issues without uploading verification f...
使用说明 (SKILL.md)

Bing Webmaster Helper

This skill connects to the Microsoft Bing Webmaster Tools API using your API key. It enables zero-dependency, file-free URL submissions for instant search engine indexing, and pulls rich, crawl-level SEO reporting.

Setup

This skill requires a Bing Webmaster Tools API Key.

  1. Sign in to Bing Webmaster Tools.
  2. Click Settings (gear icon) in the top-right corner.
  3. Under API Access, select API Key and generate one.
  4. Configure the API key in your Agent workspace using: env_config(action="set", key="BING_WEBMASTER_API_KEY", value="your_api_key_here")
  5. The skill will automatically activate once the environment variable is set.

🛠️ Core Capabilities & Workflows

All scripts are in the skill's base directory \x3Cbase_dir>/scripts/.

1. Instant URL Submission (No Verification File Needed)

Submit new or updated page URLs to Bing for fast crawling and indexing. This bypasses the need to upload any .txt or .html verification files since the domain is already validated in your Bing/GSC account.

Submit a single URL:

python3 \x3Cbase_dir>/scripts/submit_urls.py --site-url "https://zymetalforming.com" --urls "https://zymetalforming.com/new-product-page.html"

Submit a batch of URLs:

python3 \x3Cbase_dir>/scripts/submit_urls.py --site-url "https://zymetalforming.com" --urls "https://zymetalforming.com/page1.html,https://zymetalforming.com/page2.html"

Submit URLs from a text file:

Create a text file with one URL per line and run:

python3 \x3Cbase_dir>/scripts/submit_urls.py --site-url "https://zymetalforming.com" --file "path/to/urls.txt"

2. Fetch SEO Traffic & Search Statistics

Retrieve various search engine statistics directly from Bing.

Method 1: Get Rank & Traffic Stats

Find out how impressions and clicks are trending over the last few weeks:

python3 \x3Cbase_dir>/scripts/fetch_data.py --site-url "https://zymetalforming.com" --method rank_traffic

Method 2: Get Keyword Rankings (Queries)

Analyze the exact query search terms driving clicks and impressions, along with CTR and search positions:

python3 \x3Cbase_dir>/scripts/fetch_data.py --site-url "https://zymetalforming.com" --method query_stats

Method 3: Get Crawl Health Statistics

Monitor crawler activity, successfully crawled pages, and crawling errors:

python3 \x3Cbase_dir>/scripts/fetch_data.py --site-url "https://zymetalforming.com" --method crawl_stats

Method 4: Get Remaining Submission Quota

Check how many more URLs you can submit today and this month:

python3 \x3Cbase_dir>/scripts/fetch_data.py --site-url "https://zymetalforming.com" --method quota

3. Generate a Complete Markdown SEO Report

You can query all statistics at once and compile them into a unified Markdown report, suitable for automated emails, Slack/DingTalk push messages, or client deliverables.

python3 \x3Cbase_dir>/scripts/fetch_data.py --site-url "https://zymetalforming.com" --method all

Output Structure of all Method:

  • URL Submission Quota Status
  • Recent Rank & Traffic (Last 10 Records table)
  • Top Search Keywords (Driving Traffic table containing Query, Clicks, Impressions, CTR, Position)
  • Crawl Health (Date, Pages Crawled, Crawl Errors table)

🎯 Best Practices & Automation

Automated Bi-weekly Audit Integration

You can schedule automated audits using the workspace scheduler tool. For example, to run an audit every 1st and 16th of the month and save the report or push it via webhook:

  1. Create a scheduled AI task:
    {
      "action": "create",
      "name": "Bi-weekly Bing SEO Audit",
      "schedule_type": "cron",
      "schedule_value": "0 10 1,16 * *",
      "ai_task": "Run the bing-webmaster-helper 'all' report for https://zymetalforming.com and push the summary to the DingTalk Webhook."
    }
    
能力标签
requires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bing-webmaster-ronnie
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bing-webmaster-ronnie 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
bing-webmaster-helper 1.0.0 – Initial Release - Provides direct integration with Bing Webmaster Tools API using an API key (no verification file upload required). - Enables instant single or batch URL submission for fast Bing indexing of verified sites. - Supports fetching search traffic, keyword rankings, indexing, crawl health, and submission quota data. - Allows full Markdown SEO report generation combining all metrics, ready for automated sharing. - Designed for seamless audit automation/scheduling with workspace scheduler integration.
元数据
Slug bing-webmaster-ronnie
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bing Webmaster Ronnie 是什么?

Bing Webmaster Tools API helper to submit URLs and fetch search traffic, keyword rankings, indexing status, and crawl issues without uploading verification f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。

如何安装 Bing Webmaster Ronnie?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bing-webmaster-ronnie」即可一键安装,无需额外配置。

Bing Webmaster Ronnie 是免费的吗?

是的,Bing Webmaster Ronnie 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bing Webmaster Ronnie 支持哪些平台?

Bing Webmaster Ronnie 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bing Webmaster Ronnie?

由 ronnie6527(@ronnine6527)开发并维护,当前版本 v1.0.0。

💬 留言讨论