← 返回 Skills 市场
gingiris

SEO Patrol — Daily Site Health Monitor & Content Decay Tracker

作者 Gingiris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gingiris-seo-patrol
功能描述
🇺🇸 SEO Patrol — Daily site health monitor & content decay tracker. Automated SEO monitoring: detect ranking drops, content decay, broken links, indexing is...
使用说明 (SKILL.md)

SEO Patrol — Daily Site Health Monitor

Automated SEO monitoring for teams who can't afford (or don't need) a full-time SEO specialist.


What This Does

Continuous SEO health monitoring with automated alerts and fixes:

  1. Detect — Find problems before they impact rankings
  2. Alert — Prioritized notifications on critical issues
  3. Fix — Auto-generate fix scripts or push changes via IndexNow
  4. Report — Weekly summary for stakeholders

Monitoring Checklist

Daily Checks

Check What It Detects Auto-Fix Available
Sitemap validation Missing/broken URLs in sitemap ✅ Regenerate
robots.txt changes Accidental blocks ⚠️ Alert only
IndexNow push New/updated content not pushed ✅ Auto-push
404 monitoring Pages returning errors ⚠️ Redirect suggestions
SSL certificate Expiry within 30 days ⚠️ Alert

Weekly Checks

Check What It Detects Action
Content freshness Posts older than 6 months with declining traffic Refresh list
Internal link audit Orphan pages, broken internal links Fix map
Core Web Vitals LCP/CLS/INP regressions Performance report
Schema validation Broken or outdated structured data Fix snippets
Competitor rank shifts Keywords where competitors moved ±3 positions Strategy update

Monthly Checks

Check What It Detects Action
Keyword cannibalization Multiple pages targeting same keyword Consolidation plan
Backlink profile Lost links, toxic links Outreach/disavow list
Content gap analysis New competitor content you should match Content calendar
AI citation check Changes in AI engine citation frequency GEO optimization

Content Decay Detection

Content decay = pages that once ranked well but are losing positions.

Detection Signal:

IF page_traffic(current_month) \x3C page_traffic(3_months_ago) * 0.7
AND page_age > 6 months
THEN flag for refresh

Refresh Priorities:

Priority Condition Action
P0 Top 10 page dropped to page 2+ Immediate update
P1 Conversion page lost 30%+ traffic Update within 1 week
P2 Blog post declined 50%+ Schedule for content refresh
P3 Low-traffic page declining Batch update monthly

Content Refresh Checklist:

  • Update title with current year
  • Refresh statistics and data points
  • Add new sections for recent developments
  • Update screenshots/images
  • Check and fix broken links
  • Update FAQ with new questions
  • Push via IndexNow after update

IndexNow Auto-Push Setup

// Trigger IndexNow push on any content change
// Works with: Next.js, WordPress, Hugo, Gatsby

const pushToIndexNow = async (urls) => {
  await fetch('https://api.indexnow.org/indexnow', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
      host: 'yoursite.com',
      key: 'your-indexnow-key',
      urlList: urls
    })
  });
};

Weekly Report Template

# SEO Patrol Weekly Report — [Date]

## Summary
- Pages monitored: [N]
- Issues found: [N] (🔴 Critical: [N], 🟡 Warning: [N])
- Auto-fixed: [N]
- Requires attention: [N]

## Critical Issues
1. [Issue description] → [Recommended fix]

## Content Decay Alerts
| Page | Traffic Change | Current Rank | Action |
|------|---------------|--------------|--------|

## Competitor Movements
| Keyword | Our Position | Change | Competitor Action |
|---------|-------------|--------|-------------------|

## This Week's Wins
- [Positive ranking changes]
- [New indexed pages]

## Recommendations
1. [Priority action item]

Related Skills

安全使用建议
This skill appears safe as an instruction-only SEO monitoring template. Before using it on a real site, confirm which site and URLs are in scope, keep any IndexNow key private, and require approval before the agent submits URLs, regenerates files, or creates/apply fixes.
功能分析
Type: OpenClaw Skill Name: gingiris-seo-patrol Version: 1.0.0 The skill bundle is a documentation-based guide for SEO monitoring and content decay tracking. It contains descriptive checklists, pseudocode for detection logic, and a standard JavaScript snippet for the IndexNow API, all of which align with its stated purpose without any signs of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The SEO monitoring, content decay tracking, reporting, and IndexNow push guidance are coherent with the stated purpose, but some workflows can affect a live site's indexing or generated fixes.
Instruction Scope
The skill describes automated alerts and fixes, but does not include explicit guardrails requiring user confirmation before regenerating sitemaps, creating fix scripts, or pushing URLs to IndexNow.
Install Mechanism
There is no install spec, no required binaries, no code files, and no static scan findings.
Credentials
Calling IndexNow and using site traffic/ranking data are purpose-aligned for SEO monitoring; the artifact uses placeholders rather than embedded secrets.
Persistence & Privilege
The artifacts do not show background persistence, credential storage, local auth/session access, or privileged installation behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gingiris-seo-patrol
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gingiris-seo-patrol 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Automated daily SEO monitoring: ranking drops, content decay, broken links, indexing issues, Core Web Vitals. Weekly report generation and IndexNow auto-push.
元数据
Slug gingiris-seo-patrol
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SEO Patrol — Daily Site Health Monitor & Content Decay Tracker 是什么?

🇺🇸 SEO Patrol — Daily site health monitor & content decay tracker. Automated SEO monitoring: detect ranking drops, content decay, broken links, indexing is... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 SEO Patrol — Daily Site Health Monitor & Content Decay Tracker?

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

SEO Patrol — Daily Site Health Monitor & Content Decay Tracker 是免费的吗?

是的,SEO Patrol — Daily Site Health Monitor & Content Decay Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SEO Patrol — Daily Site Health Monitor & Content Decay Tracker 支持哪些平台?

SEO Patrol — Daily Site Health Monitor & Content Decay Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SEO Patrol — Daily Site Health Monitor & Content Decay Tracker?

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

💬 留言讨论