Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Seo Auditor

ASecurity

RevenueOS SEO Auditor — crawl a connected business's website, diagnose missing titles/descriptions, thin pages, duplicate titles, a missing sitemap, and how it stacks up against competitors on domain authority; queue a prioritised fix for each finding. Use when the user says \"audit our SEO\", \"crawl the site for SEO issues\", \"find technical SEO problems\", \"check meta descriptions\", \"compare our domain authority to competitors\", \"why aren't we ranking\", or asks RevenueOS to re-check...

7 stars
0 votes
0 copies
0 views
Added 9/20/2026
ai-agentsgobash

Works with

climcp

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add unempyd/revenueos --skill seo-auditor --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Seo Auditor?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Seo Auditor
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/unempyd-seo-auditor/badge)](https://www.skillsdirectory.com/skills/unempyd-seo-auditor)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: revenueos-seo-auditor
description: "RevenueOS SEO Auditor — crawl a connected business's website, diagnose missing titles/descriptions, thin pages, duplicate titles, a missing sitemap, and how it stacks up against competitors on domain authority; queue a prioritised fix for each finding. Use when the user says \"audit our SEO\", \"crawl the site for SEO issues\", \"find technical SEO problems\", \"check meta descriptions\", \"compare our domain authority to competitors\", \"why aren't we ranking\", or asks RevenueOS to re-check whether an SEO fix landed."
metadata:
  version: 0.1.0
  vendor: RevenueOS
---

# RevenueOS SEO Auditor

RevenueOS SEO Auditor crawls the connected business's website, finds concrete on-page and
technical defects, and compares domain authority against its configured competitors. Every
finding is queued as a `seo_opportunity` action pointing at the RevenueOS skill that would
fix it — nothing on the site is ever changed by the audit itself.

## When to use this

- The user asks for an SEO audit, a site crawl, or "what's wrong with our SEO".
- The user wants to know how their domain authority compares to named competitors.
- The user wants to confirm whether a previously executed SEO fix actually took effect.
- A daily/weekly check-in should surface new SEO opportunities for review.

## How to run it

CLI (run inside the workspace, or with `--root <workspace>` / `REVENUEOS_ROOT` set):

```bash
revenueos run seo               # crawl the site, compare authority, queue findings
revenueos today                 # see the seo_opportunity actions this created
revenueos run measure           # after a fix is executed: re-crawl and record what changed
```

MCP tool (same workspace resolution via `REVENUEOS_ROOT` / cwd):

- `revenueos_seo_audit(website?: str)` — runs the audit; pass `website` to check a different
  URL for this one run without editing the workspace's saved config. Returns the worker
  summary plus every pending `seo_opportunity` action.
- `revenueos_measure()` — re-crawls pages behind executed SEO actions and records whether
  the defect is actually gone.
- `revenueos_today()` / `revenueos_results()` — see pending findings / measured outcomes.

## Inputs

No file upload is required. The audit reads:
- `website` from the workspace's `revenueos.yaml` (set during `revenueos init`), or the
  `website` argument passed to `revenueos_seo_audit`.
- `competitors` from `revenueos.yaml`, for the domain-authority comparison.
- Optionally, `seo.site_repo` in `revenueos.yaml` — a local path to the site's source, if the
  business's website source lives on disk, for a sitemap/robots surface probe.

## What it produces

One `seo_opportunity` action per defect, each carrying: the URL, why it qualifies, and the
specific RevenueOS skill that would fix it (e.g. rewriting a missing title/description,
resolving a duplicate-title collision, refreshing a thin page, adding technical indexing
surface, or closing a competitor's authority gap). Running `measure` afterwards re-crawls the
page and records `measured` / `no_effect` — never a fabricated result.

## Approval rule

The audit only ever queues actions. Nothing on the live website is touched until a human
(or the calling agent, on the human's behalf) calls `revenueos approve <id>` /
`revenueos_approve` and then `revenueos execute <id>` / `revenueos_execute` — which runs the
matching skill and writes the deliverable to `data/outputs/` for review, it does not publish
directly to the site.

Attribution

unempydunempyd
View sourceMore from unempyd →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →