← Back to Skills Marketplace
bedouijesser

SEO Companion

by Jesser Bedoui · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
107
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install 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 au...
README (SKILL.md)

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.
  2. Technical SEO

    • Indexing, robots.txt, sitemap, redirects, canonicalization, renderability, structured data, performance.
    • Read references/technical.md.
  3. Content strategy / keyword work

    • Keyword targeting, clustering, cannibalization, content briefs, content gaps.
    • Read references/content-strategy.md.
  4. Local SEO

    • GBP, NAP consistency, local landing pages, reviews, citations.
    • Read references/local-seo.md.
  5. Link building / backlink evaluation

    • Link quality, outreach ideas, risk flags, sustainable acquisition.
    • Read references/link-building.md.
  6. 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 \x3CURL>
  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
  2. If the page is JS-heavy or the HTML output looks incomplete, inspect with browser.

  3. 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.

Usage Guidance
This appears to be a coherent SEO auditing skill. Before running the bundled script: (1) review the Python file in your environment (it is short and readable); (2) only run it against public URLs unless you explicitly trust the target and environment—the script itself blocks localhost/private IPs by default; (3) approve installation of requests/beautifulsoup4 only if you are comfortable allowing outbound HTTP from the runtime and installing Python packages; (4) the skill requests no credentials or secrets. If you need stronger isolation, run the script in a disposable VM/container or use web_fetch/browser tools instead of executing the script locally.
Capability Analysis
Type: OpenClaw Skill Name: seo-companion Version: 1.0.2 The seo-companion skill bundle is a legitimate tool for SEO analysis and auditing. The core script, scripts/audit_page.py, is well-structured and includes proactive security measures such as SSRF protection by validating target URLs and resolved IP addresses against private and loopback ranges. The instructions in SKILL.md and the accompanying reference files are strictly aligned with SEO best practices and do not exhibit any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included assets: SKILL.md, several SEO reference docs, and a Python audit script. The requested resources (no env vars, no special binaries) are proportionate to an SEO auditing tool.
Instruction Scope
Runtime instructions stick to SEO tasks (use web_fetch/browser, run the bundled script, inspect pages). The SKILL.md explicitly restricts scans to public URLs and warns against private/internal targets. It does not instruct reading unrelated files or exporting data to unexpected endpoints.
Install Mechanism
Instruction-only skill with an optional Python script; it asks to prompt before installing Python packages. No install spec downloads arbitrary archives or runs installers from unknown URLs.
Credentials
No environment variables, credentials, or config paths are required. The script uses standard Python libs plus requests and beautifulsoup4 (declared as optional in SKILL.md). No unrelated secrets are requested.
Persistence & Privilege
always:false and no install hooks or changes to other skills. The skill can be invoked autonomously per platform default, but it does not request permanent presence or elevated agent-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install seo-companion
  3. After installation, invoke the skill by name or use /seo-companion
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Ask before dependency installs and refuse localhost/private targets by default
v1.0.1
Rename from seo-expert to seo-companion and declare Python dependency fallbacks
v1.0.0
Refactor into modular skill with references and audit script
Metadata
Slug seo-companion
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is SEO Companion?

Deep SEO analysis and execution for on-page SEO, technical SEO, content strategy, local SEO, keyword research, and backlink risk/recommendations. Use when au... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install SEO Companion?

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

Is SEO Companion free?

Yes, SEO Companion is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SEO Companion support?

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

Who created SEO Companion?

It is built and maintained by Jesser Bedoui (@bedouijesser); the current version is v1.0.2.

💬 Comments