{
  "locale": "en",
  "generatedAt": "2026-08-12T09:55:05Z",
  "expiresAt": "2026-08-12T21:55:05Z",
  "version": 1,
  "cards": [
    {
      "id": "cap-en-clipboard-reply",
      "text": "Reply to clipboard",
      "prompt": "When the user recently copied text, draft a concise polite reply they can send. If clipboard context is missing, ask them to copy text first.",
      "category": "clipboard",
      "priority": 90,
      "source": "local",
      "locale": "en",
      "conditions": [
        "clipboard_30s"
      ],
      "metadata": {}
    },
    {
      "id": "cap-en-clipboard-translate",
      "text": "Translate clipboard to Japanese",
      "prompt": "When the user recently copied text, translate it into natural Japanese, preserving tone. If clipboard context is missing, ask them to copy first.",
      "category": "clipboard",
      "priority": 88,
      "source": "local",
      "locale": "en",
      "conditions": [
        "clipboard_30s"
      ],
      "metadata": {}
    },
    {
      "id": "weather-en-london",
      "text": "Weather in London",
      "prompt": "Given roughly 23.7°C in London (weather code 0, precipitation 0.0mm), summarize today's conditions in 3-4 sentences and give one practical tip (umbrella, heat, wind).",
      "category": "weather",
      "priority": 68,
      "source": "open-meteo",
      "locale": "en",
      "conditions": [
        "geo_optional"
      ],
      "metadata": {
        "city": "London",
        "lat": 51.51,
        "lon": -0.13,
        "tempC": 23.7
      }
    },
    {
      "id": "weather-en-los-angeles",
      "text": "Weather in Los Angeles",
      "prompt": "Given roughly 20.2°C in Los Angeles (weather code 2, precipitation 0.0mm), summarize today's conditions in 3-4 sentences and give one practical tip (umbrella, heat, wind).",
      "category": "weather",
      "priority": 68,
      "source": "open-meteo",
      "locale": "en",
      "conditions": [
        "geo_optional"
      ],
      "metadata": {
        "city": "Los Angeles",
        "lat": 34.05,
        "lon": -118.24,
        "tempC": 20.2
      }
    },
    {
      "id": "weather-en-new-york",
      "text": "Weather in New York",
      "prompt": "Given roughly 20.0°C in New York (weather code 0, precipitation 0.0mm), summarize today's conditions in 3-4 sentences and give one practical tip (umbrella, heat, wind).",
      "category": "weather",
      "priority": 68,
      "source": "open-meteo",
      "locale": "en",
      "conditions": [
        "geo_optional"
      ],
      "metadata": {
        "city": "New York",
        "lat": 40.71,
        "lon": -74.01,
        "tempC": 20.0
      }
    },
    {
      "id": "holiday-next-gb-2026-08-31",
      "text": "Upcoming: Summer Bank Holiday",
      "prompt": "Summer Bank Holiday is coming on 2026-08-31. Briefly explain the holiday and suggest one short greeting (3–5 sentences).",
      "category": "holiday",
      "priority": 55,
      "source": "nager-holidays",
      "locale": "en",
      "conditions": [
        "date"
      ],
      "metadata": {
        "country": "GB",
        "date": "2026-08-31",
        "name": "Summer Bank Holiday"
      }
    },
    {
      "id": "holiday-next-us-2026-09-07",
      "text": "Upcoming: Labour Day",
      "prompt": "Labour Day is coming on 2026-09-07. Briefly explain the holiday and suggest one short greeting (3–5 sentences).",
      "category": "holiday",
      "priority": 55,
      "source": "nager-holidays",
      "locale": "en",
      "conditions": [
        "date"
      ],
      "metadata": {
        "country": "US",
        "date": "2026-09-07",
        "name": "Labour Day"
      }
    },
    {
      "id": "cap-en-stocks",
      "text": "Quick market pulse",
      "prompt": "Summarize today's broad market mood (US or global) in plain English, note possible drivers, and add this is not financial advice (4-6 sentences).",
      "category": "economy",
      "priority": 42,
      "source": "local",
      "locale": "en",
      "conditions": [],
      "metadata": {}
    },
    {
      "id": "cap-en-encyclopedia",
      "text": "Explain a concept",
      "prompt": "Explain an interesting everyday concept in plain English with one real-life example (4-6 sentences).",
      "category": "capability",
      "priority": 40,
      "source": "local",
      "locale": "en",
      "conditions": [],
      "metadata": {}
    }
  ]
}