Fire Your SEO Agency
Audits and implements five lanes — SEO, AEO, GEO, LLMO and Naver (NEO) — to make your site a cited primary source, with measurement built in.
Marketing & SEOIntermediate★ 268⑂ 73AI score 9/10Last updated: Aug 27, 2026
What it does
- Takes a domain or local project and scores five lanes: SEO, AEO, GEO, LLMO, NEO (Naver) in a ✅/⚠️/❌ table with one-line evidence.
- Verifies with
curlwhat crawlers actually see without JavaScript: SSR content, accidentalnoindex(meta andX-Robots-Tag), robots.txt, sitemap.xml, llms.txt, real 404s. - After you approve priorities, it edits meta tags, JSON-LD, canonicals, sitemaps and intent landing pages directly — or pinpoints fixes at file/line level.
- Refuses guideline-violating tactics (paid backlinks, cloaking, hidden text) and closes every task with a baseline record plus a 14-day re-measurement plan.
Who it's for
- Solo developers and startup founders doing SEO without an agency retainer
- Marketers and PMs who want their data cited by ChatGPT, Perplexity and AI Overviews
- Teams targeting the Korean market that need Naver search and AI Briefing visibility
Examples
- "Audit my site's SEO" → five-lane scorecard plus critical issues like a leftover staging noindex
- "Create an llms.txt for me" → generates llms.txt per the GEO reference, then curl-verifies it is actually served
- "Get our benchmark numbers cited by AI" → one-question-per-page landing design with a direct answer paragraph, evidence table and matching structured data
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/leopard627/fire-your-seo-agency/HEAD/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the SKILL.m folder from the GitHub repo leopard627/fire-your-seo-agency into my ~/.claude/skills/fire-your-seo-agency/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/leopard627/fire-your-seo-agency.git ~/.claude/skills/fire-your-seo-agency⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Create the skills directory:
mkdir -p ~/.claude/skills - Clone the repo:
git clone https://github.com/leopard627/fire-your-seo-agency.git ~/.claude/skills/fire-your-seo-agency - Confirm
SKILL.mdand thereferences/folder came along:ls ~/.claude/skills/fire-your-seo-agency - Make sure
curlis available:curl --version - Restart Claude Code and ask something like "Audit my site example.com for SEO" to trigger the skill.
View source on GitHub ↗License: MIT