← 返回 Skills 市场
kirkraman

seo-audit

作者 KirkRaman · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
83
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install jx-seo-audit
功能描述
SEO specialist agent with site audits, content writing, keyword research, technical fixes, link building, and ranking strategies.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jx-seo-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jx-seo-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug jx-seo-audit
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

seo-audit 是什么?

SEO specialist agent with site audits, content writing, keyword research, technical fixes, link building, and ranking strategies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 seo-audit?

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

seo-audit 是免费的吗?

是的,seo-audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

seo-audit 支持哪些平台?

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

谁开发了 seo-audit?

由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.2。

💬 留言讨论