SEO Metadata Generator

SEO Metadata Generator is a skill for Claude Code, Codex from Notysoty/openagentskills. It costs 25 tokens per session (2,101 once invoked), scanned A, original, MIT.

A helper for creating search-engine and social-sharing information for a web page, such as its title, description, preview tags, and structured page data.

In plain words
What is it for?
It prepares metadata for pages such as articles, products, FAQs, and pricing pages, using the page content, keyword, URL, site name, and image details.
Why use it?
It removes the need to write and coordinate these HTML tags by hand for every page.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; mentions Codex; built for cline.

Good fit It prepares metadata for pages such as articles, products, FAQs, and pricing pages, using the page content, keyword, URL, site name, and image details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notysoty/openagentskills/seo-metadata-generator
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 Notysoty/openagentskills --skill seo-metadata-generator
Clone the repo
git clone --depth 1 https://github.com/Notysoty/openagentskills

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 SEO Metadata Generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/notysoty/openagentskills/seo-metadata-generator/github.svg)](https://agentmods.dev/skills/notysoty/openagentskills/seo-metadata-generator)
Your own site
<a href="https://agentmods.dev/skills/notysoty/openagentskills/seo-metadata-generator"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/seo-metadata-generator/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 Metadata Generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/notysoty/openagentskills/seo-metadata-generator"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/seo-metadata-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,101 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.00025 $0.02101
Opus 5 $0.00013 $0.01051
Sonnet 5 $0.00005 $0.00420
Haiku 4.5 $0.00003 $0.00210

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

Security

Grade A, and why

SEO Metadata Generator 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.

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-metadata-generator/SKILL.md · 168 lines

How it starts

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

SEO Metadata Generator

What this skill does

This skill generates a complete set of SEO metadata for any web page — title tag, meta description, Open Graph tags, Twitter Card tags, and JSON-LD structured data — all in a single ready-to-paste HTML snippet. It analyzes the page's content and purpose, chooses the right structured data schema (Article, Product, WebPage, FAQPage, etc.), and optimizes every field for both search engines and social sharing.

Use this when building a new page, auditing existing metadata, or ensuring consistent SEO across a site.

How to use

Claude Code / Cline

Copy this file to .agents/skills/seo-metadata-generator/SKILL.md in your project root.

Then describe the page or share its content and ask:

  • "Use the SEO Metadata Generator skill to generate metadata for our pricing page."
  • "Generate SEO tags for this blog post using the SEO Metadata Generator skill."

Provide: the page's main content or purpose, the primary keyword, the page URL, the site name, and an available OG image URL (or a placeholder if none exists yet).

Cursor

Add the "Prompt / Instructions" section to your .cursorrules file. Open the page template or content file and ask Cursor to generate the metadata.

Codex

Describe the page content, primary keyword, URL, site name, and page type. Include the instructions below.

The Prompt / Instructions for the Agent

When asked to generate SEO metadata, follow these steps:

  1. Understand the page. Extract or ask for:

    • Page type: article/blog post, product page, landing page, homepage, tool/app page, FAQ page, category page
    • Primary keyword: the main search term this page should rank for
    • Page URL (full, canonical)
    • Site name and brand
    • Page content summary (or the content itself)
    • OG image URL (use https://example.com/og-image.png as a placeholder if not provided)
    • Author name (for articles)
    • Publication date (for articles)
  2. Generate the title tag:

    • Length: 50–60 characters (never exceed 60)
    • Format: Primary Keyword — Brand Name or Primary Keyword: Descriptive Subtitle
    • Put the primary keyword first (or as close to the beginning as possible)
    • Do not keyword-stuff — the title must read naturally
    • For homepages: Brand Name — Short Value Proposition

Read the full file on GitHub · 168 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 · 168 lines · 25 tokens per session scan A f39f0b145000

Subscribe to this mod's changes

SEO Metadata Generator is a skill published in the GitHub repository Notysoty/openagentskills (9 stars, last pushed 26d ago), licensed MIT. It adds 25 tokens to every session and 2,101 once invoked, about $0.0001 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

cms-metadata-writer

Writes structured metadata fields — title tag, meta description, tags, category, slug, and Open Graph text — for a CMS entry, optimized for search discoverability and social sharing.

ur-grue/autopunk-media-skills · 42 tokens

show-notes-generator

Generates complete, SEO-friendly podcast show notes from a transcript or episode summary — including episode description, key takeaways, timestamps, guest bio, and links section — ready to paste into a podcast host platform.

ur-grue/autopunk-media-skills · 47 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

comprehensive-enrichment

Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.

gooseworks-ai/goose-skills · 53 tokens

google-search-ads-builder

End-to-end Google Search Ads campaign builder. Performs deep keyword research (competitor SEO, review language mining, Reddit/HN community terminology, site audit), builds keyword architecture with funnel mapping and intent classification, creates ad group structure, generates headline/description variants, builds…

gooseworks-ai/goose-skills · 79 tokens

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens