vkm-seo

vkm-seo is a skill for Claude Code from Vahlame/create-vkm-kit. It costs 76 tokens per session (1,664 once invoked), scanned A, original, no licence file.

A search-visibility guide for websites and AI answer systems. SEO means improving how pages appear in search results; GEO and AEO cover visibility in generative and answer-focused systems.

In plain words
What is it for?
Auditing titles, metadata, structured data, local pages, search intent, synonyms, and coverage for search or AI answers.
Why use it?
It helps identify why a site is not being found and turns the findings into specific before-and-after fixes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Auditing titles, metadata, structured data, local pages, search intent, synonyms, and coverage for search or AI answers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vahlame/create-vkm-kit/vkm-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.

Any agent
npx skills add Vahlame/create-vkm-kit --skill vkm-seo
Clone the repo
git clone --depth 1 https://github.com/Vahlame/create-vkm-kit

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vahlame/create-vkm-kit/vkm-seo"><img src="https://agentmods.dev/badge/skills/vahlame/create-vkm-kit/vkm-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,664 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 unknown 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.00076 $0.01664
Opus 5 $0.00038 $0.00832
Sonnet 5 $0.00015 $0.00333
Haiku 4.5 $0.00008 $0.00166

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

Security

Grade A, and why

vkm-seo 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/seo-audit.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

packages/create-vkm-kit/templates/skills/vkm-seo/SKILL.md · 114 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 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. 10d ago First seen · 114 lines · 76 tokens per session scan A 35986c192048

Subscribe to this mod's changes

vkm-seo is a skill published in the GitHub repository Vahlame/create-vkm-kit (4 stars, last pushed 8d ago), with no licence file. It adds 76 tokens to every session and 1,664 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-31.

Related

Other skills, from other repositories

aba-precision-protocol

FOUNDATIONAL BEHAVIORAL PROTOCOL — ABA-based precision execution rules. Every prompt processed must follow these rules. Mistakes caught late create intermittent reinforcement of wrong patterns. Stop-fix-verify before proceeding.

dcostenco/prism-coder · 48 tokens

prism-startup

Activate on the first user turn of every conversation, including greetings. Load Prism context using the user's configured project and quick, standard, or deep depth, then greet the developer by their configured agent name and show the matching recent-session context.

dcostenco/prism-coder · 52 tokens

Verification Planner

Mandates generation of testassertions.json during planning. v7.2.0 enhanced with severity gates (warn/gate/abort), dependency chains, and Claw-as-Validator support.

dcostenco/prism-coder · 44 tokens

save-context

Use this skill at milestone handoff, session close, or when the user asks Atlas to preserve state.

pioneerjeff-labs/packwright · 0 tokens

chroma-hybrid-search

Local hybrid retrieval (BM25 + ChromaDB vector + BGE-Reranker) over /.deep-memory hot and cold stores. Use when high-accuracy code/solution retrieval is needed and hallucination must be minimized. Typically invoked by deep-memory.

masteryee-labs/Tool.Agent-Harness-Deploy · 57 tokens

handover-test-continuity

Run a complete Handover MCP continuity test across separate authenticated people or service agents. Use when asked to test an agent handoff end to end, qualify a Handover integration, verify multi-file round-trip, exercise revision-anchored review and correction, or test denied, read-only, stale-revision, and…

44-pixels/handover-mcp · 76 tokens