date-night

date-night is a skill for Claude Code from tickadoo/tickadoo-mcp. It costs 62 tokens per session (951 once invoked), scanned A, original, MIT.

A planning workflow for creating one coherent evening for two in a single city with tickadoo experiences.

In plain words
What is it for?
It helps plan date nights, anniversaries, or romantic evenings around bookable experiences, with pre-dinner, main-event, and post-show suggestions.
Why use it?
It replaces a disconnected list of romantic activities with an evening sequence and encourages checking whether selected experiences are actually bookable.

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 It helps plan date nights, anniversaries, or romantic evenings around bookable experiences, with pre-dinner, main-event, and post-show suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tickadoo/tickadoo-mcp/date-night
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 date-night
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 date-night

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tickadoo/tickadoo-mcp/date-night"><img src="https://agentmods.dev/badge/skills/tickadoo/tickadoo-mcp/date-night.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 951 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.00062 $0.00951
Opus 5 $0.00031 $0.00476
Sonnet 5 $0.00012 $0.00190
Haiku 4.5 $0.00006 $0.00095

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

Security

Grade A, and why

date-night 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 9d 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/date-night/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.

Date night with tickadoo

Build a coherent evening for two with the tickadoo MCP tools (mcp.tickadoo.com/mcp) — an arc from pre-dinner to post-show, not ten unconnected "romantic things".

When to use this

The user wants an evening plan for a couple: "date night in Paris", "anniversary evening in London", "a nice night out for the two of us". For a multi-day plan use plan-a-trip; if they just want whatever starts soonest tonight, use tonight-and-last-minute.

The workflow (tool chain)

  1. Build the evening — call get_date_night with city and, when known, date and the supported budget band (low/medium/high). It currently returns a flat candidate list rather than a structured pre-dinner/dinner/show arc, and the list is not reliably couples-filtered: select date-appropriate picks yourself (prefer search_by_mood(city, mood: "romantic") to bias the pool), compose the evening arc in your answer, and live-check each selected bookable experience before presenting the evening as settled. Any dinner-area or post-show suggestion you add is yours, not a tickadoo product.
  2. Tune the vibesearch_by_mood(city, mood: "romantic") for alternatives; whats_on_tonight(city) if the date is TONIGHT; get_hidden_gems(city) for alternative pulls (verify they differ from the main list before presenting them as hidden gems).
  3. Nearby extras — if the user wants another experience near the selected venue, call search_local_experiences with that venue or neighbourhood as the place hint. Do not call get_related_experiences from ChatGPT.
  4. Check every bookable slot — the evening can include a pre-dinner experience AND a show. For each selected bookable: get_experience_details, then get_availability for two on the date (fresh check when the schema supports it), then check_availability(slug, date, party_size: 2) only when the user wants the date-specific booking link. For a same-day check, use the venue-local calendar date (e.g. from the selected result's start_time), never the assistant's system timezone. An anniversary plan that turns out sold out is worse than no plan.

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. 9d ago First seen · 35 lines · 62 tokens per session scan A 6e4dac36fe8f

Subscribe to this mod's changes

date-night is a skill published in the GitHub repository tickadoo/tickadoo-mcp (1 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 951 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-31.