Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

recover-content恢复内容

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

38,339

周安装

1,568

GitHub Stars

7

下载量

12,989
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:recover-content(恢复内容)
来源仓库:https://github.com/calm-north/seojuice-skills
仓库路径:skills/recover-content
安装命令:
npx skills add https://github.com/calm-north/seojuice-skills --skill recover-content
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/calm-north/seojuice-skills --skill recover-content

简介

使用衰减分类框架诊断并扭转现有页面上的流量丢失。

  • 五个加权信号(流量下降、排名下降、点击率下降、内容新鲜度、竞争性替代)的综合衰减评分优先考虑哪些页面最需要采取行动
  • 决策树根据主题相关性、意图转变和内容陈旧程度指导是否刷新、合并、重定向或废弃每个衰退页面
  • 更新根据内容类型(博客文章、操作指南、数据综述)定制的手册,其中包含每种恢复方法的具体清单和时间估计
  • 优先级矩阵根据流量价值、衰退严重程度、竞争机会以及首先将恢复工作集中在影响最大的页面上的努力对页面进行排名

SKILL.md

Recover Content

Diagnose and reverse traffic loss on existing pages using the decay triage framework: refresh, consolidate, redirect, or retire.

Before You Start

Gather this context (ask if not provided):

  1. Which pages are losing traffic? Specific URLs or a general "the whole blog is declining."
  2. How much traffic was lost? Percentage drop or absolute numbers.
  3. Over what timeframe? Gradual decline over months vs sudden drop.
  4. Any recent changes? Site redesign, CMS migration, content edits, algorithm update timing.

If the user doesn't know which pages are declining, suggest checking Google Search Console → Performance → Pages, sorted by click change over the last 6 months.

Identifying Decay

Content decay happens when a page gradually loses search traffic over time. Common signals:

  • Clicks declining month-over-month for 3+ months
  • Position slipping from page 1 to page 2+
  • Impressions stable but CTR dropping (competitors have better titles/snippets)
  • Impressions declining (Google no longer considers the page relevant)

Composite Decay Score

Score each page across 5 weighted signals to prioritize action:

SignalWeightHow to Score (0-100)
Traffic decline30%0 = no decline, 50 = 20-40% drop, 100 = >60% drop
Position drops25%0 = stable, 50 = lost 3-5 positions, 100 = dropped off page 1
CTR decline15%0 = stable, 50 = 20% decline, 100 = >40% decline
Content freshness15%0 = updated this quarter, 50 = 6-12 months stale, 100 = >2 years stale
Competitive displacement15%0 = no new competitors, 50 = new entrants on page 1, 100 = displaced from top 3
Composite Decay Score = (Traffic x 0.30) + (Position x 0.25) + (CTR x 0.15)
                      + (Freshness x 0.15) + (Displacement x 0.15)
ScoreStageResponse
0-20HealthyContinue monitoring
21-40Early decayAdd to refresh queue (next month)
41-60Active decaySchedule refresh this week
61-80Significant decayImmediate refresh or rewrite decision
81-100Terminal decayRewrite, redirect, or retire

Alert Priority Matrix

When multiple signals fire together, escalate:

Signal CombinationPriorityResponse Time
Traffic decline + Position dropP1 CriticalRefresh within 48 hours
Traffic decline + CTR declineP1 CriticalRewrite title/meta immediately
Position drop + Competitor displacementP2 HighRefresh within 1 week
CTR decline onlyP3 MediumRewrite title and meta this week
Freshness indicators onlyP3 MediumSchedule refresh within 2 weeks

The Decay Triage Framework

For each decaying page, apply this decision tree:

Decision 1: Is the topic still relevant?

  • Yes → proceed to Decision 2
  • No (product discontinued, event passed, technology obsolete) → Retire. 301 redirect to the closest relevant page or parent category.

Decision 2: Is there another page on the site targeting the same topic?

  • YesConsolidate. Merge the best content from both pages into one. 301 redirect the weaker page.
  • No → proceed to Decision 3

Decision 3: Has the search intent shifted?

Check what currently ranks for the target keyword. Has the SERP changed from:

  • Listicles → long-form guides?
  • Blog posts → product pages?
  • Text → video?
  • General → specific?
  • Yes, intent shiftedRewrite. Rebuild the page to match current intent. Keep the URL.
  • No → proceed to Decision 4

Decision 4: Is the content simply outdated?

