ai-slot-game-developer

ai-slot-game-developer is a skill for Codex from egorfedorov/Slot-Casino-Game-Developer-Skills-for-Stake-Engine. It costs 64 tokens per session (491 once invoked), scanned A, original, no licence file.

A guide for building AI-driven features in slot games, where players make repeated spins with game outcomes determined by configured rules and systems.

In plain words
What is it for?
Use it to add AI to slot modes, connect model providers, set spin-time limits, define deterministic fallbacks, and review features before release.
Why use it?
It helps address model delays, unavailable AI services, predictable fallback behavior, and the runtime, safety, and monitoring requirements of AI slot features.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to add AI to slot modes, connect model providers, set spin-time limits, define deterministic fallbacks, and review features before release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/ai-slot-game-developer
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 egorfedorov/Slot-Casino-Game-Developer-Skills-for-Stake-Engine --skill ai-slot-game-developer
Clone the repo
git clone --depth 1 https://github.com/egorfedorov/Slot-Casino-Game-Developer-Skills-for-Stake-Engine

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 ai-slot-game-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/ai-slot-game-developer/github.svg)](https://agentmods.dev/skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/ai-slot-game-developer)
Your own site
<a href="https://agentmods.dev/skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/ai-slot-game-developer"><img src="https://agentmods.dev/badge/skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/ai-slot-game-developer/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 ai-slot-game-developer

Your own site · 80×15
<a href="https://agentmods.dev/skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/ai-slot-game-developer"><img src="https://agentmods.dev/badge/skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/ai-slot-game-developer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 491 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.00064 $0.00491
Opus 5 $0.00032 $0.00246
Sonnet 5 $0.00013 $0.00098
Haiku 4.5 $0.00006 $0.00049

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

Security

Grade A, and why

ai-slot-game-developer 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_ai_slot_runtime_spec.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.

ai-slot-game-developer/SKILL.md · 66 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

5 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.

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. 12d ago First seen · 66 lines · 64 tokens per session scan A 2a0e35fda5ad

Subscribe to this mod's changes

ai-slot-game-developer is a skill published in the GitHub repository egorfedorov/Slot-Casino-Game-Developer-Skills-for-Stake-Engine (59 stars, last pushed 6mo ago), with no licence file. It adds 64 tokens to every session and 491 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

pufferlib

Version-aware guidance for PufferLib reinforcement-learning environments, vectorization, policies, PuffeRL training, evaluation, and safe checkpoint review. Use when adapting Gymnasium/PettingZoo environments to published PufferLib 3.0.0 or working with the redesigned native 4.0 source line.

K-Dense-AI/scientific-agent-skills · 65 tokens

mjlab-to-mjswan

Port an mjlab task to mjswan: turn a local or remote GitHub repo that registers mjlab tasks into a browser app. Use when the user wants to run, visualize, or deploy an mjlab task (theirs or a third party's) in the browser with mjswan.

ttktjmt/mjswan · 0 tokens

prompt-engineering

Master the art and science of crafting effective prompts for large language models. Covers foundational patterns, advanced techniques like chain-of-thought and role prompting, structured output formats, and practical strategies for iterative refinement.

cosmicstack-labs/mercury-agent-skills · 44 tokens

prompt-version-management

Manage prompt versions, run A/B tests across agent prompts, track performance regressions, and safely roll out prompt changes in production. Covers prompt diffing, semantic versioning, canary releases, and automated evaluation.

cosmicstack-labs/mercury-agent-skills · 47 tokens

routerbase-model-gateway

Configure RouterBase as an OpenAI compatible model gateway for AI apps, with routing, fallback, media generation, and credential handling patterns.

cosmicstack-labs/mercury-agent-skills · 33 tokens

ai-game-world-design

Complete mastery guide for designing and building AI-powered game worlds — procedural world generation, NPC behavior trees, LLM-driven dialogue systems, emergent storytelling, economy simulation, player modeling, and real-time difficulty adaptation. Covers the full stack from world-building fundamentals to integrating…

nirholas/three.ws · 88 tokens