{
  "schemaVersion": "1.0",
  "item": {
    "slug": "birthday-reminder",
    "name": "Birthday Reminder",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Manantra/birthday-reminder",
    "canonicalUrl": "https://clawhub.ai/Manantra/birthday-reminder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/birthday-reminder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=birthday-reminder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/birthday.py",
      "scripts/reminder.py",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/birthday-reminder"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/birthday-reminder",
    "agentPageUrl": "https://openagent3.xyz/skills/birthday-reminder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/birthday-reminder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/birthday-reminder/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Birthday Reminder Skill",
        "body": "Manage birthdays naturally. Store in data/birthdays.md, query with natural language."
      },
      {
        "title": "Storage",
        "body": "Birthdays are stored in /home/clawd/clawd/data/birthdays.md:\n\n# Geburtstage\n\n- **Valentina** - 14.02.2000 (wird 26)\n- **Max** - 15.03.1990"
      },
      {
        "title": "Adding Birthdays",
        "body": "When user says things like:\n\n\"Valentina hat am 14. Februar Geburtstag\"\n\"Füge hinzu: Max, 15.03.1990\"\n\"X wurde am 10.05.1985 geboren\"\n\nAction:\n\nParse name and date\nExtract year if provided\nCalculate upcoming age: birthday_year - birth_year\nAppend to /home/clawd/clawd/data/birthdays.md\nConfirm with age info"
      },
      {
        "title": "Querying Birthdays",
        "body": "When user asks:\n\n\"Wann hat Valentina Geburtstag?\"\n\"Welche Geburtstage kommen als Nächstes?\"\n\"Wie alt wird Valentina?\"\n\"Nächster Geburtstag\"\n\nAction:\n\nRead /home/clawd/clawd/data/birthdays.md\nParse all entries\nCalculate days until each birthday\nSort by upcoming date\nShow age turning if year is known"
      },
      {
        "title": "Listing All",
        "body": "When user says:\n\n\"Zeige alle Geburtstage\"\n\"Liste meine Geburtstage\"\n\nAction:\n\nRead the file\nShow formatted list with days until each"
      },
      {
        "title": "Date Parsing",
        "body": "Support various formats:\n\n\"14. Februar\" → 14.02\n\"14.02.\" → 14.02\n\"14.02.2000\" → 14.02.2000\n\"14.2.2000\" → 14.02.2000"
      },
      {
        "title": "Age Calculation",
        "body": "from datetime import datetime\n\ndef calculate_turning_age(birth_year, birthday_month, birthday_day):\n    today = datetime.now()\n    birthday_this_year = today.replace(month=birthday_month, day=birthday_day)\n    \n    if today.date() <= birthday_this_year.date():\n        birthday_year = today.year\n    else:\n        birthday_year = today.year + 1\n    \n    return birthday_year - birth_year"
      },
      {
        "title": "Days Until Birthday",
        "body": "def days_until(month, day):\n    today = datetime.now()\n    birthday = today.replace(month=month, day=day)\n    if birthday < today:\n        birthday = birthday.replace(year=today.year + 1)\n    return (birthday - today).days"
      },
      {
        "title": "Automatic Reminders",
        "body": "For cron/reminders, check birthdays daily and notify if:\n\n7 days before\n1 day before\nOn the day\n\nUse the check_reminders() logic from scripts/reminder.py."
      },
      {
        "title": "File Format",
        "body": "Each line: - **Name** - DD.MM.YYYY (wird X) or - **Name** - DD.MM.\n\nKeep the file sorted by date (month/day) for easier reading."
      }
    ],
    "body": "Birthday Reminder Skill\n\nManage birthdays naturally. Store in data/birthdays.md, query with natural language.\n\nStorage\n\nBirthdays are stored in /home/clawd/clawd/data/birthdays.md:\n\n# Geburtstage\n\n- **Valentina** - 14.02.2000 (wird 26)\n- **Max** - 15.03.1990\n\nNatural Language Patterns\nAdding Birthdays\n\nWhen user says things like:\n\n\"Valentina hat am 14. Februar Geburtstag\"\n\"Füge hinzu: Max, 15.03.1990\"\n\"X wurde am 10.05.1985 geboren\"\n\nAction:\n\nParse name and date\nExtract year if provided\nCalculate upcoming age: birthday_year - birth_year\nAppend to /home/clawd/clawd/data/birthdays.md\nConfirm with age info\nQuerying Birthdays\n\nWhen user asks:\n\n\"Wann hat Valentina Geburtstag?\"\n\"Welche Geburtstage kommen als Nächstes?\"\n\"Wie alt wird Valentina?\"\n\"Nächster Geburtstag\"\n\nAction:\n\nRead /home/clawd/clawd/data/birthdays.md\nParse all entries\nCalculate days until each birthday\nSort by upcoming date\nShow age turning if year is known\nListing All\n\nWhen user says:\n\n\"Zeige alle Geburtstage\"\n\"Liste meine Geburtstage\"\n\nAction:\n\nRead the file\nShow formatted list with days until each\nDate Parsing\n\nSupport various formats:\n\n\"14. Februar\" → 14.02\n\"14.02.\" → 14.02\n\"14.02.2000\" → 14.02.2000\n\"14.2.2000\" → 14.02.2000\nAge Calculation\nfrom datetime import datetime\n\ndef calculate_turning_age(birth_year, birthday_month, birthday_day):\n    today = datetime.now()\n    birthday_this_year = today.replace(month=birthday_month, day=birthday_day)\n    \n    if today.date() <= birthday_this_year.date():\n        birthday_year = today.year\n    else:\n        birthday_year = today.year + 1\n    \n    return birthday_year - birth_year\n\nDays Until Birthday\ndef days_until(month, day):\n    today = datetime.now()\n    birthday = today.replace(month=month, day=day)\n    if birthday < today:\n        birthday = birthday.replace(year=today.year + 1)\n    return (birthday - today).days\n\nAutomatic Reminders\n\nFor cron/reminders, check birthdays daily and notify if:\n\n7 days before\n1 day before\nOn the day\n\nUse the check_reminders() logic from scripts/reminder.py.\n\nFile Format\n\nEach line: - **Name** - DD.MM.YYYY (wird X) or - **Name** - DD.MM.\n\nKeep the file sorted by date (month/day) for easier reading."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Manantra/birthday-reminder",
    "publisherUrl": "https://clawhub.ai/Manantra/birthday-reminder",
    "owner": "Manantra",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/birthday-reminder",
    "downloadUrl": "https://openagent3.xyz/downloads/birthday-reminder",
    "agentUrl": "https://openagent3.xyz/skills/birthday-reminder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/birthday-reminder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/birthday-reminder/agent.md"
  }
}