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.
npx skills add kennyzir/7deer_skills --skill roblox-homepage-ranking-auditorgit clone --depth 1 https://github.com/kennyzir/7deer_skillsWrote 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.
[](https://agentmods.dev/skills/kennyzir/7deer_skills/roblox-homepage-ranking-auditor)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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:
- What player job the homepage owns.
- What main engine creates non-generic value.
- Which query families belong to
/and which belong to child routes. - Whether the homepage directly answers, summarizes, routes, or merely names each intent.
- An eight-dimension structural score out of 100.
- 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.
What ships with it
14 files 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.
- agents/openai.yaml 377 B
- assets/homepage_audit.schema.json 6.9 KB
- assets/rubric.yaml 2.3 KB
- examples/sample-input.md 537 B
- examples/sample-report.md 1.2 KB
- README.md 1.6 KB
- references/audit-procedure.md 3.4 KB
- references/golden-homepage-model.md 7.7 KB
- references/hard-blockers.md 3.8 KB
- references/report-template.md 2.9 KB
- references/scoring-rubric.md 8.5 KB
- requirements.txt 57 B
- scripts/audit_homepage.py 23 KB runs code
- scripts/test_audit_homepage.py 3.0 KB runs code
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.
- 3d ago First seen · 401 lines · 120 tokens per session scan A 72c72dacd98f
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.
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.
teach-me
Teach the user to build browser games themselves across sessions, by building real games together. Not for building a game for them.
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…
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…
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…
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…