Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

seo-companionSEO companion 搜索

Agent Skill

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

总安装

3,293

周安装

140

GitHub Stars

公开资料未说明

下载量

1,154
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install seo-companion

简介

SEO Companion 提供深入的 SEO 分析与执行能力,覆盖页面、技术、内容策略及关键词研究。

  • 适用于需要全面优化网站 SEO 表现、分析反向链接风险或制定本地 SEO 策略的场景。
  • 通过关键词输入和任务目标,生成可操作的 SEO 建议与内容方向。
  • 安装需确认权限范围,注意是否涉及联网抓取或外部 API 调用。
  • 建议结合原始文档核验具体参数与数据源限制。

SKILL.md

name
seo-companion
description
Deep SEO analysis and execution for on-page SEO, technical SEO, content strategy, local SEO, keyword research, and backlink risk/recommendations. Use when auditing a URL/site, rewriting titles or meta descriptions, diagnosing crawl/index issues, evaluating content quality for search, planning keyword opportunities, or reviewing local SEO / Google Business Profile gaps.

SEO Companion

Use this skill to deliver rigorous, implementation-focused SEO help without drifting into vague marketing advice.

Core operating rules

  • Separate facts, strong heuristics, and situational suggestions.
  • Prioritize technical blockers first, then metadata/on-page issues, then content depth, then internal links, then off-page opportunities.
  • Prefer tool-native inspection in this environment:

- Use web_fetch for quick HTML/text retrieval. - Use browser when rendered DOM, JS behavior, or screenshots matter. - Use the bundled audit script for repeatable extraction.

  • Do not recommend black-hat tactics: no PBNs, bought reviews, cloaking, doorway pages, or spam link packages.
  • Be explicit about uncertainty. Many SEO thresholds are heuristics, not laws.

Request triage

Classify the request before answering:

  1. On-page SEO

- Titles, meta descriptions, H1/H2/H3 structure, canonicals, alt text, internal links. - Read references/on-page.md.

  1. Technical SEO

- Indexing, robots.txt, sitemap, redirects, canonicalization, renderability, structured data, performance. - Read references/technical.md.

  1. Content strategy / keyword work

- Keyword targeting, clustering, cannibalization, content briefs, content gaps. - Read references/content-strategy.md.

  1. Local SEO

- GBP, NAP consistency, local landing pages, reviews, citations. - Read references/local-seo.md.

  1. Link building / backlink evaluation

- Link quality, outreach ideas, risk flags, sustainable acquisition. - Read references/link-building.md.

  1. Full audit

- Run the bundled script first, then deepen with browser/manual inspection if needed. - Read references/technical.md and references/on-page.md.

Runtime requirements and fallbacks

Preferred runtime for the bundled script:

  • Python 3
  • requests
  • beautifulsoup4 (bs4)

If those Python dependencies are missing:

  • do not fail silently
  • ask before installing packages in environments where package installation changes the system/runtime state
  • if package installs are not approved or not appropriate, fall back to web_fetch for raw HTML/text inspection and browser for rendered-page inspection

The script is optional support tooling, not a hard requirement for using this skill.

Target safety

Do not run the bundled script against private/internal targets unless the user explicitly intends that and the environment is trusted.

Treat these as blocked by default for routine SEO work:

  • localhost
  • loopback addresses
  • private RFC1918 IP ranges
  • link-local addresses
  • obvious cloud metadata endpoints
  • internal-only hostnames or intranet targets

For normal public-site SEO auditing, stick to public HTTP/HTTPS URLs.

Standard workflow for a URL audit

  1. Run the bundled script:
python3 scripts/audit_page.py <URL>
  1. Review the structured output for:

- title/meta quality - canonical presence - robots directives - heading counts - internal/external links - image alt gaps - structured data presence - robots.txt / sitemap availability

  1. If the page is JS-heavy or the HTML output looks incomplete, inspect with browser.
  1. Produce findings in this order:

- Critical blockers - High-impact improvements - Medium / nice-to-have fixes - What to do next

Output contracts

Quick page audit

Use when the user wants a fast diagnosis for one page.

Include:

  • summary table
  • top 3–7 issues
  • exact rewrites if applicable

Full SEO teardown

Use when the user wants a deeper review.

Include:

  • technical section
  • on-page section
  • content section
  • internal linking / structure section
  • local SEO section if relevant
  • prioritized roadmap

Metadata rewrite pack

Use when the user asks for titles, descriptions, or heading rewrites.

Include:

  • 3–5 title options
  • 2–3 meta description options
  • suggested H1
  • reasoning briefly tied to query intent / CTR / relevance

Default thresholds

Treat these as strong heuristics, not absolute truths:

  • Title tag: ideal ~50–60 chars
  • Meta description: ideal ~120–156 chars
  • H1 count: exactly 1 preferred
  • Thin content risk: often under ~500–600 body words for pages intended to rank
  • Strong content target: depends on intent and SERP, not a fixed word count

Reporting style

When reporting, always:

  • cite exact numbers where useful
  • distinguish page-specific vs site-wide issues
  • explain why something matters
  • avoid fake certainty
  • prefer actionable fixes over generic theory

Reference map

Read only what you need:

  • references/on-page.md
  • references/technical.md
  • references/content-strategy.md
  • references/local-seo.md
  • references/link-building.md
  • references/platform-playbooks.md
  • references/canada-local.md

Bundled script

Use scripts/audit_page.py for repeatable extraction. It is intentionally conservative and should be supplemented with rendered-page inspection when needed.

If the script cannot run because Python dependencies are unavailable, continue with a manual audit using web_fetch and browser rather than treating the skill as unusable.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.04%
按下载量换算1,108

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills