{
  "schemaVersion": "1.0",
  "item": {
    "slug": "calctl",
    "name": "Calctl",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/rainbat/calctl",
    "canonicalUrl": "https://clawhub.ai/rainbat/calctl",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/calctl",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=calctl",
    "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-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/calctl"
    },
    "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/calctl",
    "agentPageUrl": "https://openagent3.xyz/skills/calctl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/calctl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/calctl/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": "calctl - Apple Calendar CLI",
        "body": "Manage Apple Calendar from the command line using icalBuddy (fast reads) and AppleScript (writes).\n\nRequirements: brew install ical-buddy"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptioncalctl calendarsList all calendarscalctl show [filter]Show events (today, tomorrow, week, YYYY-MM-DD)calctl add <title>Create a new eventcalctl search <query>Search events by title (next 30 days)"
      },
      {
        "title": "Examples",
        "body": "# List calendars\ncalctl calendars\n\n# Show today's events\ncalctl show today\n\n# Show this week's events\ncalctl show week\n\n# Show events from specific calendar\ncalctl show week --calendar Work\n\n# Show events on specific date\ncalctl show 2026-01-25\n\n# Add an event\ncalctl add \"Meeting with John\" --date 2026-01-22 --time 14:00\n\n# Add event to specific calendar\ncalctl add \"Team Standup\" --calendar Work --date 2026-01-22 --time 09:00 --end 09:30\n\n# Add all-day event\ncalctl add \"Holiday\" --date 2026-01-25 --all-day\n\n# Add event with notes\ncalctl add \"Project Review\" --date 2026-01-22 --time 15:00 --notes \"Bring quarterly report\"\n\n# Search for events\ncalctl search \"meeting\""
      },
      {
        "title": "Options for add",
        "body": "OptionDescriptionDefault-c, --calendar <name>Calendar to add event toPrivat-d, --date <YYYY-MM-DD>Event datetoday-t, --time <HH:MM>Start time09:00-e, --end <HH:MM>End time1 hour after start-n, --notes <text>Event notesnone--all-dayCreate all-day eventfalse"
      },
      {
        "title": "Available Calendars",
        "body": "Common calendars on this system:\n\nPrivat (personal)\nWork\nFamilien Kalender\nrainbat solutions GmbH\nTimeTrack"
      }
    ],
    "body": "calctl - Apple Calendar CLI\n\nManage Apple Calendar from the command line using icalBuddy (fast reads) and AppleScript (writes).\n\nRequirements: brew install ical-buddy\n\nCommands\nCommand\tDescription\ncalctl calendars\tList all calendars\ncalctl show [filter]\tShow events (today, tomorrow, week, YYYY-MM-DD)\ncalctl add <title>\tCreate a new event\ncalctl search <query>\tSearch events by title (next 30 days)\nExamples\n# List calendars\ncalctl calendars\n\n# Show today's events\ncalctl show today\n\n# Show this week's events\ncalctl show week\n\n# Show events from specific calendar\ncalctl show week --calendar Work\n\n# Show events on specific date\ncalctl show 2026-01-25\n\n# Add an event\ncalctl add \"Meeting with John\" --date 2026-01-22 --time 14:00\n\n# Add event to specific calendar\ncalctl add \"Team Standup\" --calendar Work --date 2026-01-22 --time 09:00 --end 09:30\n\n# Add all-day event\ncalctl add \"Holiday\" --date 2026-01-25 --all-day\n\n# Add event with notes\ncalctl add \"Project Review\" --date 2026-01-22 --time 15:00 --notes \"Bring quarterly report\"\n\n# Search for events\ncalctl search \"meeting\"\n\nOptions for add\nOption\tDescription\tDefault\n-c, --calendar <name>\tCalendar to add event to\tPrivat\n-d, --date <YYYY-MM-DD>\tEvent date\ttoday\n-t, --time <HH:MM>\tStart time\t09:00\n-e, --end <HH:MM>\tEnd time\t1 hour after start\n-n, --notes <text>\tEvent notes\tnone\n--all-day\tCreate all-day event\tfalse\nAvailable Calendars\n\nCommon calendars on this system:\n\nPrivat (personal)\nWork\nFamilien Kalender\nrainbat solutions GmbH\nTimeTrack"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rainbat/calctl",
    "publisherUrl": "https://clawhub.ai/rainbat/calctl",
    "owner": "rainbat",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/calctl",
    "downloadUrl": "https://openagent3.xyz/downloads/calctl",
    "agentUrl": "https://openagent3.xyz/skills/calctl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/calctl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/calctl/agent.md"
  }
}