{
  "schemaVersion": "1.0",
  "item": {
    "slug": "timely",
    "name": "timely",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/halbotley/timely",
    "canonicalUrl": "https://clawhub.ai/halbotley/timely",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/timely",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=timely",
    "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/timely"
    },
    "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/timely",
    "agentPageUrl": "https://openagent3.xyz/skills/timely/agent",
    "manifestUrl": "https://openagent3.xyz/skills/timely/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/timely/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": "timely",
        "body": "A CLI for Apple Reminders with geofencing support. Create location-aware and time-based reminders without UI interaction."
      },
      {
        "title": "Why timely?",
        "body": "Location triggers — Remind when arriving at or departing from a place\nNo UI prompts — Works silently via EventKit\niCloud sync — Reminders appear on all devices"
      },
      {
        "title": "Installation",
        "body": "brew tap halbotley/tap\nbrew install timely\n\nFirst run prompts for Reminders access (System Settings → Privacy → Reminders). One-time only."
      },
      {
        "title": "List reminder lists",
        "body": "timely lists"
      },
      {
        "title": "View reminders",
        "body": "timely show Reminders        # Show all in list\ntimely show Reminders 10     # Show last 10"
      },
      {
        "title": "Create time-based reminder",
        "body": "timely add Reminders \"Call mom\" --due \"tomorrow 3pm\"\ntimely add Reminders \"Submit report\" --due \"friday 5pm\""
      },
      {
        "title": "Create location-based reminder (arrive)",
        "body": "timely add Reminders \"Buy milk\" \\\n  --location \"Trader Joe's\" \\\n  --address \"123 Main St, Santa Barbara, CA\" \\\n  --arrive"
      },
      {
        "title": "Create location-based reminder (depart)",
        "body": "timely add Reminders \"Text wife leaving\" \\\n  --location \"Office\" \\\n  --address \"456 Work Ave\" \\\n  --depart"
      },
      {
        "title": "Combined (time + location)",
        "body": "timely add Reminders \"Pick up prescription\" \\\n  --due \"today\" \\\n  --location \"CVS\" \\\n  --address \"789 Pharmacy Rd\" \\\n  --arrive"
      },
      {
        "title": "Due Date Formats",
        "body": "Natural language parsing:\n\n\"today\", \"tomorrow\"\n\"monday\", \"next friday\"\n\"tomorrow 3pm\", \"friday 5pm\"\n\"2025-03-15\", \"2025-03-15 14:30\""
      },
      {
        "title": "Geofencing Notes",
        "body": "--location is the display name (what you see in Reminders)\n--address is used for geocoding (must be a real address)\n--arrive triggers when entering the location\n--depart triggers when leaving the location\nDefault geofence radius is ~100 meters"
      },
      {
        "title": "Shared Lists",
        "body": "For shared iCloud reminder lists, use the exact list name as it appears in the Reminders app. The list syncs across all family members' devices."
      },
      {
        "title": "Examples",
        "body": "# Simple reminder\ntimely add Reminders \"Water plants\" --due \"saturday 9am\"\n\n# Reminder when getting home\ntimely add Reminders \"Take out trash\" \\\n  --location \"Home\" \\\n  --address \"123 My Street, My City, CA\" \\\n  --arrive\n\n# Reminder when leaving work\ntimely add Reminders \"Pick up kids\" \\\n  --location \"Office\" \\\n  --address \"456 Work Blvd\" \\\n  --depart"
      }
    ],
    "body": "timely\n\nA CLI for Apple Reminders with geofencing support. Create location-aware and time-based reminders without UI interaction.\n\nWhy timely?\nLocation triggers — Remind when arriving at or departing from a place\nNo UI prompts — Works silently via EventKit\niCloud sync — Reminders appear on all devices\nInstallation\nbrew tap halbotley/tap\nbrew install timely\n\n\nFirst run prompts for Reminders access (System Settings → Privacy → Reminders). One-time only.\n\nCommands\nList reminder lists\ntimely lists\n\nView reminders\ntimely show Reminders        # Show all in list\ntimely show Reminders 10     # Show last 10\n\nCreate time-based reminder\ntimely add Reminders \"Call mom\" --due \"tomorrow 3pm\"\ntimely add Reminders \"Submit report\" --due \"friday 5pm\"\n\nCreate location-based reminder (arrive)\ntimely add Reminders \"Buy milk\" \\\n  --location \"Trader Joe's\" \\\n  --address \"123 Main St, Santa Barbara, CA\" \\\n  --arrive\n\nCreate location-based reminder (depart)\ntimely add Reminders \"Text wife leaving\" \\\n  --location \"Office\" \\\n  --address \"456 Work Ave\" \\\n  --depart\n\nCombined (time + location)\ntimely add Reminders \"Pick up prescription\" \\\n  --due \"today\" \\\n  --location \"CVS\" \\\n  --address \"789 Pharmacy Rd\" \\\n  --arrive\n\nDue Date Formats\n\nNatural language parsing:\n\n\"today\", \"tomorrow\"\n\"monday\", \"next friday\"\n\"tomorrow 3pm\", \"friday 5pm\"\n\"2025-03-15\", \"2025-03-15 14:30\"\nGeofencing Notes\n--location is the display name (what you see in Reminders)\n--address is used for geocoding (must be a real address)\n--arrive triggers when entering the location\n--depart triggers when leaving the location\nDefault geofence radius is ~100 meters\nShared Lists\n\nFor shared iCloud reminder lists, use the exact list name as it appears in the Reminders app. The list syncs across all family members' devices.\n\nExamples\n# Simple reminder\ntimely add Reminders \"Water plants\" --due \"saturday 9am\"\n\n# Reminder when getting home\ntimely add Reminders \"Take out trash\" \\\n  --location \"Home\" \\\n  --address \"123 My Street, My City, CA\" \\\n  --arrive\n\n# Reminder when leaving work\ntimely add Reminders \"Pick up kids\" \\\n  --location \"Office\" \\\n  --address \"456 Work Blvd\" \\\n  --depart"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/halbotley/timely",
    "publisherUrl": "https://clawhub.ai/halbotley/timely",
    "owner": "halbotley",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/timely",
    "downloadUrl": "https://openagent3.xyz/downloads/timely",
    "agentUrl": "https://openagent3.xyz/skills/timely/agent",
    "manifestUrl": "https://openagent3.xyz/skills/timely/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/timely/agent.md"
  }
}