entity-optimizer

entity-optimizer is a skill for Claude Code from XuanRanL/loamwright-SEO-Skill. It costs 76 tokens per session (513 once invoked), scanned A, original, Apache-2.0.

A planned system for recording information about named entities such as organizations, people, places, products, and concepts. It is currently marked as parked and not connected to any workflow, so it does not perform these jobs in practice.

In plain words
What is it for?
Treat it as design documentation rather than an available tool; wiring it into a workflow or removing it requires a product decision.
Why use it?
There is no active route that invokes it or writes its intended entity records, so using it would not produce the described results.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the xuanran-seo-blog-writer plugin — 68 skills, 34 agents, 4 hooks shipped together

Good fit Treat it as design documentation rather than an available tool; wiring it into a workflow or removing it requires a product decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xuanranl/loamwright-seo-skill/entity-optimizer
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 XuanRanL/loamwright-SEO-Skill --skill entity-optimizer
Clone the repo
git clone --depth 1 https://github.com/XuanRanL/loamwright-SEO-Skill

Made for: Claude Code.

Or install xuanran-seo-blog-writer, the plugin that ships this one along with the rest of its 68 skills, 34 agents, 4 hooks.

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 entity-optimizer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/xuanranl/loamwright-seo-skill/entity-optimizer"><img src="https://agentmods.dev/badge/skills/xuanranl/loamwright-seo-skill/entity-optimizer.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 513 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.00076 $0.00513
Opus 5 $0.00038 $0.00257
Sonnet 5 $0.00015 $0.00103
Haiku 4.5 $0.00008 $0.00051

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

Security

Grade A, and why

entity-optimizer 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 9d 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.

subskills/cross-cutting/entity-optimizer/SKILL.md · 56 lines

What it actually says

Entity Optimizer

⚠️ PARKED — NOT WIRED (2026-07-17 wiring audit). No skill, orchestrator stage, or hook routes to this subskill; memory/entities/ has no writer today. This document is design, not behavior (Rule 6). Wiring the Wiki-Phase entity feature (or deleting this pair) is a product decision — see CHANGELOG [3.40.0].

Sole writer of memory/entities/{id}.md.

47 entity signals (per seo-geo)

Each entity entry tracks:

  • name + aliases
  • type (Organization / Person / Place / Product / Concept)
  • @id (canonical URL or Wikidata QID)
  • description (definitive)
  • founding date (if Org)
  • industry
  • key relationships (sameAs, subsidiaries, etc.)
  • ai_resolution_status per engine (chatgpt/pplx/claude/gemini)
  • last_probed_at
  • citation_count_30d
  • (... 47 total)

Workflow

1. After research / draft / publish, scan for entities mentioned
2. For each new entity:
   - Create memory/entities/{slug}.md
   - Populate from Wikidata if available
   - Probe AI engines for recognition
3. For each existing entity:
   - Update citation_count
   - Re-probe if ai_resolution_status known stale (>30d)
4. Cross-project linking: entities are global (used across all projects)

ai_resolution_status states

  • recognized: brand named accurately + sources cite our URL
  • partial: brand named but facts wrong OR our URL not cited
  • unrecognized: brand not mentioned
  • confused: brand mentioned but mixed with another (HIGH RISK)

See also

  • references/geo/47-entity-signals.md (TODO)
  • scripts/fetch/ai_search_probe.py
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. 9d ago First seen · 56 lines · 76 tokens per session scan A bfbb4dd30696

Subscribe to this mod's changes

entity-optimizer is a skill published in the GitHub repository XuanRanL/loamwright-SEO-Skill (47 stars, last pushed 22d ago), licensed Apache-2.0. It adds 76 tokens to every session and 513 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-30.

Related

Other skills, from other repositories

geo-platform-optimizer

Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.

zubair-trabzada/geo-seo-claude · 34 tokens

four-core-documents

Produce Part 3 of the 12-Part engagement: the four strategic-spine documents across 61 steps — 3.1 Business & SBU Analysis, 3.2 Segmentation Framework, 3.3 Brand Positioning & Communications, 3.4 DMFlow — with --doc single-document runs, --view v2 re-runs, and a --combined executive stitch. Triggers on…

indranilbanerjee/digital-marketing-pro · 164 tokens

seo-plan

Build a 12-month SEO strategy and phased roadmap with industry templates (SaaS, ecommerce, local, publisher, agency). With fresh specialist outputs it runs as a dispatcher: scores four pillars — technical, content, topical, AI search — and makes the weakest pillar the plan's lead theme; missing specialists re-run only…

indranilbanerjee/digital-marketing-pro · 177 tokens

continuous-improvement-loop

Run Part 12 of the engagement methodology — the continuous improvement loop that aggregates quarterly-review, customer-feedback, competitive, and operating signals into a Quarterly Product & Offering Improvement Brief for business leadership, plus fast 1-3 page ad-hoc briefs when a significant signal lands…

indranilbanerjee/digital-marketing-pro · 148 tokens

c2pa-metadata

Embed a C2PA provenance manifest into an AI-generated marketing asset (PNG, JPG, WebP, GIF, TIFF, MP4, MOV, WebM, MP3, WAV, PDF) via scripts/embed-c2pa.py — produces a signed copy of the file carrying IPTC digital-source-type AI claims, an optional c2pa.ai-disclosure assertion for EU AI Act Article 50 (applicable 2…

indranilbanerjee/digital-marketing-pro · 183 tokens

competitor-pages

Build competitor comparison and alternatives pages — X-vs-Y head-to-heads, alternatives-to-X lists, category roundups, and feature-matrix pages — delivering a 1,500+ word page template, comparison table, JSON-LD schema via schema-generator.py, keyword and title-tag targeting, an internal-linking plan, and…

indranilbanerjee/digital-marketing-pro · 142 tokens