← Back to Skills Marketplace
kirkraman

seo-audit

by KirkRaman · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
83
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install jx-seo-audit
Description
SEO specialist agent with site audits, content writing, keyword research, technical fixes, link building, and ranking strategies.
README (SKILL.md)

Setup

On first use, read setup.md for workspace integration.

When to Use

Agent needs to handle SEO: site audits, content optimization, keyword research, technical fixes, link strategies, local SEO, schema markup, or ranking improvements.

Architecture

SEO workspace at ~/seo/. See memory-template.md for setup.

~/seo/
├── memory.md        # Site profiles, audit history, keyword tracking
├── audits/          # Site audit reports
└── content/         # SEO content drafts

Quick Reference

Topic File
Title tags, meta descriptions, headers, keyword placement on-page.md
Core Web Vitals, crawlability, mobile, indexing technical.md
Search intent, E-E-A-T, content writing content.md
Google Business, NAP consistency, local keywords local.md
JSON-LD, Article, LocalBusiness, FAQ, Product schema schema.md
Internal linking, anchor text, backlink strategies links.md
Keyword research and competitive analysis keywords.md

Core Rules

1. Audit Before Action

Run complete site audit before recommendations. Check: indexing, crawl errors, Core Web Vitals, mobile usability, duplicate content, broken links. No guessing.

2. Search Intent First

Match content format to query intent. Informational → guides. Transactional → product pages. Commercial → comparisons. Wrong format = no ranking.

3. Content That Ranks

Write SEO content that serves users AND search engines. Answer the query in first 100 words. Cover topic comprehensively. Include LSI keywords naturally. Add FAQ section for People Also Ask.

4. Technical Foundation

Core Web Vitals: LCP \x3C 2.5s, INP \x3C 200ms, CLS \x3C 0.1. Mobile-first. HTTPS. Canonical URLs. Clean sitemap. No blocked resources. Technical issues kill rankings.

5. E-E-A-T Signals

Experience, Expertise, Authoritativeness, Trustworthiness. Author bios with credentials. About page. External citations. Especially critical for YMYL topics.

6. Link Strategy

Internal linking builds topical authority. Anchor text matters. External links to authoritative sources help. Never buy links or participate in schemes.

7. Measure Everything

Track rankings, organic traffic, CTR, conversions. Use Search Console data. Iterate based on results, not assumptions.

SEO Audit Checklist

Indexing:

  • Site indexed in Google (site:domain.com)
  • No important pages blocked in robots.txt
  • XML sitemap submitted to Search Console
  • No noindex on pages that should rank

Technical:

  • Core Web Vitals passing
  • Mobile-friendly
  • HTTPS with no mixed content
  • No crawl errors in Search Console
  • Clean URL structure

On-Page:

  • Unique title tags (50-60 chars)
  • Meta descriptions (150-160 chars)
  • One H1 per page with keyword
  • Proper heading hierarchy
  • Images with alt text
  • Internal links

Content:

  • Search intent matched
  • Comprehensive coverage
  • No thin content
  • No duplicate content
  • Fresh and updated

Off-Page:

  • Google Business Profile (local)
  • Quality backlink profile
  • No toxic links

Content Writing Process

  1. Keyword research — Find target keyword, search volume, difficulty
  2. Intent analysis — What format ranks? What do users want?
  3. Outline — Cover all subtopics competitors cover + more
  4. Write — Answer query fast, be comprehensive, natural keywords
  5. Optimize — Title, meta, headers, internal links, schema
  6. Publish — Submit to Search Console, monitor rankings

Common Traps

  • Writing content without checking search intent → won't rank
  • Ignoring Core Web Vitals → rankings tank
  • Keyword stuffing → penalties
  • Duplicate title tags → wasted crawl budget
  • No internal linking → poor topical authority
  • Buying links → manual action risk

Related Skills

Install with skillboss install \x3Cslug> if user confirms:

  • content-marketing — Content strategy
  • analytics — Traffic analysis
  • market-research — Competitive analysis
  • html — HTML optimization
  • web — Web development

Feedback

  • If useful: skillboss star seo
  • Stay updated: skillboss sync
Usage Guidance
This skill appears to do what it says: SEO audits, content and keyword work, and it stores files in ~/seo/. Before installing, be aware that (1) it will create and write persistent files in your home directory — inspect ~/seo/ and its contents if you are privacy-conscious; (2) the skill references analyzing SERPs and public Google data — if your agent/platform grants web-browsing or connector access, those tools (not the skill files) will perform network requests to fetch search results; (3) the skill does not request any credentials, but if you later link Google Search Console, Analytics, or other services you will need to provide those credentials separately — only provide them to tools you trust. If you want extra caution, run the skill in an isolated workspace and review any files it creates before publishing or sharing their contents.
Capability Analysis
Type: OpenClaw Skill Name: jx-seo-audit Version: 1.0.2 The bundle is a comprehensive collection of educational Markdown documentation and templates designed to guide an AI agent through SEO tasks such as site audits, keyword research, and content writing. It contains no executable code, no external dependencies, and no instructions that attempt to exfiltrate data or bypass security controls. The only command provided is a standard directory creation command for workspace organization in setup.md, which is consistent with the stated purpose of the skill.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name, description, and the included docs (audit checklist, content, technical, schema, links, local SEO, keyword research, templates) all align with an SEO/site-audit/content-authoring capability. There are no unrelated requirements (no cloud creds, no unusual binaries).
Instruction Scope
The SKILL.md instructs the agent to create and use a workspace under ~/seo/ and save audit/content files there; otherwise instructions are limited to SEO analysis and writing tasks. Nothing in the instructions asks the agent to read unrelated system files or access secrets. Note: several docs mention analyzing SERPs and using 'public Google data' — performing that in practice requires the agent or platform to have web access, which is outside the skill itself.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk because nothing is downloaded or written by an installer beyond files the agent will create in the user's workspace.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond optional ~/seo workspace files. If you later choose to integrate Search Console or other services you would need to provide credentials separately; the skill does not request them.
Persistence & Privilege
always:false (normal). The skill will persist data to ~/seo/ (memory.md, audits, content). Persisting user content locally is expected for an SEO assistant, but be aware stored drafts, audit notes, or tracked keywords may contain sensitive project details.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jx-seo-audit
  3. After installation, invoke the skill by name or use /jx-seo-audit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- No file changes detected in this version. - Version number updated from 1.0.2 to 1.0.3 in SKILL.md. - Changelog entry updated: "Improved name clarity with key capabilities."
v1.0.0
- Improved skill name to clearly reflect site audit, content writing, and competitor analysis capabilities - Enhanced description to summarize core SEO functions including audits, writing, keyword research, technical fixes, and ranking strategies - Added detailed setup and architecture overview for easier use - Introduced "Core Rules," SEO audit checklists, content process, and common SEO pitfalls for user guidance - Provided quick reference table for accessing key SEO topics and files
Metadata
Slug jx-seo-audit
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is seo-audit?

SEO specialist agent with site audits, content writing, keyword research, technical fixes, link building, and ranking strategies. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install seo-audit?

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

Is seo-audit free?

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

Which platforms does seo-audit support?

seo-audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created seo-audit?

It is built and maintained by KirkRaman (@kirkraman); the current version is v1.0.2.

💬 Comments