Agent Skillsevery-app/open-seo › link-prospecting

link-prospecting

GitHub

基于OpenSEO工具挖掘潜在外链来源,分析竞争对手背链与SERP数据,定位高价值目标站点及联系人信息,并生成外联草案。

plugins/openseo/skills/link-prospecting/SKILL.md every-app/open-seo

Trigger Scenarios

需要寻找潜在外链机会 分析竞争对手背链结构 生成SEO外联邮件草稿

Install

npx skills add every-app/open-seo --skill link-prospecting -g -y
More Options

Non-standard path

npx skills add https://github.com/every-app/open-seo/tree/main/plugins/openseo/skills/link-prospecting -g -y

Use without installing

npx skills use every-app/open-seo@link-prospecting

指定 Agent (Claude Code)

npx skills add every-app/open-seo --skill link-prospecting -a claude-code -g -y

安装 repo 全部 skill

npx skills add every-app/open-seo --all -g -y

预览 repo 内 skill

npx skills add every-app/open-seo --list

SKILL.md

Frontmatter
{
    "name": "link-prospecting",
    "description": "Find link prospects, discover contact paths, and draft outreach from SERPs and backlink signals."
}

OpenSEO Link Prospecting

Goal

Find realistic pages, sites, and authors that might reference the user's page, product, study, guide, or tool. Use OpenSEO for prospect discovery, then use available web/search/browser tools for contact discovery.

Required inputs

  • projectId
  • User domain or target URL
  • Linkable asset, page, product, study, tool, or topic
  • Optional competitors
  • Optional market/location/language

Project context

The project-context tools are free and shared with the app and other agents.

  1. Call get_project_context first and ground the outreach in it — positioning supplies the claim that makes a link worth giving, and the saved competitors are the backlink profiles to mine.
  2. This skill needs positioning and competitors. If either is empty, run a minimal inline setup: ask the user why someone would cite them and who they compete with, or infer from the site and find_serp_competitors and confirm, write it back with update_project_context, then continue the prospecting. Never front-load the full interview; suggest seo-project-setup at the end for the rest.
  3. Before spending credits, check the research log. If the same research ran within the last 30 days, reuse that result and say so instead of re-buying it.
  4. On finish, write back what is durable — the linkable asset via addKeyPages, any competitor whose backlink profile proved useful via addCompetitors — and append a research log entry: { appendResearchLog: { summary: "Link prospecting: <asset/target page>. Verdict: <conclusion>" } }.

OpenSEO MCP tools

  • get_serp_results: find ranking articles, listicles, resource pages, comparisons, and topical publishers.
  • get_backlinks_overview: inspect competitor domain or page backlink/referring-domain patterns.
  • get_domain_overview: qualify important prospect domains.
  • get_ranked_keywords: understand what a prospect or competitor ranks for when topical fit matters.
  • search_local_businesses and get_local_serp_results: use for local SEO link prospecting when nearby businesses, local competitors, or Maps/category signals can reveal partnership targets.
  • research_keywords: expand prospecting queries.

Contact discovery tools

After OpenSEO identifies good prospects, use available non-OpenSEO browsing or search tools for public contact discovery. Depending on the client, this may be web search, page fetches, browser automation, or a search API.

Look for:

  • Author byline pages
  • Contact pages
  • Editorial guidelines
  • About/team pages
  • LinkedIn, X, Bluesky, or other professional profiles
  • Newsletter or publication masthead pages
  • Public email addresses in page HTML or visible page text
  • Structured data such as Person, Organization, sameAs, or email

Only record contact details that were actually found. Include the source URL for any email, profile, or contact form.

Prospecting query patterns

Build queries from the asset/topic:

  • <topic> resources
  • best <category> tools
  • <competitor> alternatives
  • <topic> statistics
  • <topic> guide
  • <topic> examples
  • <topic> templates
  • <topic> software
  • <topic> for <audience>

