tonight-and-last-minute

tonight-and-last-minute is a skill for Claude Code from tickadoo/tickadoo-mcp. It costs 72 tokens per session (808 once invoked), scanned A, original, MIT.

A tool for finding events and experiences available in a city tonight or within the next few hours, then checking whether the chosen option currently has space.

In plain words
What is it for?
Use it when looking for something to do immediately, such as tonight’s events, nearby experiences, or last-minute tickets.
Why use it?
Last-minute availability changes quickly, so it helps avoid relying on stale listings or assuming tickets can still be booked.

Skill for Claude Code

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

Part of the tickadoo plugin — 7 skills, 2 MCP servers shipped together

Good fit Use it when looking for something to do immediately, such as tonight’s events, nearby experiences, or last-minute tickets.

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

Made for: Claude Code.

Or install tickadoo, the plugin that ships this one along with the rest of its 7 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 tonight-and-last-minute

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tickadoo/tickadoo-mcp/tonight-and-last-minute"><img src="https://agentmods.dev/badge/skills/tickadoo/tickadoo-mcp/tonight-and-last-minute.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 808 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 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.00072 $0.00808
Opus 5 $0.00036 $0.00404
Sonnet 5 $0.00014 $0.00162
Haiku 4.5 $0.00007 $0.00081

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

Security

Grade A, and why

tonight-and-last-minute 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.

skills/tonight-and-last-minute/SKILL.md · 35 lines

How it starts

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

Tonight & last-minute with tickadoo

Use the tickadoo MCP tools (mcp.tickadoo.com/mcp) when the user wants to do something NOW or tonight. Be fast, lead with what starts soonest, and confirm current availability before stating anything is bookable — same-day inventory is exactly what goes stale.

When to use this

"What's on tonight in Berlin", "anything to do right now", "last-minute tickets this evening". If they're planning ahead (a future date, a multi-day trip), use the planning skills instead.

The workflow (tool chain)

  1. Pull time-sensitive options — by horizon: whats_on_tonight(city) for tonight, get_last_minute(city, hours?) for the next few hours. Use start_time and countdown_text when present in the response; do not assume they exist or invent them.
  2. Narrow to a pickget_experience_details(product_id or slug) on the one they react to; keep it quick.
  3. Live-check the pickget_availability for the selected product with the party size, requesting a fresh check when the callable schema supports it (this is the live supplier check; a countdown hint is not). Use the local calendar date contained in the selected result's start_time — do not derive "today" from the assistant's system timezone. Then check_availability(slug, date, party_size) only when the user wants the date-specific booking link.
  4. Fallback — if the first pick is unavailable or has started, refresh get_last_minute or whats_on_tonight, then live-check the next candidate. Do not call get_related_experiences from ChatGPT.

Show results as cards

When a whats_on_tonight / get_last_minute set will be shown, immediately call render_experience_cards exactly once for it: only the product_id values exactly as returned by the discovery tool (IDs are internal — pass them verbatim, never display or read them aloud), a required render_type from the callable schema, optionally render_context.intent_summary ("tonight in "). Do not re-list the same experiences in text. Do not assume a particular field appears on the cards unless the renderer response confirms it.

Read the full file on GitHub · 35 lines

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 · 35 lines · 72 tokens per session scan A 1fa0035077a1

Subscribe to this mod's changes

tonight-and-last-minute is a skill published in the GitHub repository tickadoo/tickadoo-mcp (1 stars, last pushed 2d ago), licensed MIT. It adds 72 tokens to every session and 808 once invoked, about $0.0004 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.