local-tools

Execute platform-specific scripts to manage local calendar events on macOS and Windows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/menhulu233/gearlai --skill local-tools-menhulu233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-tools
Source: https://github.com/menhulu233/gearlai/tree/main/SKILLs/local-tools
Command: npx skills add https://github.com/menhulu233/gearlai --skill local-tools-menhulu233

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Access local calendar data and system resources on macOS and Windows to manage a user's schedule directly on their device, without relying on cloud services.

Core Features & Use Cases

  • Local calendar access: view, create, update, and delete events using platform-specific scripts (macOS via osascript/JXA and Windows via Outlook COM and PowerShell).
  • Cross-platform automation: execute calendar.sh on macOS/Linux and calendar.ps1 on Windows to integrate with existing workflows.
  • Real-world use: quickly check upcoming events or schedule meetings without leaving the AI assistant, preserving privacy and offline availability.

Quick Start

Tell GearlAI to list upcoming calendar events on your device and optionally create or update an event.

Frequently Asked Questions about local-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage local calendar events directly on macOS or Windows without cloud sync?

This Skill enables local calendar management without cloud services by executing platform-specific scripts. It uses calendar.sh via osascript/JXA on macOS and calendar.ps1 via Outlook COM and PowerShell on Windows to view, create, update, or delete on-device calendar events.

Can I create and update calendar events on my device using PowerShell?

Yes, you can create and update calendar events on Windows using PowerShell. The Skill executes the calendar.ps1 script which interfaces with the Outlook COM object to manage local calendar events directly on-device.

Does local calendar automation work on both macOS and Windows environments?

Yes, local calendar automation works on both macOS and Windows environments. The Skill applies platform-specific scripts, executing calendar.sh on macOS and calendar.ps1 on Windows, to manage on-device calendar events uniformly.

What do I need to set up before using scripts to automate my local calendar?

You need to ensure the required script files are present in your environment. Specifically, the Skill requires scripts/calendar.sh for macOS and scripts/calendar.ps1 for Windows to execute local calendar operations and output standardized JSON.

Why use on-device calendar scripts instead of cloud-based calendar services?

On-device calendar scripts preserve privacy and maintain offline availability. By executing local scripts via osascript or PowerShell, you manage your schedule directly on your machine without relying on cloud services or transmitting calendar data externally.

How do I integrate local calendar data with other workflow tools?

You can integrate local calendar data with other tools because the scripts output standardized JSON. This allows you to pipe the on-device calendar results from calendar.sh or calendar.ps1 into existing automation workflows or AI assistants.