audit

audit is a skill for Claude Code, Codex from calm-north/seojuice-skills. It costs 84 tokens per session (3,107 once invoked), scanned A, original, MIT.

A broad review of a website’s search-engine health, including its technical setup, page content, links from other sites, and competitors.

In plain words
What is it for?
It helps check whether pages can be crawled and indexed, whether pages target useful searches, whether content is strong, and whether other sites link to you.
Why use it?
It brings separate SEO problems into one review so you can understand what is limiting search performance and decide what to fix first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps check whether pages can be crawled and indexed, whether pages target useful searches, whether content is strong, and whether other sites link to you.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calm-north/seojuice-skills/audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add calm-north/seojuice-skills --skill audit
Clone the repo
git clone --depth 1 https://github.com/calm-north/seojuice-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/calm-north/seojuice-skills/audit/github.svg)](https://agentmods.dev/skills/calm-north/seojuice-skills/audit)
Your own site
<a href="https://agentmods.dev/skills/calm-north/seojuice-skills/audit"><img src="https://agentmods.dev/badge/skills/calm-north/seojuice-skills/audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/calm-north/seojuice-skills/audit"><img src="https://agentmods.dev/badge/skills/calm-north/seojuice-skills/audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,107 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk warn 27 Feb 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.03107
Opus 5 $0.00042 $0.01554
Sonnet 5 $0.00017 $0.00621
Haiku 4.5 $0.00008 $0.00311

Measured 11d ago against content hash 17bd8c67a4df, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/audit/SKILL.md · 322 lines

How it starts

The opening of the file, as written. The whole thing — 322 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Audit

Run a comprehensive SEO audit covering technical foundations, on-page optimization, content quality, link profile, and competitive positioning.

Before You Start

Gather this context (ask if not provided):

  1. Domain. What site are we auditing?
  2. Goals. What are you trying to achieve? (More traffic, better rankings, fix a drop, pre-launch check)
  3. Known issues. Anything you already suspect is wrong?
  4. Access. Do you have Google Search Console and Google Analytics data? (Improves the audit significantly)
  5. Scope. Full audit or focused on a specific area? (If unsure, run the full audit)

Audit Framework

A complete SEO audit covers five layers. Work through them in order — problems in earlier layers undermine everything that follows.

Layer 1: Technical Foundation     ← Can Google crawl and index the site?
Layer 2: On-Page Optimization     ← Are pages optimized for target keywords?
Layer 3: Content Quality          ← Is the content worth ranking?
Layer 4: Link Profile             ← Does the site have authority?
Layer 5: Competitive Position     ← How does the site compare to competitors?

Layer 1: Technical Foundation

Check whether search engines can properly access, crawl, render, and index the site.

Crawlability

  • robots.txt — fetch and review. No critical paths blocked? Sitemap directive present?
  • XML sitemap — exists, valid XML, lists all important pages, excludes noindex/redirected pages?
  • Site architecture — important pages reachable within 3 clicks from homepage?
  • Orphan pages — any pages with zero internal links pointing to them?
  • Redirect chains — any paths with 2+ redirects in sequence?
  • HTTP status — all important pages return 200? No unexpected 301s, 404s, or soft 404s?

Indexability

  • noindex tags — any important pages accidentally noindexed?
  • Canonical tags — self-referencing on all pages? No conflicting canonicals?
  • Duplicate content — same content accessible at multiple URLs (www/non-www, HTTP/HTTPS, trailing slash)?
  • Search Console index coverage — how many pages submitted vs indexed? Any excluded pages that should be indexed?

Read the full file on GitHub · 322 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 322 lines · 84 tokens per session scan A 17bd8c67a4df

Subscribe to this mod's changes

audit is a skill published in the GitHub repository calm-north/seojuice-skills (21 stars, last pushed 6mo ago), licensed MIT. It adds 84 tokens to every session and 3,107 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

cold-outbound-sequencer

Use when the user asks to "build a B2B cold-outbound sequence", "design reply-triage branching", "plan a domain warmup / sending throttle", or "make my outbound CAN-SPAM / opt-in compliant"; produces a multi-step outbound sequence with reply-triage branches (positive / objection / referral / not-now / opt-out), a…

aaron-he-zhu/aaron-marketing-skills · 172 tokens

inbox-placement-monitor

Use when the user asks to "track where my emails are actually landing after I send", "read my seed-list inbox vs spam vs promotions results", "trend my Gmail Postmaster / Microsoft SNDS reputation", or "did placement drop after my last send"; produces a per-provider inbox/spam/promotions placement read, a domain/IP…

aaron-he-zhu/aaron-marketing-skills · 166 tokens

email-creative-builder

Use when the user asks to "write the email", "draft subject lines", or "build email creative"; produces the pre-click unit — subject-line variants + preheader, body copy, one clear CTA, and a plain-text alt — message-matched to the destination page and claims-ledger-aware. Not for pre-scoring or ranking subject-line…

aaron-he-zhu/aaron-marketing-skills · 149 tokens

newsletter-monetization-planner

Use when the user asks to "monetize my newsletter", "build a sponsorship rate card", or "model paid-subscription revenue"; produces a revenue model (paid tiers, ad/sponsorship inventory + CPM/flat rate card, referral/boost loops), a list-growth ↔ revenue projection, and honest-offer / disclosure checks for the SEND-D…

aaron-he-zhu/aaron-marketing-skills · 139 tokens

contract-helper

Use when the user asks to "draft an influencer contract", "review these agreement terms", or "build a partnership template"; produces a full influencer agreement framework (scope, compensation, usage rights, exclusivity, FTC disclosure), a clause-by-clause review with red flags, and a negotiation cheat sheet. Not for…

aaron-he-zhu/aaron-marketing-skills · 87 tokens