{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mh-apple-reminders",
    "name": "MH apple-reminders",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mohdalhashemi98-hue/mh-apple-reminders",
    "canonicalUrl": "https://clawhub.ai/mohdalhashemi98-hue/mh-apple-reminders",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mh-apple-reminders",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mh-apple-reminders",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/mh-apple-reminders"
    },
    "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/mh-apple-reminders",
    "agentPageUrl": "https://openagent3.xyz/skills/mh-apple-reminders/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mh-apple-reminders/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mh-apple-reminders/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": "Apple Reminders CLI (remindctl)",
        "body": "Use remindctl to manage Apple Reminders directly from the terminal."
      },
      {
        "title": "When to Use",
        "body": "✅ USE this skill when:\n\nUser explicitly mentions \"reminder\" or \"Reminders app\"\nCreating personal to-dos with due dates that sync to iOS\nManaging Apple Reminders lists\nUser wants tasks to appear in their iPhone/iPad Reminders app"
      },
      {
        "title": "When NOT to Use",
        "body": "❌ DON'T use this skill when:\n\nScheduling Clawdbot tasks or alerts → use cron tool with systemEvent instead\nCalendar events or appointments → use Apple Calendar\nProject/work task management → use Notion, GitHub Issues, or task queue\nOne-time notifications → use cron tool for timed alerts\nUser says \"remind me\" but means a Clawdbot alert → clarify first"
      },
      {
        "title": "Setup",
        "body": "Install: brew install steipete/tap/remindctl\nmacOS-only; grant Reminders permission when prompted\nCheck status: remindctl status\nRequest access: remindctl authorize"
      },
      {
        "title": "View Reminders",
        "body": "remindctl                    # Today's reminders\nremindctl today              # Today\nremindctl tomorrow           # Tomorrow\nremindctl week               # This week\nremindctl overdue            # Past due\nremindctl all                # Everything\nremindctl 2026-01-04         # Specific date"
      },
      {
        "title": "Manage Lists",
        "body": "remindctl list               # List all lists\nremindctl list Work          # Show specific list\nremindctl list Projects --create    # Create list\nremindctl list Work --delete        # Delete list"
      },
      {
        "title": "Create Reminders",
        "body": "remindctl add \"Buy milk\"\nremindctl add --title \"Call mom\" --list Personal --due tomorrow\nremindctl add --title \"Meeting prep\" --due \"2026-02-15 09:00\""
      },
      {
        "title": "Complete/Delete",
        "body": "remindctl complete 1 2 3     # Complete by ID\nremindctl delete 4A83 --force  # Delete by ID"
      },
      {
        "title": "Output Formats",
        "body": "remindctl today --json       # JSON for scripting\nremindctl today --plain      # TSV format\nremindctl today --quiet      # Counts only"
      },
      {
        "title": "Date Formats",
        "body": "Accepted by --due and date filters:\n\ntoday, tomorrow, yesterday\nYYYY-MM-DD\nYYYY-MM-DD HH:mm\nISO 8601 (2026-01-04T12:34:56Z)"
      },
      {
        "title": "Example: Clarifying User Intent",
        "body": "User: \"Remind me to check on the deploy in 2 hours\"\n\nAsk: \"Do you want this in Apple Reminders (syncs to your phone) or as a Clawdbot alert (I'll message you here)?\"\n\nApple Reminders → use this skill\nClawdbot alert → use cron tool with systemEvent"
      }
    ],
    "body": "Apple Reminders CLI (remindctl)\n\nUse remindctl to manage Apple Reminders directly from the terminal.\n\nWhen to Use\n\n✅ USE this skill when:\n\nUser explicitly mentions \"reminder\" or \"Reminders app\"\nCreating personal to-dos with due dates that sync to iOS\nManaging Apple Reminders lists\nUser wants tasks to appear in their iPhone/iPad Reminders app\nWhen NOT to Use\n\n❌ DON'T use this skill when:\n\nScheduling Clawdbot tasks or alerts → use cron tool with systemEvent instead\nCalendar events or appointments → use Apple Calendar\nProject/work task management → use Notion, GitHub Issues, or task queue\nOne-time notifications → use cron tool for timed alerts\nUser says \"remind me\" but means a Clawdbot alert → clarify first\nSetup\nInstall: brew install steipete/tap/remindctl\nmacOS-only; grant Reminders permission when prompted\nCheck status: remindctl status\nRequest access: remindctl authorize\nCommon Commands\nView Reminders\nremindctl                    # Today's reminders\nremindctl today              # Today\nremindctl tomorrow           # Tomorrow\nremindctl week               # This week\nremindctl overdue            # Past due\nremindctl all                # Everything\nremindctl 2026-01-04         # Specific date\n\nManage Lists\nremindctl list               # List all lists\nremindctl list Work          # Show specific list\nremindctl list Projects --create    # Create list\nremindctl list Work --delete        # Delete list\n\nCreate Reminders\nremindctl add \"Buy milk\"\nremindctl add --title \"Call mom\" --list Personal --due tomorrow\nremindctl add --title \"Meeting prep\" --due \"2026-02-15 09:00\"\n\nComplete/Delete\nremindctl complete 1 2 3     # Complete by ID\nremindctl delete 4A83 --force  # Delete by ID\n\nOutput Formats\nremindctl today --json       # JSON for scripting\nremindctl today --plain      # TSV format\nremindctl today --quiet      # Counts only\n\nDate Formats\n\nAccepted by --due and date filters:\n\ntoday, tomorrow, yesterday\nYYYY-MM-DD\nYYYY-MM-DD HH:mm\nISO 8601 (2026-01-04T12:34:56Z)\nExample: Clarifying User Intent\n\nUser: \"Remind me to check on the deploy in 2 hours\"\n\nAsk: \"Do you want this in Apple Reminders (syncs to your phone) or as a Clawdbot alert (I'll message you here)?\"\n\nApple Reminders → use this skill\nClawdbot alert → use cron tool with systemEvent"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mohdalhashemi98-hue/mh-apple-reminders",
    "publisherUrl": "https://clawhub.ai/mohdalhashemi98-hue/mh-apple-reminders",
    "owner": "mohdalhashemi98-hue",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mh-apple-reminders",
    "downloadUrl": "https://openagent3.xyz/downloads/mh-apple-reminders",
    "agentUrl": "https://openagent3.xyz/skills/mh-apple-reminders/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mh-apple-reminders/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mh-apple-reminders/agent.md"
  }
}