← 返回 Skills 市场
kostja94

indexnow

作者 Kostja Zhang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
84
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install indexnow
功能描述
When the user wants to implement IndexNow, notify search engines of new/updated URLs, or speed up Bing indexing. Also use when the user mentions "IndexNow,"...
使用说明 (SKILL.md)

\r

SEO Technical: IndexNow\r

\r Guides IndexNow protocol integration for faster search engine indexing (primarily Bing).\r \r When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.\r \r

Scope (Technical SEO)\r

\r

  • IndexNow: Submit URLs to Bing/Yandex for faster indexing\r
  • URL notification: Notify search engines of new or updated URLs\r \r

Initial Assessment\r

\r Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for site URL.\r \r Identify:\r

  1. Site URL: Base domain\r
  2. URL source: Config file, sitemap, CMS, etc.\r
  3. Deployment: CI/CD, manual, or both\r \r

Overview\r

\r IndexNow notifies search engines (mainly Bing) of new or updated URLs to speed up indexing.\r \r

Implementation Steps\r

\r

1. API Key and Verification\r

\r

  • Generate API key (e.g., UUID)\r
  • Create verification file: https://example.com/{key}.txt\r
  • File content: the API key string\r
  • Configure key and URL in your IndexNow client\r \r

2. Submission Methods\r

\r | Method | When to use |\r |--------|-------------|\r | Single URL | New or updated page |\r | Batch | Many URLs at once (e.g., after deploy) |\r | Relative paths | Convert to full URLs before submitting |\r \r

3. Best Practices\r

\r | Practice | Note |\r |----------|------|\r | When to submit | New pages, major content updates, meta changes |\r | When not to | Minor edits; let natural crawling handle |\r | Frequency | Once per deploy; avoid excessive submissions |\r | Priority | Submit high-value commercial pages first |\r \r

4. CI/CD Integration\r

\r

npm run build\r
npm run indexnow:all\r
```\r
\r
### 5. Single Source of Truth (URL List)\r
\r
- **Use same config as sitemap**: Import URL list from central config (e.g., `site-pages-config.ts`) or sitemap generation logic.\r
- **Avoid**: Separate hardcoded URL lists for IndexNow—leads to inconsistency and missed URLs.\r
- **Feed**: If you have RSS/feed, it can also consume from the same config to stay in sync.\r
\r
## Supported Search Engines\r
\r
- **Bing**: Primary support\r
- **Yandex**: Supports IndexNow\r
- **Google**: Does not use IndexNow; use Sitemap + Search Console\r
\r
## Verification\r
\r
- Check [Bing Webmaster Tools](https://www.bing.com/webmasters/indexnow) for indexing status\r
- Monitor submission logs for errors\r
\r
## Common Issues\r
\r
| Issue | Fix |\r
|-------|-----|\r
| Domain verification fails | Ensure URL uses correct domain |\r
| API key error | Verify key and verification file match |\r
| Network errors | Retry; API can be intermittent |\r
\r
## Output Format\r
\r
- **Setup steps**: Key generation, verification file\r
- **Submission flow**: Single vs. batch\r
- **Integration**: CI/CD or manual script\r
- **References**: [IndexNow docs](https://www.bing.com/indexnow/getstarted)\r
\r
## Related Skills\r
\r
- **xml-sitemap**: Share same URL list from central config\r
- **indexing**: Broader indexing strategy\r
安全使用建议
This skill is generally coherent for implementing IndexNow, but it asks the assistant to read local project-context files (.claude/project-context.md or .cursor/project-context.md) even though no config paths are declared. Before installing or invoking it, verify what those project-context files contain (they can include private URLs, tokens, or other sensitive info) and prefer to provide the site URL yourself rather than allowing automated file reads. Also be cautious about any step that requires writing a verification file to your live site or running CI scripts — perform those steps manually or review generated scripts before running them. Because this is instruction-only (no install), the technical risk is lower, but the file-read/write expectation should be explicit and consented to.
功能分析
Type: OpenClaw Skill Name: indexnow Version: 1.0.1 The indexnow skill bundle provides purely informational guidance and procedural instructions for implementing the IndexNow protocol (primarily for Bing and Yandex). It contains no executable code, suspicious network requests, or data exfiltration attempts, and its instructions in SKILL.md are strictly aligned with legitimate SEO technical setup tasks.
能力评估
Purpose & Capability
Name/description (IndexNow / notify search engines) align with the SKILL.md content: it explains key generation, verification file, single/batch submission, CI integration, and best practices. The requested actions are coherent with implementing IndexNow.
Instruction Scope
The instructions explicitly tell the agent to check for and read .claude/project-context.md or .cursor/project-context.md to discover the site URL, but the skill metadata does not declare any required config paths. Reading arbitrary project files is out-of-band for a capability that otherwise needs only a site URL; additionally the guide instructs creating a verification file on the site's root (which implies write/deploy access). These file-read/write expectations should be declared and consented to.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest install risk (nothing downloaded or written by the installer).
Credentials
The skill requests no environment variables or credentials in metadata (good). However, it instructs generating an API key and creating a verification file; that workflow implies the agent/operator will create and host secrets on the target site. Because the skill also asks the agent to read project-context files (undeclared), there is a proportionality mismatch between declared env/config access (none) and runtime file access described in SKILL.md.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills. It does suggest CI/CD integration and running npm scripts, but that is typical for the task and not an elevated platform privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install indexnow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /indexnow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Automated batch sync
元数据
Slug indexnow
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

indexnow 是什么?

When the user wants to implement IndexNow, notify search engines of new/updated URLs, or speed up Bing indexing. Also use when the user mentions "IndexNow,"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 indexnow?

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

indexnow 是免费的吗?

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

indexnow 支持哪些平台?

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

谁开发了 indexnow?

由 Kostja Zhang(@kostja94)开发并维护,当前版本 v1.0.1。

💬 留言讨论