ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Ollama Seo Auditor

Skill by gblockchainnetwork

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gblockchainnetwork/ollama-seo-auditor
Or

---\nname: ollama-seo-auditor\ndescription: Local SEO site audit using Ollama LLM + OpenClaw web tools (web_fetch, browser). Use when user asks for SEO analysis, keyword check, site structure/speed review, optimization tips. Triggers: "audit SEO", "check site performance", "analyze web page SEO". Runs local on VPS for privacy/low-cost.\n---\n\n# Ollama SEO Auditor\n\n## Quick Audit\n1. web_fetch url pt content.\n2. Prompt Ollama (llama3:8b): "Analyze SEO: keywords, meta, headings, img alt, speed est. from HTML. Score 1-10. Fixes."\n3. browser/screenshot pt visual (opțional).\n4. Report Markdown + score.\n\n## Tools\n- exec 'ollama run llama3.8b "prompt"'\n- web_search 'SEO best practices 2026'\n\n## Refs\nSee references/seo-checklist.md (load if detailed).\n\nScripts/audit.py: exec pt full run.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gblockchainnetwork-ollama-seo-auditor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.