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 tickadoo/tickadoo-mcp --skill family-day-outgit clone --depth 1 https://github.com/tickadoo/tickadoo-mcpWrote 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/tickadoo/tickadoo-mcp/family-day-out)<a href="https://agentmods.dev/skills/tickadoo/tickadoo-mcp/family-day-out"><img src="https://agentmods.dev/badge/skills/tickadoo/tickadoo-mcp/family-day-out/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/tickadoo/tickadoo-mcp/family-day-out"><img src="https://agentmods.dev/badge/skills/tickadoo/tickadoo-mcp/family-day-out.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.00080 | $0.00948 |
| Opus 5 | $0.00040 | $0.00474 |
| Sonnet 5 | $0.00016 | $0.00190 |
| Haiku 4.5 | $0.00008 | $0.00095 |
Grade A, and why
family-day-out 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.
How it starts
The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Family day out with tickadoo
Build a real family day in ONE city with the tickadoo MCP tools (mcp.tickadoo.com/mcp) — matched to the kids' ages and clustered so nobody drags tired children across town.
When to use this
Use this skill when the user wants a full or substantial single-day family plan in one city. If they want only one activity this afternoon or tonight, use general discovery or tonight-and-last-minute while retaining the children's ages as constraints.
The workflow (tool chain)
- Build the day — call
get_family_daywithcityand, when known,kids_ages,dateandbudget(a max amount, per the callable schema). It currently returns a flat list of family-suitable candidates rather than a structured morning/lunch/afternoon/evening plan: build the day arc yourself from the returned rows, verify age-suitability per pick viaget_experience_details, and treat any activity as proposed until availability has been checked for the full party. - Widen if asked —
search_experiences(city, tags: ["family"])for a broader family list (tags is an array;familyis the canonical tag), orsearch_by_mood(city, mood: "family_fun")for a vibe-led pull. - Enrich the picks —
get_experience_details(product_id or slug)for age restrictions and accessibility fields before committing the family to anything. - Check every selected product — a family day has multiple bookable products (morning and afternoon at least). For each selected one:
get_availabilitywith the date range and the FULL party size (count the kids), requesting a fresh check when the schema supports it; thencheck_availability(slug, date, party_size)only when the user wants the date-specific booking link. Label unchecked slots as suggestions. - Logistics —
get_travel_tips(city, topic: "transport")for getting around with kids. Useget_transfer_infoonly when an approved client supplies destination coordinates through a controlled location channel and the city is supported; never ask the user for, infer or guess precise coordinates in chat.
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.
- 12d ago First seen · 37 lines · 80 tokens per session scan A 6b672d639d4e
family-day-out is a skill published in the GitHub repository tickadoo/tickadoo-mcp (1 stars, last pushed 2d ago), licensed MIT. It adds 80 tokens to every session and 948 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.
Other skills, from other repositories
gws-gmail-send
Skill "gws-gmail-send" from googleworkspace/cli, covering gmail +send, usage, flags, examples and tips.
gws-gmail
Gmail: Send, read, and manage email.
gws-shared
The gws binary must be on $PATH. See the project README for install options.
gws-sheets
Google Sheets: Read and write spreadsheets.
gws-modelarmor-create-template
Google Model Armor: Create a new Model Armor template.
gws-modelarmor
Google Model Armor: Filter user-generated content for safety.