Check for: stale statistics, outdated screenshots, deprecated tools/methods, old dates in the title, broken external links.

  • Yes, outdatedRefresh. Update facts, screenshots, examples, and dates. Add new sections covering recent developments.
  • NoInvestigate deeper. The issue may be technical (lost backlinks, slower page speed, mobile issues) or competitive (stronger pages now outrank).

Refresh Playbooks by Content Type

Different content types require different refresh approaches. Use the matching playbook:

Blog Post / Article (3-4 hours)

  1. Update title with current year or fresh hook (10 min)
  2. Rewrite introduction with a new angle (20 min)
  3. Update all statistics with current sources (30-60 min)
  4. Add 1-2 new sections covering gaps competitors address (60-90 min)
  5. Update screenshots and images (30 min)
  6. Add or refresh FAQ section with current PAA questions (20 min)
  7. Refresh internal links to recent related content (15 min)
  8. Update meta description (5 min)
  9. Add or update schema markup — dateModified at minimum (10 min)
  10. Republish with updated date and re-submit to Search Console (5 min)

Statistics / Data Roundup (4-5 hours)

  1. Verify every statistic — remove any without a current source
  2. Replace outdated stats with current data (within 2 years)
  3. Add new statistics from recent studies
  4. Update all source links — replace broken citations
  5. Update year references in title and body
  6. Add a data visualization if none exists
  7. Update meta description and title

How-To Guide (3-3.5 hours)

  1. Verify all steps still work as written
  2. Update screenshots for any changed interfaces
  3. Add new alternative methods if any have emerged
  4. Update tool recommendations (remove deprecated, add current)
  5. Add a troubleshooting section for common failure points
  6. Update FAQ with recent questions
  7. Test all external links

Refresh Checklist (General)

For any content type, always complete:

  • Update all statistics and data points to current year
  • Replace outdated examples and screenshots
  • Add new sections covering developments since last update
  • Remove or update broken external links
  • Improve the title and meta description (check competitor titles for CTR ideas)
  • Add internal links from recent, related content
  • Expand thin sections that competitors cover better
  • Add original insights, data, or expert quotes (E-E-A-T signals)
  • Update the published/modified date
  • Re-submit to Google Search Console for re-indexing

Consolidation Checklist

When merging two pages:

  • Identify the stronger URL (more backlinks, better position, older)
  • Move the best content from the weaker page into the stronger one
  • Set up a 301 redirect from the weaker URL to the stronger one
  • Update all internal links that pointed to the weaker URL
  • Check for backlinks to the weaker URL — the redirect will pass authority

Prioritization

Score each page for refresh priority:

FactorWeight
Current traffic value25%
Decay severity (composite score)20%
Competitive opportunity20%
Refresh difficulty (inverse — easier = higher)15%
Strategic importance (conversions, brand)10%
Backlink equity at risk10%

Then rank pages:

PageDecay ScoreTraffic LostPriority ScoreActionEffort
...72 (significant)1,200/mo85Refresh3-4 hrs
...45 (active)300/mo60Consolidate2 hrs

Focus on pages that (a) had the most traffic, (b) drive conversions, and (c) are easiest to fix. A quick refresh on a high-traffic page beats a full rewrite on a low-traffic one.

Content Retirement Options

When a page can't be saved, choose the right exit:

OptionWhen to Use
301 redirectContent has backlinks or residual traffic — send equity to closest relevant page
ConsolidateMultiple weak pages on same topic — merge best content into one URL
NoindexInternal utility page that shouldn't rank but serves users
Delete (410)No value, no links, no traffic — clean removal

Output Format

Content Recovery Plan: [domain]

Decay Summary

  • Pages analyzed: [count]
  • Pages needing action: [count]
  • Estimated traffic recoverable: [sum of lost traffic]

Triage Results

PageTraffic LostDiagnosisActionEffort
......intent shift / outdated / cannibalization / irrelevantrefresh / consolidate / redirect / retirelow / medium / high

Priority Actions

For each high-priority page:

  • What specifically needs to change
  • Which sections to update, expand, or remove
  • Estimated impact if recovered

Pro Tip: Use the free Keyword Density Analyzer to check whether a declining page is still optimized for its target keyword. SEOJuice MCP users can run /seojuice:content-strategy to see active content decay alerts with severity ratings — the list_content_decay tool pulls pages losing traffic automatically.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.28%
按下载量换算4,712

Claude

30.83%
按下载量换算4,005

Cursor

16.31%
按下载量换算2,119

Gemini CLI

9.67%
按下载量换算1,256

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/calm-north/seojuice-skills --skill recover-content 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills