OpenGSC: Skill for Claude Code

.agents/skills/seo-production/SKILL.md

seo-production is a skill for Claude Code, Codex from fenjo26/OpenGSC. It costs 53 tokens per session (1,432 once invoked), scanned A, original, MIT.

An end-to-end workflow for creating a new search-focused article using data from a site's Google Search Console account. It produces an outline, draft, source record, and verification results for the content team.

In plain words
What is it for?
Use it when creating a new article from a topic, keyword, or target page. It checks demand, competitor gaps, existing rankings, and possible overlap with current pages.
Why use it?
It reduces the risk of writing an article for the wrong search demand or competing with an existing page. Each factual claim can be traced to a source the reader can open.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is fenjo26/OpenGSC's own configuration. It tells Claude Code and Codex how to work on OpenGSC itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything OpenGSC configures →

Reuse

Borrowing it

Nothing to install: this file belongs to fenjo26/OpenGSC. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/fenjo26/OpenGSC/main/.agents/skills/seo-production/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fenjo26/OpenGSC

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-production

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fenjo26/opengsc/seo-production"><img src="https://agentmods.dev/badge/skills/fenjo26/opengsc/seo-production.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,432 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00053 $0.01432
Opus 5 $0.00026 $0.00716
Sonnet 5 $0.00011 $0.00286
Haiku 4.5 $0.00005 $0.00143

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

Security

Grade A, and why

seo-production 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.

.agents/skills/seo-production/SKILL.md · 101 lines

How it starts

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

OpenGSC SEO Production

Goal

Turn a topic into a publishable article that is grounded in this instance's own data, where every factual claim can be traced to a source the user can open. The deliverable is a content package, not a wall of prose: brief, outline, draft, claim ledger and the verification output.

Use page-optimization instead when the page already exists and underperforms. This skill is for something new.

Required inputs

  • The site. Call list_sites if the user has not named one.
  • A topic, a seed keyword, or a target page. Anything vaguer than that, ask.

OpenGSC MCP tools

  • get_keyword_demand: start here. Research already stored, joined against the site's own GSC positions, each row verdicted reach / wrong_page / none. Free.
  • get_competitor_gap: competitors' keywords bucketed close / weak / missing — what the market covers and this site does not.
  • get_search_performance and get_striking_distance: what the site already ranks for. A new article that targets an existing strength creates a cannibalization problem instead of traffic.
  • get_cannibalization: run it before writing, not after. If an existing URL already owns the intent, the honest recommendation is to extend that page.
  • get_generations: what has already been written here, so a "new" article is not a near-duplicate of one from three months ago.
  • fetch_page_content: any competing URL as clean Markdown. This is the sourcing tool.
  • analyze_text: deterministic check of the finished draft. No model call, same answer every time.
  • research_keywords: paid. Only when demand data is genuinely missing and the user asks.

Workflow

  1. Task card. Before any writing, state in five lines: target query, secondary queries, search intent, the reader, and what the page must let them do. Get it confirmed. Everything downstream is judged against this card.
  2. Demand evidence. get_keyword_demand, then get_competitor_gap. If neither shows real volume, say so plainly — "no demand data" is a finding, not a reason to invent an audience. Missing metrics mean not measured, never zero.
  3. Conflict check. get_cannibalization and get_search_performance for the target query. An existing ranking URL means: recommend extending it and stop, unless the user overrides.
  4. Source pass. fetch_page_content on the two or three URLs currently ranking. Read them for what the intent actually demands — sections, depth, format — not for sentences to reuse.
  5. Outline first. H2/H3 structure, one line per section on what it answers and which source backs it. Show the outline and wait. Writing before the outline is agreed wastes the draft.
  6. Claim ledger. Every number, date, price, statistic or named study in the outline gets a row: the claim, its source URL, and the date it was retrieved. A claim with no row does not enter the draft. This is what keeps the article defensible later.
  7. Write. Fill the approved outline. Concrete over decorative; the reader's task over the word count. Every ledger claim keeps its number exactly as sourced.
  8. Verify. analyze_text with the draft as text and the concatenated sources as source. Read it as a gate, not a score:
    • factDrift.severity: danger — numbers appear in the draft that no source contains. Fix before showing anyone. This is the check that stops an invented price from shipping.
    • structure.ok: false — the draft drifted from the approved outline.
    • machine tells — fix the specific ones reported, then re-run analyze_text. Editing for naturalness can silently reintroduce drift, so the last run must be the one you report.
  9. Package. Hand over title, meta description, slug, the article, the claim ledger and the verification output. Content Operations is where the human moves it: queue → approval → review → diff → pull request. This skill never opens a PR and never publishes.

Read the full file on GitHub · 101 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 · 101 lines · 53 tokens per session scan A 91a414660422

Subscribe to this mod's changes

seo-production is a skill published in the GitHub repository fenjo26/OpenGSC (22 stars, last pushed yesterday), licensed MIT. It adds 53 tokens to every session and 1,432 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

reskin

Author a NEW skin for the reskinnable-demo app. A skin is a self-contained domain plugin under src/skins/ / that implements the frozen Skin contract (src/shell/skin-contract.ts) to swap the app's entire experience — brand, theme, layout, pages, tools, data, and agent — as a live sales demo. Use when the user says "add…

CopilotKit/CopilotKit · 154 tokens

copilotkit-setup

Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit project from scratch. Covers framework detection, package installation, runtime wiring (managed Intelligence or self-hosted SSE), provider setup, and first working chat integration.

CopilotKit/CopilotKit · 56 tokens

setup-slack-channel

Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…

CopilotKit/CopilotKit · 206 tokens

copilotkit-channels

Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…

CopilotKit/CopilotKit · 112 tokens

runtime

@copilotkit/runtime — mount a fetch-native CopilotRuntime on any JS server, wire middleware, pick an AgentRunner, instantiate BuiltInAgent (Factory Mode with TanStack AI is the preferred default) or plug in any of 12 external agent frameworks (Mastra, LangGraph, CrewAI Crews/Flows, PydanticAI, ADK, LlamaIndex, Agno…

CopilotKit/CopilotKit · 150 tokens

copilotkit-integrations

Use when wiring an external agent framework (LangGraph, CrewAI, PydanticAI, Mastra, ADK, LlamaIndex, Agno, Strands, Microsoft Agent Framework, or others) into a CopilotKit application via the AG-UI protocol.

CopilotKit/CopilotKit · 61 tokens