Use get_serp_results in batches for the most relevant patterns. Send at most 10 queries per call.

Workflow

  1. Clarify the linkable asset and the reason someone would reference it.
  2. Build 5-10 prospecting queries by default.
  3. Call get_serp_results for those queries.
  4. If competitors are provided, call get_backlinks_overview for the strongest competitor domains or pages first. Continue without backlink evidence if it is unavailable.
  5. For local SEO, use search_local_businesses and get_local_serp_results around priority locations to identify nearby competitors, categories, and local SERP evidence before searching for local chambers, associations, campus resources, community pages, and directories.
  6. Filter prospects:
    • Keep topical relevance and editorial pages.
    • Prioritize articles, directories, resource pages, comparisons, statistics pages, templates, and curated lists.
    • Deprioritize homepages, login pages, thin affiliate pages, spam, unrelated forums, and direct competitors unless a comparison angle is valid.
  7. For each good prospect, define the outreach angle:
    • Broken/missing resource
    • Better current data
    • Useful tool/template
    • Alternative or comparison inclusion
    • Expert quote or supporting reference
  8. For the strongest prospects, visit or search the prospect site to find the best contact path.
  9. Draft outreach messages. If contact details were found, include the source. If not, list the next best contact-discovery path.

Output format

Start with:

  • Best outreach angle
  • Highest-priority prospect type
  • Any data limitations

Then include:

Prospect URL Site/domain Source Relevance Suggested angle Contact path Priority

Then provide 2-3 reusable outreach drafts:

  • Resource/list inclusion
  • Article update/reference suggestion
  • Competitor alternative/comparison angle

Guardrails

  • Do not invent email addresses, social handles, or contact names.
  • Do not say OpenSEO found contact details unless an OpenSEO tool returned them. Attribute contact discovery to the web/search/browser source used.
  • If contact details are not available after a reasonable search, recommend specific discovery steps such as checking the author page, contact page, LinkedIn, X, or a reputable contact-enrichment tool.
  • Avoid spammy mass outreach. Personalize by page and reason.
  • Flag prospects that are direct competitors or likely paid placements.

Version History

  • cd6a782 Current 2026-08-20 07:33

Same Skill Collection

.agents/skills/competitive-landscape/SKILL.md
.agents/skills/competitor-analysis/SKILL.md
.agents/skills/keyword-clustering/SKILL.md
.agents/skills/keyword-research/SKILL.md
.agents/skills/link-prospecting/SKILL.md
.agents/skills/local-seo/SKILL.md
.agents/skills/maintain-greptile-rules/SKILL.md
.agents/skills/merge-ready/SKILL.md
.agents/skills/openseo-release-notes/SKILL.md
.agents/skills/openseo-review-web-content/SKILL.md
.agents/skills/seo-audit/SKILL.md
.agents/skills/seo-coach/SKILL.md
.agents/skills/seo-project-setup/SKILL.md
.agents/skills/simple-issue-description/SKILL.md
.agents/skills/verify-local-mcp/SKILL.md
.agents/skills/webapp-testing/SKILL.md
plugins/openseo/skills/competitive-landscape/SKILL.md
plugins/openseo/skills/competitor-analysis/SKILL.md
plugins/openseo/skills/keyword-clustering/SKILL.md
plugins/openseo/skills/keyword-research/SKILL.md
plugins/openseo/skills/local-seo/SKILL.md
plugins/openseo/skills/seo-audit/SKILL.md
plugins/openseo/skills/seo-coach/SKILL.md
plugins/openseo/skills/seo-project-setup/SKILL.md
.agents/skills/create-repo-skill/SKILL.md
.agents/skills/deslop/SKILL.md
.agents/skills/papercuts/SKILL.md

Metadata

Files
0
Version
cd6a782
Hash
b366f7f3
Indexed
2026-08-20 07:33

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-27 20:03
浙ICP备14020137号-1 $Carte des visiteurs$