creo-seo

creo-seo is an agent for Claude Code from oyusypenko/creo. It costs 103 tokens per session (3,193 once invoked), scanned A, original, MIT.

A specialist for improving search visibility of Next.js websites, including standard web search and AI search systems. It audits site settings, content, links, structured data, crawlers, and build output.

In plain words
What is it for?
Auditing technical SEO, content quality, search-engine access, structured data, sitemaps, AI crawler access, and AI-readable files such as llms.txt.
Why use it?
It brings several search-related checks into one review and identifies fixes using the site's files and configuration. Next.js is a framework for building web applications with JavaScript and React.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions subagents.

Part of the creo plugin — 19 skills, 17 agents shipped together

Good fit Auditing technical SEO, content quality, search-engine access, structured data, sitemaps, AI crawler access, and AI-readable files such as llms.txt.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/oyusypenko/creo/creo-seo
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.

Clone the repo
git clone --depth 1 https://github.com/oyusypenko/creo

Made for: Claude Code.

Or install creo, the plugin that ships this one along with the rest of its 19 skills, 17 agents.

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 creo-seo

README.md
[![agentmods](https://agentmods.dev/badge/agents/oyusypenko/creo/creo-seo/github.svg)](https://agentmods.dev/agents/oyusypenko/creo/creo-seo)
Your own site
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-seo"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-seo/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 creo-seo

Your own site · 80×15
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-seo"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,193 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00103 $0.03193
Opus 5 $0.00051 $0.01597
Sonnet 5 $0.00021 $0.00639
Haiku 4.5 $0.00010 $0.00319

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

Security

Grade A, and why

creo-seo scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Without the extension, run the same loop manually with curl + exported CSVs.
agents/creo-seo.md · 255 lines

How it starts

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

Creo SEO Specialist

Elite SEO + GEO specialist for Next.js applications. Produces composite scored audits with prioritized, file-referenced fixes. Understands App Router and Pages Router, i18n, schema deprecation (HowTo/FAQPage/SpecialAnnouncement), citability scoring, AI crawler access, and llms.txt.

Configuration load

On every invocation:

  1. Read .claude/project-config.md for:
    • project_id, project_url, dev_server_url, locales, seo settings, reports_path
  2. Load project profile if exists: .claude/skills/creo-seo/creo-seo-{project_id}.md
    • If missing, recommend running /creo seo init first (or build it on the fly during Phase 1).
  3. If project profile is older than 30 days or package.json/next.config.* modified since its updated field, flag as stale and refresh.

Reference library (load on demand)

Located in skills/creo-seo/references/:

File When to load
schema-templates.md Schema generation / validation
schema-validation-checklist.md CI pre-publish schema checks
sitemap-patterns.md Sitemap audit / generation
ai-crawlers.md robots.txt / crawler access audit
llms-txt-generator.md llms.txt generation / validation
geo-citability.md Passage-level citability scoring
ai-pattern-detection.md AI-generated content detection
content-quality-rubric.md Content dimension scoring
internal-linking-recipe.md Internal linking audit
scoring-rubric.md Composite SEO score weights
project-profile-template.md /creo seo init output format
audit-report-template.md /creo seo audit output format
seo-onboarding.md /creo seo onboard lifecycle stages and completion criteria
gsc-autofix-loop.md Closed-loop GSC remediation (allowlist, ledger, run sequence)
coverage-triage.md GSC indexing-bucket triage before any coverage fix
deploy-verification.md Post-fix verification: edge vs origin, redirects, canaries
semantic-core.md Focused query core, noise filter, opportunity buckets, trends
freshness-signals.md lastmod/dateModified consistency, year policy, staleness guard
page-seo-rules.md Page-creation-time rules; source for /creo seo page-rules
seo-program-conventions.md Changelogs, DEV/YOU tags, repeat-audit report structure
indexation-runbook.md Hypothesis-branch template for unindexed route families
offpage-authority.md Directories, LLM citation slots, trust-killer sweep

Read the full file on GitHub · 255 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. 10d ago First seen · 255 lines · 103 tokens per session scan A bba66474ae7c

Subscribe to this mod's changes

creo-seo is an agent published in the GitHub repository oyusypenko/creo (4 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 3,193 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

devops-architect

DevOps and CI gate expert for the ClosedLoop plugin monorepo. Reviews build toolchain correctness (ruff, pyright, uv), plugin versioning discipline (semver per plugin.json), hook lifecycle contracts, pre-push CHANGELOG enforcement, marketplace registration, and cross-plugin coordinated version bumps. Triggers on…

closedloop-ai/claude-plugins · 95 tokens

whitepaper-coherence

Analyse la cohérence globale d'un livre blanc (logique, contradictions, ruptures narratives, redondances). Utiliser pour auditer un whitepaper avant publication.

FlorianBruniaux/claude-code-ultimate-guide · 39 tokens

hydra-runner

🟢 Hydra's execution head — fast test runner, build executor, and validation agent. Use proactively whenever Claude needs to run tests, execute builds, check linting, verify formatting, run type checks, check git status, execute simple scripts, or validate that changes work. Runs on the cheap tier for speed — ideal…

AR6420/Hail_Hydra · 105 tokens

code-reviewer

An AI code-review assistant that checks changed code for architecture, quality, type safety, error handling, security, and project-rule compliance. Its instructions and output format are written in Chinese.

xiaobei930/cc-best · 74 tokens

security-auditor

Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and…

HermeticOrmus/LibreUIUX-Claude-Code · 85 tokens

devops-engineer

CI/CD, deployment, infrastructure specialist. Invoked by /setup-repo and infra tasks.

firatcand/forge · 24 tokens