Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

seo-backlinksSEO backlinks 搜索

Agent Skill

seo-backlinks 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

267

周安装

11

GitHub Stars

28

下载量

87
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mangollc/claude-seo-skill --skill seo-backlinks

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景进行信息检索的场景,如 SEO 外链查询。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和是否触发联网操作。
  • 建议结合原始 README 核验具体用法,注意检查维护状态和潜在的文件读写行为。
  • 安装前应评估是否需要执行外部命令或访问敏感数据,避免误改生产环境。

SKILL.md

Backlinks & Reporting

Load client context first. See seo-keywords rules/client-setup.md.

File Organization

backlinks/
├── competitor-profiles/
│   └── {competitor-slug}.json     # Per-competitor backlink data
├── opportunities.json             # Scored link opportunities
├── outreach-plan-{date}.json      # 90-day outreach plan
├── toxic-links.json               # Toxic backlink report
├── unlinked-mentions.json         # Brand mentions without links
└── disavow.txt                    # Google disavow file format

reports/
├── monthly-{year}-{month}.md      # Monthly SEO reports
└── quarterly-{year}-q{n}.md       # Quarterly summaries

Competitor Backlink Profiling

For each competitor in client config, discover their link sources:

# Find pages linking to competitor
firecrawl search "link:{competitor-domain}" --limit 50 -o .seo/clients/{slug}/backlinks/.firecrawl/links-{comp}.json --json &

# Find brand mentions (potential link sources)
firecrawl search "\"{competitor-name}\" -{competitor-domain}" --limit 30 -o .seo/clients/{slug}/backlinks/.firecrawl/mentions-{comp}.json --json &

# Find guest posts by competitor
firecrawl search "\"{competitor-name}\" guest post OR contributed by OR written by" --limit 20 -o .seo/clients/{slug}/backlinks/.firecrawl/guest-{comp}.json --json &

wait

For each discovered link source, analyze:

  • Source domain and page
  • Link context: editorial mention, directory listing, guest post, resource page, forum, comment
  • Anchor text used
  • Follow vs nofollow
  • Topical relevance to client's industry
  • Domain signals: established site vs thin/spammy

Output Format

{
  "competitor": "Competitor Name",
  "domain": "competitor.com",
  "link_sources": [
    {
      "source_url": "https://referring-site.com/article",
      "source_domain": "referring-site.com",
      "link_type": "editorial|guest-post|directory|resource-page|forum|comment|partnership",
      "anchor_text": "anchor text used",
      "follow": true,
      "relevance": "high|medium|low",
      "replicable": true,
      "notes": "Blog post about industry topic, could pitch similar content"
    }
  ],
  "summary": {
    "total_sources_found": 45,
    "editorial_links": 20,
    "guest_posts": 8,
    "directories": 10,
    "resource_pages": 5,
    "other": 2
  }
}

Link Opportunity Scoring

Score each prospect on a 0-100 scale across 4 dimensions:

DimensionWeightCriteria
Relevance25 ptsIndustry match, topical alignment, audience overlap
Authority25 ptsDomain reputation, traffic indicators, content quality
Achievability25 ptsAccepts guest posts? Has resource pages? Responded to outreach before? Open contact info?
Traffic Potential25 ptsReferral traffic value, audience size, social engagement

Priority tiers:

  • Tier 1 (75-100): Pursue immediately — high relevance + achievable
  • Tier 2 (50-74): Include in outreach plan — good potential
  • Tier 3 (25-49): Secondary targets — nice to have
  • Tier 4 (0-24): Skip — low value or unachievable

90-Day Outreach Plan

Phase 1: Low-Hanging Fruit (Days 1-30)

Targets:

  • Directories and listings the client is missing but competitors have
  • Unlinked brand mentions (found via mention search — just need to ask for a link)
  • Broken link opportunities: find 404 links on resource pages, offer client content as replacement
  • Industry associations and chamber of commerce listings
  • Existing relationships (partners, vendors, clients who could link)

Actions:

  • Submit to 10-15 relevant directories
  • Send personalized outreach to 10 unlinked mention sites
  • Find 5-10 broken link opportunities
  • Claim all relevant association listings

Phase 2: Content-Based Link Building (Days 31-60)

Targets:

  • Guest post opportunities on industry blogs
  • Resource page inclusion (sites with "resources" or "useful links" pages)
  • HARO / journalist queries (Help a Reporter Out)
  • Podcast guest appearances
  • Expert roundup participation

Actions:

  • Pitch 15-20 guest post targets (send personalized pitch with topic ideas)
  • Submit client content to 10 resource pages
  • Sign up for HARO and respond to 2-3 relevant queries per week
  • Identify 5 industry podcasts accepting guests

Phase 3: Digital PR & Partnerships (Days 61-90)

Targets:

  • Data-driven content / original research that earns links naturally
  • Infographics and visual assets for link bait
  • Strategic partnerships with complementary businesses
  • Local sponsorships and community involvement
  • Industry award submissions

Actions:

  • Create 1-2 pieces of link-worthy content (data study, tool, comprehensive guide)
  • Develop 2-3 partnership link exchanges with complementary businesses
  • Submit to 5 industry award programs
  • Sponsor or participate in 2 local/industry events

Outreach Email Templates

Guest Post Pitch:

Subject: Content idea for {site_name}: {topic}

Hi {editor_name},

I noticed {site_name} covers {topic area} and thought your readers might enjoy an article on {specific topic idea}.

I'm {author_name}, {brief credential}. I'd cover:
- {Point 1}
- {Point 2}
- {Point 3}

I'll make sure the piece is original, well-researched, and a great fit for your audience. Would this be of interest?

{name}
{title}, {company}

Unlinked Mention:

Subject: Thanks for mentioning {brand}!

Hi {name},

I noticed you mentioned {brand} in your article "{article title}" — thank you!

Would you mind adding a quick link to {url} where you reference us? It helps our readers find us and would be a nice complement to your article.

Thanks!
{name}

Broken Link:

Subject: Broken link on {page title}

Hi {name},

I was reading your helpful resource page "{page title}" and noticed the link to {broken resource} appears to be broken (returns a 404).

We have a similar resource at {client url} that covers the same topic. Would you consider updating the link?

{name}

Toxic Backlink Identification

Search for links that could harm the client:

firecrawl search "link:{client-domain}" --limit 100 -o .seo/clients/{slug}/backlinks/.firecrawl/all-links.json --json

Toxic link patterns to flag:

  • PBN characteristics: thin content, generic design, excessive outbound links, exact-match anchor domains
  • Spammy directories: low-quality directories with no editorial standards
  • Irrelevant foreign-language sites linking with keyword anchor text
  • Comment spam: links from blog comments or forums
  • Link farms: sites that exist solely to sell/exchange links
  • Excessive exact-match anchors: unnatural anchor text profile

Disavow File Format

# Toxic backlinks identified on {date}
# Client: {client_name}
# Domain: {client_domain}

# Individual URLs
https://spammy-site.com/page-with-link
https://another-spam.com/article

# Entire domains
domain:spam-domain.com
domain:link-farm.net

Unlinked Mention Discovery

Find brand mentions without links:

# Search for brand mentions excluding own site
firecrawl search "\"{brand_name}\" -{client-domain}" --limit 50 -o .seo/clients/{slug}/backlinks/.firecrawl/brand-mentions.json --json

# Also search for common misspellings or variations
firecrawl search "\"{brand_variation}\" -{client-domain}" --limit 20 -o .seo/clients/{slug}/backlinks/.firecrawl/brand-variations.json --json

For each mention, scrape the page to verify:

  1. The mention exists and is relevant
  2. No link to client domain already exists
  3. The context is positive or neutral (not a complaint)
  4. The site is worth pursuing (not spammy)

Monthly Reporting Framework

Generate a reusable monthly report covering all SEO activities and results.

Report Template Structure

# Monthly SEO Report — {Month} {Year}
## {Client Name} | {Domain}

Prepared by {Agency Name} | {Date}

---

## Executive Summary
{2-3 sentences: key wins, changes in performance, top priority for next month}

## Technical Health
- Overall Score: {score}/100 (vs {previous_score}/100 last month)
- Issues Fixed: {count}
- New Issues Found: {count}
- Top remaining issue: {description}

## Keyword Performance
- Total keywords tracked: {count}
- Keywords in top 10: {count} ({change} vs last month)
- Keywords in top 3: {count} ({change} vs last month)
- New keyword opportunities identified: {count}
- Top keyword wins: {list top 3 improvements}

## Content
- New pages published: {count}
- Pages optimized/refreshed: {count}
- Average on-page score: {score}/100
- Content gaps remaining: {count}

## Local SEO (if applicable)
- GBP posts published: {count}
- GBP views: {metric if available}
- New reviews: {count} (avg rating: {stars})
- Citations updated: {count}

## Backlinks
- New links acquired: {count}
- Links lost: {count}
- Outreach emails sent: {count}
- Response rate: {percent}
- Top new links: {list top 3}

## AI Search Visibility (AEO)
- AI Overview appearances: {observed/not observed}
- Brand mentions in AI results: {count}
- Schema markup coverage: {percent of pages}

## Priorities for Next Month
1. {Priority 1}
2. {Priority 2}
3. {Priority 3}

---

## Appendix: Detailed Data
{Link to JSON data files in .seo/ directory}

Report Generation Steps

  1. Load all data from .seo/clients/{slug}/ subdirectories
  2. Compare against previous month's data (if available)
  3. Calculate trends and changes
  4. Highlight wins and regressions
  5. Generate action items for next month
  6. Save to .seo/clients/{slug}/reports/monthly-{year}-{month}.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.02%
按下载量换算33

Claude

29.25%
按下载量换算25

Cursor

19.37%
按下载量换算17

Gemini CLI

9.78%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills