Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

seo-rankerSEO ranker 搜索

Agent Skill

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

总安装

22,287

周安装

938

GitHub Stars

公开资料未说明

下载量

7,804
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install seo-ranker

简介

通过分析实时 SERP、竞争对手内容、反向链接数据并生成可操作的重写指南,执行端到端 SEO 审核和页面优化。

SKILL.md

name
seo-ranker
description
Meta-skill for end-to-end SEO auditing and on-page optimization by orchestrating brave-search, summarize, api-gateway, and markdown-converter. Use when users want to understand why a page is not ranking for a target keyword and need concrete rewrite actions plus backlink intelligence.
homepage
https://clawhub.ai
user-invocable
true
disable-model-invocation
false
metadata
{"openclaw":{"emoji":"📈","requires":{"bins":["node","npx","summarize","uvx"],"env":["BRAVE_API_KEY","MATON_API_KEY","OPENAI_API_KEY","ANTHROPIC_API_KEY","XAI_API_KEY","GEMINI_API_KEY"],"config":[]},"note":"Requires local installation of brave-search, summarize, api-gateway, and markdown-converter. At least one summarize model API key must be present."}}

Purpose

Run a complete SEO ranking diagnosis and optimization pipeline:

  1. inspect live SERP competition,
  2. compare competitor content structure with user content,
  3. enrich with difficulty/backlink data when API access exists,
  4. produce concrete rewrite guidance and an optimized Markdown draft.

This is an orchestration skill. It does not replace upstream tools.

Required Installed Skills

  • brave-search (inspected latest: 1.0.1)
  • summarize (inspected latest: 1.0.0)
  • api-gateway (inspected latest: 1.0.29)
  • markdown-converter (inspected latest: 1.0.0)

Install/update:

npx -y clawhub@latest install brave-search
npx -y clawhub@latest install summarize
npx -y clawhub@latest install api-gateway
npx -y clawhub@latest install markdown-converter
npx -y clawhub@latest update --all

Verify:

npx -y clawhub@latest list

Required Credentials

  • BRAVE_API_KEY (for brave-search)
  • MATON_API_KEY (for api-gateway)
  • One summarize model key:

- OPENAI_API_KEY, or - ANTHROPIC_API_KEY, or - XAI_API_KEY, or - GEMINI_API_KEY

Optional:

  • FIRECRAWL_API_KEY (for difficult page extraction via summarize)
  • APIFY_API_TOKEN (for YouTube fallback in summarize)

Preflight:

echo "$BRAVE_API_KEY" | wc -c
echo "$MATON_API_KEY" | wc -c
echo "$OPENAI_API_KEY$ANTHROPIC_API_KEY$XAI_API_KEY$GEMINI_API_KEY" | wc -c

Mandatory behavior:

  • Never fail silently on missing keys.
  • Always return a MissingAPIKeys section with missing variables and blocked stages.
  • Continue with non-blocked stages and clearly mark output as Partial when necessary.

Inputs the LM Must Collect First

  • target_url
  • target_keyword (example: AI tools)
  • region_locale (country/language for SERP interpretation)
  • content_source (URL fetch, pasted text, or file path)
  • content_type (blog, category page, product page, landing page)
  • business_goal (traffic, leads, sales)
  • rewrite_scope (light, moderate, full)
  • data_provider_preference (semrush, ahrefs, gsc-only, none)

Do not run rewrite before keyword intent and content goal are explicit.

Tool Responsibilities

brave-search

Use for live SERP reconnaissance:

  • fetch top results for the target keyword,
  • identify top competitors and search intent patterns,
  • collect candidate URLs for deeper analysis.

Operational constraints from inspected skill:

  • requires BRAVE_API_KEY
  • supports content extraction with --content

summarize

Use for structured competitor content analysis:

  • summarize each top URL,
  • extract heading structure (H1-H4), topic coverage, entity frequency,
  • estimate content depth and rhetorical style differences.

Operational constraints from inspected skill:

  • requires one supported model API key
  • can use --extract-only, --json, and length controls

api-gateway

Use for external SEO data APIs only when active connections exist:

  • keyword difficulty,
  • backlink domains,
  • competitor link intersections,
  • search performance enrichments.

