← Back to Skills Marketplace
ckchzh

Indexnow Pro

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
122
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install indexnow-pro
Description
Instant search engine notification via IndexNow protocol. Ping Bing, Yandex, and IndexNow API to index new or updated pages within minutes instead of days. S...
README (SKILL.md)

IndexNow Pro

Notify search engines about new or updated pages instantly using the IndexNow protocol. Instead of waiting days for crawlers to discover changes, tell Bing, Yandex, and other engines directly.

Commands

Command Description
ping-url Notify search engines about a single URL
ping-batch Submit multiple URLs at once (up to 10,000)
ping-sitemap Extract URLs from sitemap.xml and submit all
key-setup Generate and host your IndexNow API key
verify Check if your key is properly hosted
engines List all supported search engines
protocol IndexNow protocol specification reference
best-practices When and how to use IndexNow effectively

Requirements

  • A website you own
  • An IndexNow key file hosted at your domain root
  • curl or Node.js for API calls
Usage Guidance
This skill appears to do what it says: extract URLs and call IndexNow/Bing/Yandex endpoints. Before running any provided scripts or pasting commands into a shell, review the script locally and run it yourself rather than giving the agent direct access to site admin credentials. The README includes examples that show using WordPress username:password or OAuth tokens for Google — those are only needed if you choose to use the examples that upload the key for you. The IndexNow key itself is meant to be public (hosted at https://yourdomain/{key}.txt). Ensure you have curl/python/node on your environment, test with a small batch first to avoid accidental rate limits, and only supply credentials to trusted, local processes (not to the skill or an untrusted remote).
Capability Analysis
Type: OpenClaw Skill Name: indexnow-pro Version: 1.0.0 The indexnow-pro skill bundle is a legitimate tool designed to help users notify search engines of website updates via the IndexNow protocol. The script.sh file functions primarily as a documentation provider, outputting bash, Python, and Node.js snippets for interacting with official endpoints like bing.com and indexnow.org. There is no evidence of data exfiltration, malicious execution, or prompt injection; all commands and instructions are strictly aligned with the stated SEO purpose.
Capability Assessment
Purpose & Capability
Name/description (IndexNow notification) match the included SKILL.md and script.sh. All network calls and examples target indexnow endpoints (api.indexnow.org, bing, yandex) or well-known alternatives (Google/Baidu when noted). The requested tools (curl, Node.js, python3) and actions (creating/hosting a public key file, submitting URLs or sitemaps) are expected for this functionality.
Instruction Scope
Runtime instructions and the script confine themselves to gathering site URLs (sitemap), generating a public key file, and POST/GET calls to search engine endpoints. There are no instructions to read unrelated system files, collect system credentials, or exfiltrate data to unexpected endpoints. Example snippets demonstrate how to use WordPress REST API and Google/Baidu APIs — these are illustrative and not required by the skill itself.
Install Mechanism
There is no install spec and no remote downloads; the package is instruction-only plus a local shell script. Nothing in the manifest writes arbitrary external code to disk or pulls binaries from untrusted URLs.
Credentials
The skill declares no required environment variables or credentials. The documentation does include examples that use credentials (e.g., curl -u 'user:password' for WordPress, ${ACCESS_TOKEN} for Google, and sample key variables). These examples are expected for the described integrations but mean users should avoid pasting secrets into an agent; credentials are only needed if you choose to automate hosting/upload via authenticated APIs.
Persistence & Privilege
The skill does not request persistent/always-on presence, does not modify other skills or system-wide settings, and allows autonomous invocation by default (normal). There is no evidence it attempts to persist credentials or alter agent configuration outside its scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install indexnow-pro
  3. After installation, invoke the skill by name or use /indexnow-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - IndexNow search engine notification tool
Metadata
Slug indexnow-pro
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Indexnow Pro?

Instant search engine notification via IndexNow protocol. Ping Bing, Yandex, and IndexNow API to index new or updated pages within minutes instead of days. S... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Indexnow Pro?

Run "/install indexnow-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Indexnow Pro free?

Yes, Indexnow Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Indexnow Pro support?

Indexnow Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Indexnow Pro?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.

💬 Comments