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 ztemerbekov/a1-yandex-kit-skills --skill a1-yandex-kit-setupgit clone --depth 1 https://github.com/ztemerbekov/a1-yandex-kit-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/ztemerbekov/a1-yandex-kit-skills/a1-yandex-kit-setup)<a href="https://agentmods.dev/skills/ztemerbekov/a1-yandex-kit-skills/a1-yandex-kit-setup"><img src="https://agentmods.dev/badge/skills/ztemerbekov/a1-yandex-kit-skills/a1-yandex-kit-setup/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/ztemerbekov/a1-yandex-kit-skills/a1-yandex-kit-setup"><img src="https://agentmods.dev/badge/skills/ztemerbekov/a1-yandex-kit-skills/a1-yandex-kit-setup.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.00099 | $0.05197 |
| Opus 5 | $0.00049 | $0.02599 |
| Sonnet 5 | $0.00020 | $0.01039 |
| Haiku 4.5 | $0.00010 | $0.00520 |
Grade A, and why
a1-yandex-kit-setup 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 2d 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 — 455 lines — stays where its author put it; the contents beside it link to each section on GitHub.
A1 Yandex KIT Setup
Communication
Before producing any user-facing message, read and apply
../a1-yandex-kit/references/merchant-communication.md
completely.
Make setup a concierge flow for typed requests and voice transcriptions alike. Start from the branch that invoked it:
- For the short orientation request
Связь с магазином, ask one question:Что сделать: подключить магазин или переподключить его с новым токеном? - A concrete request to connect or reconnect authorizes updating the selected client's user-level MCP configuration after the required inputs are collected and the candidate token passes validation. Reinstalling the connection and changing the token are both reconnection requests.
A project-local skill installation does not limit the configuration to that project.
Use scripts/setup.mjs for configuration and the direct read-only smoke test.
Resolve every relative path from this skill directory, not from the user's
project.
1. Identify the client and prerequisite
Infer the current client from the host when it is clear. Otherwise ask one short
question: В каком приложении вы сейчас хотите подключить Яндекс KIT?
Normalize the answer to one of:
claude-code, claude-desktop, cursor, codex, vscode, kimi,
kimi-desktop, hermes, openclaw.
Treat Kimi Code and Kimi Desktop as different clients. Use kimi only for the
Kimi Code CLI and kimi-desktop for the Kimi Work desktop application. When
the user says only “Kimi” and the host does not disambiguate it, ask:
Вы используете приложение Kimi на компьютере или Kimi Code в терминале?
For a tested client, run:
node "<skill-directory>/scripts/setup.mjs" status --client <client> --json
status verifies both Node.js 20+ and an executable npx before any token is
requested or any config is changed. If either prerequisite is unavailable, give
one exact Node.js installation link or instruction appropriate to the operating
system and stop. Leave installation to that operating-system installer. For
another client, run the independent preflight and continue to the compatibility
ladder in step 2:
What ships with it
27 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 357 B
- assets/icon-large.svg 2.3 KB
- assets/icon-small.svg 2.3 KB
- references/approval-policies.md 4.3 KB
- references/client-profiles.md 4.8 KB
- references/compatibility.md 6.5 KB
- scripts/fixtures/fake-mcp-server.mjs 2.4 KB runs code
- scripts/lib/approval-policy.mjs 13 KB runs code
- scripts/lib/assets/kit-background.webp 114 KB
- scripts/lib/assets/kit-logo.svg 15 KB
- scripts/lib/assets/ys-display-cond-black.woff2 53 KB
- scripts/lib/browser.mjs 3.6 KB runs code
- scripts/lib/client-profiles.mjs 5.5 KB runs code
- scripts/lib/config/index.mjs 2.4 KB runs code
- scripts/lib/config/json.mjs 3.6 KB runs code
- scripts/lib/config/toml.mjs 16 KB runs code
- scripts/lib/config/yaml.mjs 11 KB runs code
- scripts/lib/configuration.mjs 9.0 KB runs code
- scripts/lib/process.mjs 7.7 KB runs code
- scripts/lib/session-env.mjs 2.3 KB runs code
- scripts/lib/shared.mjs 2.3 KB runs code
- scripts/lib/smoke.mjs 8.4 KB runs code
- scripts/lib/token-web.mjs 23 KB runs code
- scripts/modules.test.mjs 3.3 KB runs code
- scripts/setup-lib.mjs 1.3 KB runs code
- scripts/setup.mjs 10 KB runs code
- scripts/setup.test.mjs 71 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.
- 2d ago Changed · +52 lines 329f516df416
- 5d ago Changed · +129 lines 2847da864575
- 12d ago First seen · 274 lines · 99 tokens per session scan A cd32627e6218
a1-yandex-kit-setup is a skill published in the GitHub repository ztemerbekov/a1-yandex-kit-skills (2 stars, last pushed 3d ago), licensed MIT. It adds 99 tokens to every session and 5,197 once invoked, about $0.0005 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-31.
Other skills, from other repositories
nft-standards
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
beat-sync-reel
Generates Instagram Reels where product image cuts are synced to audio beats. Accepts audio as a local file, URL, or search query. Uses librosa for beat detection, FFmpeg Ken Burns for scene animation, and Pillow for text overlays. No AI video generation — fully free, fast, and scalable.
product-reel-generator
Generates Instagram-ready product reels from any e-commerce product page URL. Scrapes product images, classifies by type, generates AI-animated clips via Higgsfield API, creates text overlays with style presets, and composes a 15-20 second reel with music. Supports model-based and product-only reels.
amazon-search
Search Amazon products - find items, compare prices, read reviews.
ebay-search
Search eBay listings - find items, auctions, deals, and compare prices.
product-photoshoot
Create faithful studio, lifestyle, and on-model product photography through the GooseWorks Product Photos workflow, then approve selected results for reuse in future creative work.