Operational constraints from inspected skill:

  • requires MATON_API_KEY
  • also requires active OAuth/connection per app (ctrl.maton.ai connection lifecycle)
  • API key alone does not grant third-party data access

Important capability note:

  • In the inspected api-gateway service list, semrush and ahrefs are not listed as native app names.
  • Use direct Semrush/Ahrefs integration only if user already has a working gateway connection path for those providers.
  • Otherwise fall back to available SEO apps (for example google-search-console) and manual competitor-link extraction.

markdown-converter

Use to normalize the user's own content into editable Markdown:

  • convert input documents/files to Markdown (uvx markitdown ...),
  • preserve headings/lists/tables for deterministic rewriting.

Canonical Causal Signal Chain

  1. Input Stage
  • user provides URL + target keyword (+ content source if needed).
  1. SERP Audit Stage (brave-search)
  • pull live SERP and identify top 3 competitors.
  • detect intent class (informational/commercial/transactional).
  1. Competitor Content Stage (summarize)
  • analyze top competitor URLs for:

- heading hierarchy, - topical breadth and entities, - use of statistics/evidence, - sentence complexity and content length.

  1. Data Gate Stage (api-gateway)
  • check whether provider data can be retrieved.
  • if keyword difficulty/backlink data is unavailable, ask user for credentials/connection and continue with fallback path.

Required user-facing gate message format:

  • DataGateStatus: available / blocked
  • Reason: missing key, missing connection, or provider unsupported
  • Action: exact next step and link(s)

As of February 14, 2026:

  • Semrush advertises mainly 7-day toolkit trials on official pages.
  • Semrush 14-day trial language is mainly associated with some add-ons or partner offers.

When user requests a 14-day Semrush trial:

  • Ask for their preferred affiliate/referral URL first.
  • If none is provided, share official Semrush trial entry page: https://www.semrush.com/sem/.
  • Optionally share Ahrefs free path for verified sites: https://ahrefs.com/webmaster-tools.
  1. Optimization Stage (LLM rewrite)
  • rewrite user content for intent-match and topical completeness,
  • add natural related terms (LSI-style concept coverage),
  • improve title tag and meta description,
  • tighten heading structure and internal linking opportunities.
  1. Output Stage
  • deliver optimized Markdown,
  • deliver prioritized action list,
  • deliver at least 5 backlink source opportunities (with confidence labels).

Rewrite Policy

  • Preserve factual integrity (do not invent statistics or case studies).
  • Prefer semantic coverage over keyword stuffing.
  • Keep keyword usage natural and intent-aligned.
  • Add scannable structure (clear H2/H3, concise paragraphs, actionable bullets).

Output Contract

Always return:

  • SERPFindings

- top competitors - observed intent pattern - structural/content gaps versus user page

  • DataGateStatus

- provider requested - key/connection status - fallback mode selected

  • OptimizedMarkdown

- full rewritten document - revised title and meta description

  • BacklinkOpportunities

- 5 sources/domains used by competitors or high-fit alternatives - rationale per source - confidence (high|medium|low)

  • NextActions

- concrete implementation checklist (ordered)

Quality Gates

Before final output, validate:

  • top competitor set is from live SERP, not memory
  • rewrite aligns with detected intent
  • no fabricated citations or fabricated backlink claims
  • keyword placement is natural (no spam repetition)
  • missing data dependencies are explicitly disclosed

If any gate fails, return Needs Revision with exact missing evidence.

Failure Handling

  • Missing BRAVE_API_KEY: return MissingAPIKeys, skip SERP stage, and request user-provided competitor URLs.
  • Missing summarize model key: return MissingAPIKeys, skip summarize stage, and provide structure-only audit from available snippets.
  • Missing MATON_API_KEY: return MissingAPIKeys, skip API-gateway enrichment, continue with on-page-only optimization.
  • Missing app connection in api-gateway (400): keep pipeline running in fallback mode and return exact connection setup steps.
  • Unsupported provider path (for example no Semrush/Ahrefs app connection): disclose limitation and fall back to GSC/manual mode.

Guardrails

  • Never claim guaranteed rankings.
  • Never represent fallback estimates as provider-verified metrics.
  • Never hide dependency failures.
  • Keep recommendations specific, measurable, and tied to observed SERP gaps.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

92.93%
按下载量换算7,252

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills