content-scoring

content-scoring is a skill for Claude Code from mverab/eGEOagents. It costs 34 tokens per session (893 once invoked), scanned A, original, MIT.

A content-review guide that scores text against ten criteria used in generative engine optimization (GEO), such as clarity, evidence, and user intent.

In plain words
What is it for?
Rating content, explaining its weaknesses, and producing prioritized fixes for better visibility in AI-generated search answers.
Why use it?
It gives content reviews a consistent scoring method and highlights the most important improvements.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add skills/mverab/egeoagents/content-scoring
Any agent
npx skills add mverab/eGEOagents --skill content-scoring
Clone the repo
git clone --depth 1 https://github.com/mverab/eGEOagents

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 content-scoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/mverab/egeoagents/content-scoring.svg)](https://agentmods.dev/skills/mverab/egeoagents/content-scoring)
Your own site
<a href="https://agentmods.dev/skills/mverab/egeoagents/content-scoring"><img src="https://agentmods.dev/badge/skills/mverab/egeoagents/content-scoring.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 893 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00034 $0.00893
Opus 5 $0.00017 $0.00447
Sonnet 5 $0.00007 $0.00179
Haiku 4.5 $0.00003 $0.00089

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

Security

Grade A, and why

content-scoring 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 6d 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.

.claude/skills/content-scoring/SKILL.md · 78 lines

How it starts

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

Content Scoring Skill

When scoring content for GEO optimization:

The 10 GEO Criteria

Score each criterion 0-10:

# Criterion What to Look For
1 Ranking Emphasis "best", "top", "#1", superlatives, leadership claims
2 User Intent Direct answers, addresses specific needs, solves problems
3 Competitive Diff Unique advantages, "unlike others", differentiators
4 Social Proof Stats, testimonials, reviews, customer counts, ratings
5 Narrative Engaging flow, persuasive language, compelling story
6 Authority Expert tone, credentials, specific knowledge, confidence
7 USPs Clear unique value, what makes it special
8 Urgency Time limits, scarcity, "now", limited availability
9 Scannable Headers, bullets, short paragraphs, clear structure
10 Factual Verifiable claims, specific numbers, accurate info

Scoring Guide

  • 0-2: Missing or severely lacking
  • 3-4: Present but weak
  • 5-6: Adequate, room for improvement
  • 7-8: Good, minor improvements possible
  • 9-10: Excellent, near optimal

Output Format

┌─────────────────────────────────────────────────────────────┐
│  📊 GEO CONTENT SCORE                                       │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  OVERALL SCORE: XX/100                                      │
│  ██████████████████░░░░░░░░░░  XX%                          │
│                                                             │
│  BREAKDOWN                                                  │
│  ─────────                                                  │
│  1. Ranking Emphasis    ████████░░  8/10                    │
│  2. User Intent         ██████████  10/10                   │
│  3. Competitive Diff    ████░░░░░░  4/10                    │
│  4. Social Proof        ██░░░░░░░░  2/10  ⚠️ Priority       │
│  5. Narrative           ██████░░░░  6/10                    │
│  6. Authority           ████████░░  8/10                    │
│  7. USPs                ██████░░░░  6/10                    │
│  8. Urgency             ░░░░░░░░░░  0/10  ⚠️ Priority       │
│  9. Scannable           ████████░░  8/10                    │
│  10. Factual            ██████████  10/10                   │
│                                                             │
│  TOP PRIORITIES                                             │
│  ──────────────                                             │
│  1. Add social proof (+15-20 points potential)              │
│  2. Add urgency signals (+5-10 points potential)            │
│  3. Strengthen competitive differentiation (+8 points)      │
│                                                             │
│  EVIDENCE                                                   │
│  ────────                                                   │
│  ✓ Good: "industry-leading solution" (ranking emphasis)     │
│  ✗ Missing: No customer testimonials (social proof)         │
│  ✗ Missing: No time-sensitive offers (urgency)              │
│                                                             │
└─────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 78 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. 6d ago First seen · 78 lines · 34 tokens per session scan A ee1cba09d07a

Subscribe to this mod's changes

content-scoring is a skill published in the GitHub repository mverab/eGEOagents (173 stars, last pushed 4d ago), licensed MIT. It adds 34 tokens to every session and 893 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.

Related

Other skills, from other repositories

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

outreach-manager

Use when the user asks to "write influencer outreach", "follow up with a creator", "pitch a journalist, hunter, or launch partner", or "negotiate partnership terms"; produces personalized pitches, multi-touch follow-up sequences, negotiation scripts with objection handling, and a status pipeline tracker — the shared…

aaron-he-zhu/aaron-marketing-skills · 134 tokens

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

aaron-he-zhu/aaron-marketing-skills · 124 tokens

send-experiment-designer

Use when the user asks to "design an email A/B test", "set up a multivariate subject/CTA test", "run a send-time test", "build a hold-out group", or "is this email result statistically and practically material?"; produces a falsifiable hypothesis, one-variable-per-cell matrix, sample-size/MDE/duration/power plan, and…

aaron-he-zhu/aaron-marketing-skills · 146 tokens

email-sequence-designer

Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "plan a cold-outbound sequence"; produces general lifecycle automation flows (welcome, cart, browse-abandon, post-purchase, in-flow re-engagement, B2B cold outbound)…

aaron-he-zhu/aaron-marketing-skills · 197 tokens

newsletter-monetization-planner

Use when the user asks to "monetize my newsletter", "build a sponsorship rate card", or "model paid-subscription revenue"; produces a revenue model (paid tiers, ad/sponsorship inventory + CPM/flat rate card, referral/boost loops), a list-growth ↔ revenue projection, and honest-offer / disclosure checks for the SEND-D…

aaron-he-zhu/aaron-marketing-skills · 139 tokens