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.
curl -O https://raw.githubusercontent.com/fenjo26/OpenGSC/main/.agents/skills/seo-production/SKILL.mdgit clone --depth 1 https://github.com/fenjo26/OpenGSCWrote 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.
[](https://agentmods.dev/skills/fenjo26/opengsc/seo-production)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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_sitesif 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 verdictedreach/wrong_page/none. Free.get_competitor_gap: competitors' keywords bucketed close / weak / missing — what the market covers and this site does not.get_search_performanceandget_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
- 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.
- Demand evidence.
get_keyword_demand, thenget_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. - Conflict check.
get_cannibalizationandget_search_performancefor the target query. An existing ranking URL means: recommend extending it and stop, unless the user overrides. - Source pass.
fetch_page_contenton the two or three URLs currently ranking. Read them for what the intent actually demands — sections, depth, format — not for sentences to reuse. - 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.
- 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.
- 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.
- Verify.
analyze_textwith the draft astextand the concatenated sources assource. 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.
- 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.
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.
- 10d ago First seen · 101 lines · 53 tokens per session scan A 91a414660422
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.
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-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.
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-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…
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-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.