roblox-homepage-ranking-auditor

roblox-homepage-ranking-auditor is a skill for Codex from kennyzir/7deer_skills. It costs 120 tokens per session (3,323 once invoked), scanned A, original, MIT.

A review skill for judging whether a Roblox or game-site homepage is structured to serve player searches and support search visibility.

In plain words
What is it for?
It is for auditing homepage content, finding missing or weak query sections, and deciding which search intents belong on the homepage or child pages.
Why use it?
It separates the homepage's actual player purpose and page structure from popularity, backlinks, and other outside ranking advantages.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit It is for auditing homepage content, finding missing or weak query sections, and deciding which search intents belong on the homepage or child pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor
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 kennyzir/7deer_skills --skill roblox-homepage-ranking-auditor
Clone the repo
git clone --depth 1 https://github.com/kennyzir/7deer_skills

Made for: 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 roblox-homepage-ranking-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor/github.svg)](https://agentmods.dev/skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor)
Your own site
<a href="https://agentmods.dev/skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor"><img src="https://agentmods.dev/badge/skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor/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 roblox-homepage-ranking-auditor

Your own site · 80×15
<a href="https://agentmods.dev/skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor"><img src="https://agentmods.dev/badge/skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,323 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 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.00120 $0.03323
Opus 5 $0.00060 $0.01662
Sonnet 5 $0.00024 $0.00665
Haiku 4.5 $0.00012 $0.00332

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

Security

Grade A, and why

roblox-homepage-ranking-auditor 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/audit_homepage.py, scripts/test_audit_homepage.py), 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.

roblox-homepage-ranking-auditor/SKILL.md · 401 lines

How it starts

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

Roblox Homepage Ranking Auditor

Objective

Determine whether an existing game-site homepage conforms to the RB Auto Golden Homepage model and has strong homepage structural ranking potential under a controlled assumption:

  • new site;
  • zero backlinks and zero domain history;
  • no advantage from keyword search volume or game popularity;
  • facts are evaluated separately from homepage structure;
  • the audit compares what the homepage itself is designed to do, not current rankings.

The primary output is not “good SEO” or “bad SEO.” It is:

  1. What player job the homepage owns.
  2. What main engine creates non-generic value.
  3. Which query families belong to / and which belong to child routes.
  4. Whether the homepage directly answers, summarizes, routes, or merely names each intent.
  5. An eight-dimension structural score out of 100.
  6. Structural blockers, separate delivery gates, and minimal repair work orders.

When This Skill Applies

Use this skill when the user asks Codex to:

  • audit a Roblox/game-site homepage for new-site ranking potential;
  • judge whether a homepage matches the RB Auto golden model;
  • review whether the homepage has a suitable main engine;
  • detect a thin, templated, keyword-only, or generic homepage;
  • inspect homepage versus child-page intent ownership;
  • find homepage/internal-page cannibalization or duplicate calculators;
  • produce a homepage score, verdict, and actionable repair plan;
  • validate a newly generated RB Auto homepage before launch.

Do Not Use This Skill For

  • backlink, DR, DA, domain-age, or brand-strength analysis;
  • estimating current traffic or keyword search volume;
  • generic full-site technical SEO audits;
  • checking factual accuracy as part of the 100-point structural score;
  • evaluating maintainability, future extensibility, or production cost inside the structural score;
  • rewarding a page merely for adding “verified,” dates, sources, author bios, or social proof;
  • redesigning the whole repository when only the homepage is under review.

Read the full file on GitHub · 401 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. 3d ago First seen · 401 lines · 120 tokens per session scan A 72c72dacd98f

Subscribe to this mod's changes

roblox-homepage-ranking-auditor is a skill published in the GitHub repository kennyzir/7deer_skills (313 stars, last pushed 4d ago), licensed MIT. It adds 120 tokens to every session and 3,323 once invoked, about $0.0006 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-08.

Related

Other skills, from other repositories

design-lenses

Critique a game's design through Schell's lenses, MDA and systems thinking, ranking findings by severity with fixes. Design-level review, not bugs or feel tuning.

kyh/vibedgames · 38 tokens

teach-me

Teach the user to build browser games themselves across sessions, by building real games together. Not for building a game for them.

kyh/vibedgames · 28 tokens

roblox-audio

Roblox audio — the modern modular audio graph (AudioPlayer, AudioEmitter, AudioListener, Wire, AudioTextToSpeech) and the legacy Sound/SoundGroup system. Covers 2D vs 3D audio, spatial attenuation, effects (Equalizer, Compressor, Reverb, Echo, Distortion), TTS/STT, acoustic simulation, asset permissions and the 2022…

nonlooped/roblox-suite · 111 tokens

roblox-open-cloud

Roblox Open Cloud REST API for accessing data stores, assets, universes, places, users, groups, subscriptions, and Luau execution from outside the engine or via HttpService. Covers authentication (API keys, OAuth 2.0, avoiding legacy cookie auth), scopes and least-privilege, IP allowlists, key rotation and the 60-day…

nonlooped/roblox-suite · 128 tokens

roblox-animation

Modern Roblox animation and tweening — Animator/AnimationTrack over deprecated Humanoid:LoadAnimation, IKControl for procedural posing, marker-driven events, and TweenService for UI and 3D properties. Covers priorities, caching, the Animation Editor workflow, UI scale/AnchorPoint best practices, typewriter effects…

nonlooped/roblox-suite · 86 tokens

roblox-datastores

Safety-oriented Roblox DataStore guidance for reducing data loss, throttling, races, and quota exhaustion. Covers DataStore vs OrderedDataStore, UpdateAsync for atomic writes, versioning and metadata for recovery, budgets and rate limits, player profile and session-locking patterns, leaderboards, RTBF, and integration…

nonlooped/roblox-suite · 91 tokens