agentsclimarketplace

Roblox admin tools observability

Skill AshExplained/roblox-skills/roblox-admin-tools-observability

34 Claude Code AI skills for Roblox game development: ideas, Luau architecture, gameplay systems, UX, economy, monetization, security, QA, publishing, and live ops.

Install
npx -y skills add AshExplained/roblox-skills --skill roblox-admin-tools-observability

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Design Roblox admin tools and observability systems. Use for safe grant/revoke tools, moderation commands, audit logs, live diagnostics, economy inspection, player support, operational dashboards, and abuse-resistant admin workflows.

SKILL.md

1.4 KB, as published. Nobody here has run it

Roblox Admin Tools Observability

Goal

Give operators enough power to support the game without creating new abuse or data-loss risks.

Admin Tools

Useful tools include:

  • Player lookup.
  • Grant/revoke currency or items.
  • Teleport, kick, ban, mute, or warn.
  • Reset quest or stuck state.
  • View purchase and receipt status.
  • Inspect profile summary.
  • Trigger event or server announcement.

Safety Rules

  • Restrict admin access on the server.
  • Log every valuable or moderation action.
  • Include actor, target, time, reason, before/after values.
  • Prefer reversible actions.
  • Require confirmation for destructive or valuable changes.
  • Never expose admin power through client-only checks.

Observability

Track:

  • Errors and warnings.
  • Save/load failures.
  • Purchase/grant failures.
  • Economy anomalies.
  • Remote spam or invalid payloads.
  • Server performance and instance growth.

Output

Return:

  • Admin use cases.
  • Permission model.
  • Audit log fields.
  • Abuse risks.
  • Implementation and verification plan.

Next

Wire admin and ops signals into roblox-analytics-instrumentation, and route surfaced player issues through roblox-community-ops.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.