tbank-tickets

tbank-tickets is a skill for Claude Code from icyberdeveloper/tbank-mcp. It costs 155 tokens per session (3,541 once invoked), scanned A, original, MIT.

Instructions for buying cinema, concert, theatre, and exhibition tickets through T-Bank's event service. They cover the process from finding an event and checking seats to making a paid booking.

In plain words
What is it for?
Use them to search events, find film showtimes or other event schedules, check prices and available seats, reserve specific seats, and complete a ticket purchase.
Why use it?
They clarify which search and schedule process applies to each event type and warn that reservations use real seats and payment can charge real money.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tbank plugin — 11 skills, 2 MCP servers shipped together

Good fit Use them to search events, find film showtimes or other event schedules, check prices and available seats, reserve specific seats, and complete a ticket purchase.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/icyberdeveloper/tbank-mcp/tbank-tickets
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 icyberdeveloper/tbank-mcp --skill tbank-tickets
Clone the repo
git clone --depth 1 https://github.com/icyberdeveloper/tbank-mcp

Made for: Claude Code.

Or install tbank, the plugin that ships this one along with the rest of its 11 skills, 2 MCP servers.

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 tbank-tickets

README.md
[![agentmods](https://agentmods.dev/badge/skills/icyberdeveloper/tbank-mcp/tbank-tickets/github.svg)](https://agentmods.dev/skills/icyberdeveloper/tbank-mcp/tbank-tickets)
Your own site
<a href="https://agentmods.dev/skills/icyberdeveloper/tbank-mcp/tbank-tickets"><img src="https://agentmods.dev/badge/skills/icyberdeveloper/tbank-mcp/tbank-tickets/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 tbank-tickets

Your own site · 80×15
<a href="https://agentmods.dev/skills/icyberdeveloper/tbank-mcp/tbank-tickets"><img src="https://agentmods.dev/badge/skills/icyberdeveloper/tbank-mcp/tbank-tickets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,541 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium analysis-evasion · line 1
    Suspicious Unicode normalization or mixed-script content
    Fix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
How audits are shown
Origin original 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.00155 $0.03541
Opus 5 $0.00077 $0.01770
Sonnet 5 $0.00031 $0.00708
Haiku 4.5 $0.00015 $0.00354

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

Security

Grade A, and why

tbank-tickets 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.

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.

tbank_mcp/skills/tbank-tickets/SKILL.md · 205 lines

How it starts

The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Билеты в афише T-Bank MCP: кино, концерты, театр, выставки

MCP работает с настоящей афишей Т-Банка: бронь занимает реальные места, оплата списывает реальные деньги.

Вертикаль задаётся аргументом kind: "кино", "концерт", "театр", "выставка" (принимаются и movie/concert/spectacle/exhibition). Неизвестное значение тул отвергает, а не подставляет кино молча. Кино отличается от остальных трёх двумя вещами: у него места нумерованные (ряд:место, у прочих составной seatId) и показы привязаны к дате — поэтому расписание кино берётся cinema_schedule, а остальных — concert_schedule.

Инструменты

Тул Что делает Деньги
search_app(query, screen="afisha") Поиск по афише: кино, концерты, театр, выставки. Отдаёт eventId нет
cinema_search(query, city, city_id) Только фильмы в сегодняшнем прокате города. city ОБЯЗАТЕЛЕН нет
cinema_schedule(event_id, date, cinema, around, window_min, city, object_id, limit) Сеансы фильма на дату. Отдаёт slotId, objectId, цену, зал. city — ОБЯЗАТЕЛЕН и тот же, что в cinema_search: задаёт и город, и точку сортировки по расстоянию. Без cinema/around в городском режиме площадок может быть сотни — limit (по умолчанию 20) это ограничивает нет
afisha_catalog(kind, city, date_from, date_to, query, city_id, limit, pages) Афиша вертикали за ПЕРИОД дат, а не только на сегодня. У выставок каталога нет нет
afisha_places(kind, city, query, city_id, limit, pages) Площадки города с их objectId: кинотеатры, залы, театры, музеи. Поиск по названию МЕСТНЫЙ нет
place_schedule(object_id, limit, page, count) Что идёт на площадке (концерт/театр/выставка; кино — нет). count — размер страницы у банка, реально влияет на то, сколько вообще есть чем листать нет
place_info(object_id, with_halls) Карточка площадки; адрес есть только в залах нет
concert_schedule(event_id, kind, object_id, limit) Показы концерта, спектакля или выставки: площадка, дата, slotId, objectId. Даты в запросе нет — приходит всё будущее; limit (по умолчанию 15) сужает число площадок, 0 = все нет
cinema_seats(event_id, slot_id, object_id, row, max_price, kind, limit, sector_id) Свободные места с ценами; sector_id сужает до одного сектора; хвост «…ещё N» снимается limit нет
concert_hall(event_id, slot_id, object_id, kind) Секторы со свободной рассадкой (входные, фан-зоны). Только концерт и театр нет
cinema_book(event_id, slot_id, object_id, seats, kind) Бронь мест. Создаёт заказ, но НЕ платит нет
list_accounts() Счета с балансами. Нужен, только если хочешь НАЗВАТЬ счёт списания или выбрать его сам: даёт id для account_id нет
ticket_pay(order_id, amount, nfs_payment_token, account_id) Оплата брони ДА
ticket_cancel(order_id, kind, payment_id, force) Отмена заказа. Сначала проверяет isCancelAvailable и без него не шлёт запрос нет
order_details(order_id) Код брони, места, зал — после оплаты нет
ticket_qr(order_id) Сам билет: код брони, QR-строка, ссылка на PDF. Что есть — зависит от партнёра нет
orders("афиша") История заказов афиши нет

Read the full file on GitHub · 205 lines

Files

What ships with it

1 file 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 · 205 lines · 155 tokens per session scan A be3e91a9a7f6

Subscribe to this mod's changes

tbank-tickets is a skill published in the GitHub repository icyberdeveloper/tbank-mcp (26 stars, last pushed 2d ago), licensed MIT. It adds 155 tokens to every session and 3,541 once invoked, about $0.0008 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

paymob-integration

Integrate Paymob payments for web, mobile, Shopify, and backend apps in Egypt, UAE, KSA, and Oman. Use for checkout, Intention API, HMAC webhooks, reconciliation, SDKs, subscriptions, and refunds.

PaymobAccept/Paymob-AI-Integration-Skill · 54 tokens

sparebank1-context

Build and maintain a personal finance context for the sb1 CLI (SpareBank 1) by running a short onboarding interview over the user's own accounts and transactions, then saving the answers to a private, git-ignored file the agent reads at the start of future finance sessions. Captures the meaning the bank can't know …

magnusrodseth/sparebank1-cli · 138 tokens

sparebank1-shared

Runtime contract for the sb1 CLI (SpareBank 1 personal banking). Covers install, BankID login, secret-storage backends, output formats, global flags, the command map, and error handling. Use this as the foundation before any other sparebank1 skill, or whenever a user asks to check Norwegian bank accounts, balances, or…

magnusrodseth/sparebank1-cli · 83 tokens

sparebank1-accounts

Read accounts, balances, and transactions with the sb1 CLI (SpareBank 1). List accounts and totals, look up balances, browse and filter transactions by date/account, inspect a single transaction, and export to CSV. Use when a user wants to see their Norwegian bank balances, spending, recent transactions, or wants…

magnusrodseth/sparebank1-cli · 81 tokens

Stripe Payments

Automate Stripe payment processing, subscription management, invoicing, and financial reporting.

claude-office-skills/skills · 18 tokens

sparebank1-transfers

Move money with the sb1 CLI (SpareBank 1), transfer between the user's own accounts, pay a credit card, or pay into a pension policy. Use when a user explicitly asks to transfer/move money, pay a credit card, or fund a pension via sb1. Handles the confirmation flow safely.

magnusrodseth/sparebank1-cli · 73 tokens