entity-optimizer

Solid

PARKED (2026-07-17 wiring audit) — designed but never wired; nothing routes here and its companion agents/entity-extractor.md is equally unreachable. Track 47 entity signals per entity (per seo-geo). Maintains ai_resolution_status per engine (recognized/partial/unrecognized/confused). The ONLY skill that writes to memory/entities/.

AI & Automation 43 stars 13 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
78
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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-sig...

Details

Author
XuanRanL
Repository
XuanRanL/loamwright-SEO-Skill
Created
2 weeks ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

entity-seo

Rank a person or brand at the top for their own name, with full-site SEO, GEO (AI/generative search), AEO (answer engines & voice), and local SEO technique coverage along the way. Use when someone owns a matching domain but is outranked by same-name entities (a business, a celebrity, hundreds of namesakes), the site is new and low-authority, or they want a broader SEO/GEO/AEO tune-up while fixing the name-ranking problem. Walks through diagnosis, on-site SEO (titles, meta/headings/URLs, canonicals, a JSON-LD entity graph, sitemap/robots, image SEO, content-quality/thin-content checks), GEO & AEO (E-E-A-T, AI-citable content, query-intent mapping, featured-snippet formatting, FAQ/HowTo/Speakable schema, voice search), local SEO for organizations with a physical/service-area presence, off-site authority (profile links and backlinks), first-hand content, a free-first tool list, free Google Search Console rank measurement with a daily automation and a weekly/monthly/quarterly monitoring cadence, and an optional a

0 Updated yesterday
saadsalmankhan
AI & Automation Solid

ontology

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.

395 Updated 1 months ago
1mancompany
AI & Automation Listed

entity-resolver

Resolves entity ambiguity across document corpora — fuzzy name matching, alias detection, identity consolidation, and confidence-scored entity merging

4 Updated 4 weeks ago
AreteDriver