← 返回 Skills 市场
2winter-dev

Fennec SEO Auditor Skills

作者 2winter-dev · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
536
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fennecseo-audit
功能描述
Uses Fennec SEO Auditor results to audit a URL. Invoke when user wants a quick on‑page/technical SEO health check or to verify favicon/meta/schema and GEO re...
使用说明 (SKILL.md)

Fennec SEO Audit Skill (with Fennec SEO Auditor Extension)

This Skill is designed to work together with the Chrome extension Fennec SEO Auditor to run a quick SEO health check on any given page.

Typical use cases:

  • Get a fast overview of a page’s SEO basics (title, meta, headings, canonicals, etc.)
  • Verify favicon, Open Graph and structured data exposure
  • Spot common technical issues (HTTP status code, redirects, indexability, robots rules)
  • Judge whether a page is “GEO‑ready” as a candidate source for RAG / LLM answers

Chrome extension link:
https://chromewebstore.google.com/detail/fennec-seo-auditor/fifppiokpmlgceojhfdjbjjapbephcdo


When to invoke this Skill

Use fennec-seo-audit-en when:

  • The user provides a URL and asks for a quick SEO audit / health check
  • The user wants to confirm favicon / meta / Open Graph / structured data are implemented correctly
  • A new article / landing page has just been published and needs a basic SEO / GEO review
  • The user wants to use a real page as a GEO example, to see how well it exposes:
    • indexability signals
    • semantic structure
    • brand / entity signals

Avoid using this Skill as:

  • A full‑site crawler or large‑scale technical audit (it’s better suited for spot checks)
  • A replacement for log analysis or server‑level diagnostics

Human steps (what the user does with the browser)

  1. Install and enable the Fennec SEO Auditor Chrome extension
    Link: https://chromewebstore.google.com/detail/fennec-seo-auditor/fifppiokpmlgceojhfdjbjjapbephcdo

  2. Open the target page you want to audit
    (e.g. a blog post, product detail page, homepage, documentation page)

  3. Click the Fennec SEO Auditor icon in the browser toolbar:

    • Run the standard audit (On‑page / HTML / Links / Images, etc.)
    • Wait for the extension to finish and show the report
  4. Share the key parts of the report with the assistant:

    • Either copy key findings as text
    • Or summarize / extract the main issues
    • Screenshots are fine too if the platform supports them

The assistant will then interpret the audit and turn it into a clear action plan.


Assistant responsibilities when this Skill is invoked

When fennec-seo-audit-en is triggered, the assistant should:

  1. Make sure the user has run Fennec SEO Auditor on the target URL (and guide them if not).

  2. Parse and structure the audit output, covering at least:

    • Page basics: URL, title, meta description, H1/H2, main intent
    • Technical layer: HTTP status, canonical, index directives, robots and sitemap hints
    • Content & readability: length, keyword coverage, duplication, thin or low‑value sections
    • Media & links: image ALT attributes, internal link structure, external links / broken links
    • Brand & GEO signals: favicon, brand / organization info, logo exposure, Schema.org markup
  3. Highlight high‑priority issues that are likely to affect:

    • indexability and crawling
    • CTR and snippet quality
    • perceived trust / authority
  4. Provide concrete, implementable recommendations for each important issue, not just a restatement of the report.

  5. Add a GEO / RAG perspective, for example:

    • Is the page easy for a retrieval system to index and match semantically?
    • Are there clear entity signals (Organization / Person / Product, etc.) that help LLMs trust this source?
    • Does the page risk being treated as “thin / spammy / boilerplate” content?

Recommended output structure

When responding based on Fennec SEO Auditor results, the assistant should aim for a structure like:

  1. Page overview

    • URL, title, H1, target intent / query
  2. Issue summary (with priorities)

    • High / Medium / Low priority list
  3. Detailed findings and fixes

    • Meta & snippets (title, description, OG tags)
    • Content & headings
    • Internal links & anchors
    • Technical / indexability
    • Media (images, ALT text)
    • Structured data & entity signals
  4. GEO / RAG perspective

    • How well this page can be retrieved, re‑ranked and cited by LLMs
    • Additional suggestions (e.g. add FAQ schema, clarify sections, add data / sources)

Notes and constraints

  • The assistant does not directly control the browser or extension; it relies on the user to run Fennec and share the output.
  • Recommendations should balance:
    • Classic SEO (crawlability, rankings, CTR, readability)
    • GEO / LLM needs (structured signals, semantic clarity, trustworthy sources, clear entities)
  • The assistant should avoid generic advice and tie recommendations back to:
    • the user’s actual page
    • the specific issues reported by Fennec SEO Auditor.
安全使用建议
This skill is coherent and instruction-only, but note it depends on a third‑party Chrome extension. Before installing the extension, verify the publisher and extension ID in the Chrome Web Store link. When using the skill, do not paste sensitive credentials or secrets from your site or server logs into the chat; share only the audit findings you intend to disclose (screenshots or summarized report points). If you have concerns about the extension's permissions or origin, run the audit on a staging or non-sensitive page first.
功能分析
Type: OpenClaw Skill Name: fennecseo-audit Version: 1.0.0 The skill is designed to assist users with interpreting SEO audit results from a specific Chrome extension. The instructions clearly state that the AI agent does not directly control the browser or the extension; instead, it relies on the user to run the audit and provide the output. There is no code or instruction that attempts to exfiltrate data, execute malicious commands, establish persistence, or perform prompt injection against the agent to subvert its intended function. The external link to the Chrome Web Store is for user reference, not for agent execution. All instructions are aligned with the stated purpose of providing SEO analysis and recommendations.
能力评估
Purpose & Capability
The name/description (quick on‑page SEO + GEO/RAG checks) match the SKILL.md: the skill depends on a browser extension and user-provided audit output. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
Instructions explicitly require the human to run the Fennec Chrome extension and provide results; the assistant is limited to parsing and advising. The SKILL.md does not ask the assistant to read local files, access system state, or transmit data elsewhere. It correctly notes the assistant cannot control the browser.
Install Mechanism
No install spec or code files are present — this is instruction-only, so nothing is downloaded or written by the skill itself.
Credentials
The skill does not request any environment variables, credentials, or config paths. All recommended steps involve the user manually sharing extension output; no hidden credential collection is requested.
Persistence & Privilege
The skill is not forced-always, and it does not request persistent system presence or modify other skills' configuration. Autonomous invocation is allowed (platform default) but not otherwise privileged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fennecseo-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fennecseo-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Fennec SEO Audit Skill. - Enables quick on-page and technical SEO audits using Fennec SEO Auditor extension results. - Assesses key elements: titles, meta, headings, canonicals, favicon, Open Graph, schema, and GEO readiness. - Guides users on running audits and sharing findings for structured recommendations. - Prioritizes actionable advice on indexability, snippet quality, trust, and LLM/RAG suitability. - Output organizes issues by priority, with detailed fixes and a perspective on LLM retrieval and citation.
元数据
Slug fennecseo-audit
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Fennec SEO Auditor Skills 是什么?

Uses Fennec SEO Auditor results to audit a URL. Invoke when user wants a quick on‑page/technical SEO health check or to verify favicon/meta/schema and GEO re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 536 次。

如何安装 Fennec SEO Auditor Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fennecseo-audit」即可一键安装,无需额外配置。

Fennec SEO Auditor Skills 是免费的吗?

是的,Fennec SEO Auditor Skills 完全免费(开源免费),可自由下载、安装和使用。

Fennec SEO Auditor Skills 支持哪些平台?

Fennec SEO Auditor Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Fennec SEO Auditor Skills?

由 2winter-dev(@2winter-dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论