kindsusu

Su Presence — Security skill for Claude Code

Security community

Are we present in search and AI answers.

How to install Su Presence

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kindsusu/su-presence and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Su Presence does

Are we present in search and AI answers? One audit surface for SEO, AEO, GEO, LLMO and Korean engines (Naver, Daum). Crawl, draft, verify and measure citations. Python standard library, no dependencies.

Alternatives in Security

  • List All Global Skills Sorted By Provider Location — asm list --scope global --sort location asm search "code review" --json asm inspect my-skill asm audit --yes a 185 ★
  • Source Audit — Audit claims, evidence grades, and source quality for a case file, chapter brief, or draft 86 ★
  • SEO God — Turn Claude Code into an agentic SEO operator for your own site — audit, measure, daily loop, AI visibility, s 66 ★

README

su-presence

![su-presence — seven lanes, one audit lens](assets/su-presence.png)

Are we present in search and AI answers? SEO, AEO, GEO, LLMO, Naver and Daum as one surface. Hand-tuned by **su** ([kindsusu](https://github.com/kindsusu))

English · 한국어

CI version 2.0.0 stdlib only, zero dependencies Python 3.10+ License PolyForm Noncommercial 1.0.0 Korean-first

**A Korean-first skill for auditing technical search access, drafting site changes, verifying the live result, and measuring AI-search citations.** It keeps SEO, AEO, GEO, LLMO, Naver, and reputation as separate evidence lanes; crawler access, index state, citations, and business outcomes are not treated as the same result.

Quick start

Choose one installation path. The plugin is convenient for Claude Code; a clone is useful for standalone local runs and development.

Install the plugin

/plugin marketplace add kindsusu/su-presence
/plugin install su-presence@su-presence

Run commands from the installed skill directory, not from the project being audited:

python /tools/seo_geo.py doctor
python /tools/seo_geo.py audit https://example.com --out /out

Clone and run locally

git clone https://github.com/kindsusu/su-presence.git
cd su-presence
python t