# Yandex Games Dev

> Use when building or publishing a game for Yandex Games (Я.Игры) — integrating the Yandex Games SDK (ads, leaderboards, cloud saves, purchases) for HTML5/browser, Godot, or Unity, and passing Yandex moderation. ALWAYS fetch the current Yandex rules and SDK docs first.

- **Type:** Skill
- **Install:** `agentstack add skill-ayubjon-yandex-games-skill-yandex-games-skill`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Ayubjon](https://agentstack.voostack.com/s/ayubjon)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Ayubjon](https://github.com/Ayubjon)
- **Source:** https://github.com/Ayubjon/yandex-games-skill

## Install

```sh
agentstack add skill-ayubjon-yandex-games-skill-yandex-games-skill
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Building games for Yandex Games (Я.Игры)

## Step 0 — Fetch the CURRENT rules first (do not skip)

Yandex changes its requirements, moderation rules, and SDK. The notes in this
skill are a starting checklist, **not** the source of truth. Before writing game
code, open and read the live docs:

- Docs hub (RU): https://yandex.ru/dev/games/doc/dg/
- Docs hub (EN): https://yandex.com/dev/games/doc/en/

Read the current **requirements**, **moderation rules**, and **SDK reference**.
`references/rules-and-requirements.md` lists exactly what to check and the deep links.

## When to use this skill

Building a game for Yandex Games, integrating its SDK, or publishing/passing
moderation — in a browser/HTML5 engine, Godot, or Unity.

## Universal workflow

1. **Fetch current rules** (Step 0).
2. **Pick the engine** → open the matching reference below.
3. **Build the game as HTML5** (browser) or export to Web/WebGL (Godot/Unity).
4. **Integrate the SDK** — at minimum `YaGames.init()` + `LoadingAPI.ready()`;
   then cloud saves / leaderboards / ads / purchases as needed. For HTML5 you can
   drop in `assets/ya-sdk.js`.
5. **Test as a draft** in the developer console.
6. **Package the ZIP** (`index.html` in the root) and **upload**.
7. **Pass moderation** — run the rejection-reasons checklist first.

## References

| Topic | File |
|---|---|
| Live rules, requirements, moderation | `references/rules-and-requirements.md` |
| Yandex Games SDK (ads, saves, leaderboards, purchases) | `references/yandex-sdk.md` |
| Browser / HTML5 (JS, Phaser, PixiJS, Construct) | `references/browser-html5.md` |
| Godot 4 (Web export) | `references/godot.md` |
| Unity (WebGL) | `references/unity.md` |
| Publishing, console, localization | `references/publishing.md` |
| Copy-paste SDK wrapper | `assets/ya-sdk.js` |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Ayubjon](https://github.com/Ayubjon)
- **Source:** [Ayubjon/yandex-games-skill](https://github.com/Ayubjon/yandex-games-skill)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ayubjon-yandex-games-skill-yandex-games-skill
- Seller: https://agentstack.voostack.com/s/ayubjon
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
