local-tools

Manage local calendar events on macOS and Windows via scripts.

5.8k|918|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/netease-youdao/LobsterAI --skill local-tools-netease-youdao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-tools
Source: https://github.com/netease-youdao/LobsterAI/tree/main/SKILLs/local-tools
Command: npx skills add https://github.com/netease-youdao/LobsterAI --skill local-tools-netease-youdao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Access and manage local calendar data on macOS and Windows to schedule, view, and organize events on the user's device.

Core Features & Use Cases

  • Local calendar access to create, update, delete, list, and search events across calendars on the device.
  • Deterministic script-based execution across macOS and Windows (calendar.sh and calendar.ps1).
  • JSON-based output and error handling for easy integration with AI assistants.
  • Example: Schedule a meeting, list today's events, or check availability using local calendars.

Quick Start

Ask LobsterAI to list events for tomorrow from your local calendars.

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 on macOS and Windows using scripts?

You can manage local calendar events by executing deterministic scripts (calendar.sh on macOS, calendar.ps1 on Windows) to create, update, delete, and search events directly on your device, returning structured JSON output.

Can I search and list all-day or multi-day calendar events locally?

Yes, local calendar searching supports listing all-day and multi-day events across one or more local calendars on your device, returning the results in a structured JSON format.

Does local calendar management require specific applications to be installed?

Yes, local calendar management requires the Calendar app to be installed and accessible on macOS, or the Outlook app on Windows, to execute the platform-specific scripts for event scheduling.

How does offline calendar scripting handle errors and output for AI assistants?

Offline calendar scripting enforces a consistent JSON-based output format with built-in error handling, ensuring deterministic execution and easy integration with AI assistants for local event management.

What are the limitations of using local scripts for calendar management on macOS and Windows?

Local script-based calendar management relies entirely on platform-specific applications being installed and accessible; it cannot execute or retrieve events if the native macOS Calendar or Windows Outlook app is unavailable.