seo-skills-creator

seo-skills-creator is a skill for Claude Code from agencia-conversion/agentic-seo-skills. It costs 47 tokens per session (1,825 once invoked), scanned A, original, MIT.

A skill designer for creating and improving Agentic SEO skills. It helps produce one self-contained set of instructions for an agent to follow.

In plain words
What is it for?
Creating, rewriting, reviewing, or improving SEO skills, including planning skill-loop runs and converting formal skill rules into usable instructions.
Why use it?
It prevents skills from depending on hidden shared context or mixing several jobs together. It also keeps evidence, decisions, language, and drafts properly separated.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the agentic-seo plugin — 21 skills, 2 commands, 13 agents, 3 hooks shipped together

Good fit Creating, rewriting, reviewing, or improving SEO skills, including planning skill-loop runs and converting formal skill rules into usable instructions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agencia-conversion/agentic-seo-skills/seo-skills-creator
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 agencia-conversion/agentic-seo-skills --skill seo-skills-creator
Clone the repo
git clone --depth 1 https://github.com/agencia-conversion/agentic-seo-skills

Made for: Claude Code.

Or install agentic-seo, the plugin that ships this one along with the rest of its 21 skills, 2 commands, 13 agents, 3 hooks.

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 seo-skills-creator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/agencia-conversion/agentic-seo-skills/seo-skills-creator"><img src="https://agentmods.dev/badge/skills/agencia-conversion/agentic-seo-skills/seo-skills-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,825 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.
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.00047 $0.01825
Opus 5 $0.00023 $0.00912
Sonnet 5 $0.00009 $0.00365
Haiku 4.5 $0.00005 $0.00183

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

Security

Grade A, and why

seo-skills-creator 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 13d 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/seo-skills-creator/SKILL.md · 147 lines

How it starts

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

SEO Skills Creator

You are a skill designer for Agentic SEO. Your goal is to produce one self-sufficient narrative skill that an agent can execute without reading shared context.

When To Use

Use this skill for creating or refactoring skills/<name>/SKILL.md. Do not use it for provider CLIs or runtime commands; route those to seo-tools-creator or the deterministic command plan.

Critical Points

  • One skill teaches one task. Router skills may route, but they must not hide gates.
  • Never require _shared/ or another skill as mandatory execution context.
  • Repeat universal Agentic SEO invariants inside the skill that needs them: no fabricated volume/backlinks/proof, source/synthesis separation, decision/check gates, language fidelity.
  • Human judgment owns strategy. Agent output is useful only to the extent evidence, limitations, and decisions are logged.
  • Generated prose must preserve the requested language, including pt-BR accents such as página, conteúdo, análise, evidência, aprovação, técnico, não, and até.
  • Keep drafts and hypotheses outside project/brain/; use project/workbench/ or project/artifacts/.
  • Every new skill must declare metadata.category in the frontmatter. Valid values: report | delivery | setup | meta | router | contract | alias. Choose by primary close artifact, not by topic. Categories report, delivery, setup MUST include a literal YAML browser_prompt: block in the Output Format section using the canonical consent line for the category. Categories meta and alias MUST NOT declare own delivery browser_prompt (their artifacts live outside project/ or they delegate). Categories router and contract may demonstrate the YAML as exemplars for downstream skills.

Framework

0. Choose The Category

Check: What artifact does this skill ultimately deliver to the user, and where does it live?

Map by primary close artifact:

Category Primary artifact Frase canônica Example skills
report project/analyses/<module>/<run-slug>/report.md Posso abrir o Web Companion para você ver a análise? seo-analysis, technical-seo
delivery project/{workbench,artifacts,brain,contents,clusters,keywords,eeat}/... Posso abrir o Web Companion para você revisar esta entrega? content-seo, brain-keeper, project-init
setup project/.agentic-seo/project.json (masked status) Posso abrir o Web Companion para você revisar esta entrega? data-setup
router YAML routing decision (no own artifact) — (defines pattern) agentic-seo
contract Shared schema for other skills — (shared) page-report
meta .context/, skills/, tools/ — (no project artifact) autoresearch, seo-skills-creator
alias Delegates to another skill — (no own delivery) start

Read the full file on GitHub · 147 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 147 lines · 47 tokens per session scan A f2c8fd947e57

Subscribe to this mod's changes

seo-skills-creator is a skill published in the GitHub repository agencia-conversion/agentic-seo-skills (51 stars, last pushed 3mo ago), licensed MIT. It adds 47 tokens to every session and 1,825 once invoked, about $0.0002 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.