← Back to Skills Marketplace
2winter-dev

Fennec SEO Auditor Skills

by 2winter-dev · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
536
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fennecseo-audit
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fennecseo-audit
  3. After installation, invoke the skill by name or use /fennecseo-audit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug fennecseo-audit
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 536 downloads so far.

How do I install Fennec SEO Auditor Skills?

Run "/install fennecseo-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fennec SEO Auditor Skills free?

Yes, Fennec SEO Auditor Skills is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Fennec SEO Auditor Skills support?

Fennec SEO Auditor Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fennec SEO Auditor Skills?

It is built and maintained by 2winter-dev (@2winter-dev); the current version is v1.0.0.

💬 Comments