Overview
- Skill Key
- bro3886/ical-cli
- Author
- bro3886
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bro3886/ical-cli
- Latest Commit SHA
- 1ddae65bc26582f1a0ae6ffd88bce957a93949b6
Manages macOS Calendar events and calendars from the terminal using the ical CLI. Full CRUD for both events and calendars. Supports natural language dates, recurrence rules, alerts, interactive mode, import/export (JSON/CSV/ICS), and multiple output formats. Use when the user wants to interact with Apple Calendar via command line, automate calendar workflows, or build scripts around macOS Calendar.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cal-cli 技能。 若已安装,则直接安装 cal-cli 技能。
# ical — CLI for macOS Calendar A Go CLI that wraps macOS Calendar. Sub-millisecond reads via cgo + EventKit. Single binary, no dependencies at runtime. ## Installation ```bash go install github.com/BRO3886/ical/cmd/ical@latest ``` Or build from source: ```bash git clone <repo-url> && cd ical make build # produces bin/ical ``` ## Quick Start ```bash # List all calendars (shows sources, colors, types) ical calendars # Create a new calendar ical calendars create "Projects" --source iCloud --color "#FF6961" # Show today's agenda ical today # List events this week ical list --from today --to "end of week" # Add an event with natural language dates ical add "Team standup" --start "tomorrow at 9am" --end "tomorrow at 9:30am" --calendar Work --alert 15m # Show event details (row number from last listing) ical show 2 # Delete an event (--force skips confirmation prompt, required in scripts/agents) ical delete 2 --force # Search for events ical search "meeting" --from "30 days ago" --to "next month" # Export events to ICS ical export --format ics --from today --to "in 30 days" --output-file events.ics ``` ## Command Reference ### Event CRUD | Command | Aliases | Description | | ------------ | --------------- | ----------------------- | | `ical add` | `create`, `new` | Create an event | | `ical show` | `get`, `info` | Show full event details | | `ical update` | `edit` | Update event properties | | `ical delete` | `rm`, `remove` | Delete an event | ### Event Views | Command | Aliases | Description | | -------------- | -------------- | ------------------------------ | | `ical list` | `ls`, `events` | List events in a date range | | `ical today` | — | Show today's events | | `ical upcoming` | `next`, `soon` | Show events in the next N days | ### Search & Export | Command | Aliases | Description | |...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.