bytesagain-geo-seo

bytesagain-geo-seo is a skill for Claude Code, Codex from bytesagain/ai-skills. It costs 77 tokens per session (242 once invoked), scanned A, original, no licence file.

A reference and workflow for improving how websites appear in AI search results. GEO means Generative Engine Optimization, while AEO means Answer Engine Optimization.

In plain words
What is it for?
Use it to work with llms.txt, check GEO requirements, scan websites, track AI bots with nginx, and monitor citations in ChatGPT, Perplexity, and Gemini.
Why use it?
It helps address the problem of AI search systems overlooking a website or failing to cite its content.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to work with llms.txt, check GEO requirements, scan websites, track AI bots with nginx, and monitor citations in ChatGPT, Perplexity, and Gemini.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytesagain/ai-skills/bytesagain-geo-seo
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 bytesagain/ai-skills --skill bytesagain-geo-seo
Clone the repo
git clone --depth 1 https://github.com/bytesagain/ai-skills

Made for: Claude Code, Codex.

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 bytesagain-geo-seo

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytesagain/ai-skills/bytesagain-geo-seo.svg)](https://agentmods.dev/skills/bytesagain/ai-skills/bytesagain-geo-seo)
Your own site
<a href="https://agentmods.dev/skills/bytesagain/ai-skills/bytesagain-geo-seo"><img src="https://agentmods.dev/badge/skills/bytesagain/ai-skills/bytesagain-geo-seo.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 242 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.
Origin unknown 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.00077 $0.00242
Opus 5 $0.00039 $0.00121
Sonnet 5 $0.00015 $0.00048
Haiku 4.5 $0.00008 $0.00024

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

Security

Grade A, and why

bytesagain-geo-seo 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/script.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

bytesagain-geo-seo/SKILL.md · 30 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 30 lines · 77 tokens per session scan A 7829e0557e5f

Subscribe to this mod's changes

bytesagain-geo-seo is a skill published in the GitHub repository bytesagain/ai-skills (13 stars, last pushed 4mo ago), with no licence file. It adds 77 tokens to every session and 242 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-09-03.

Related

Other skills, from other repositories

build-backlinks

Finds free backlink and brand mention opportunities across Hacker News, Quora, GitHub, directories, and niche communities. Outputs a prioritized action plan with draft responses ready to post. Use after brand research and content creation to amplify reach and AI engine citations.

onvoyage-ai/gtm-engineer-skills · 55 tokens

geo-content-research

Researches what prompts people ask AI engines (ChatGPT, Gemini, Perplexity, Claude) about a product category and produces a prompts.csv artifact — a prioritized, strictly-schema'd list of the queries where the brand should be cited. Feeds the monitor workflow.

onvoyage-ai/gtm-engineer-skills · 59 tokens

create-geo-charts

Creates data visualizations (charts, graphs, tables) optimized for AI engine parsing and citation. Produces inline SVG/HTML with text summaries, data tables, and JSON-LD so AI engines can quote the data.

onvoyage-ai/gtm-engineer-skills · 50 tokens

improve-aeo-geo

Audits a website codebase and makes code changes so AI engines (ChatGPT, Claude, Perplexity, Google AI Overviews) can better discover, parse, quote, and cite the site. Covers structured data, content structure, technical signals, and freshness.

onvoyage-ai/gtm-engineer-skills · 61 tokens

write-seo-geo-content

Writes product-led content pages optimized for both search engines and AI engine citations. Produces markdown files with frontmatter, following page-type frameworks (comparison, guide, use case, learn, trust) with verified sources and no fabricated data.

onvoyage-ai/gtm-engineer-skills · 54 tokens

build-resource-pages

Takes existing content markdown files and builds production-final resource center pages on client websites using their existing tech stack and design system. Output is live-ready — no review pass, no placeholder content, no prototype styling. Implements hub pages, section listings, article pages, and cross-linking for…

onvoyage-ai/gtm-engineer-skills · 72 tokens