Back to list
WarrenZhu050413

scheduling-events

by WarrenZhu050413

A personal plugin marketplace for Claude Code

5🍴 0📅 Dec 3, 2025

SKILL.md


name: "Scheduling Events" description: "Schedule and manage Google Calendar events using gcallm CLI."

Scheduling Events with gcallm

# 1. Write event details to /tmp/gcal/events.txt
# 2. Pipe to gcallm
cat /tmp/gcal/events.txt | gcallm

Basic Usage

# Direct text input
gcallm "Meeting with Sarah tomorrow at 3pm"
gcallm "Lunch next Tuesday 12-1pm at Cafe Nero"

# Multiple events at once
gcallm "Team standup Mon-Fri 9:30am, Coffee with Alex Thursday 2pm"

Input from Files (Stdin)

# Pipe from file
cat /tmp/gcal/events.txt | gcallm
cat schedule.txt | gcallm

# Echo to stdin
echo "Doctor appointment Friday 10am" | gcallm

Other Input Modes

# From clipboard
gcallm  # Uses clipboard if no stdin provided

# From screenshots (latest screenshot on Desktop)
gcallm -s "Add events from this screenshot"
gcallm --screenshots 2 "Add from last 2 screenshots"

Ask Questions

# General calendar questions
gcallm ask "What's on my calendar today?"
gcallm ask "When is my next meeting?"
gcallm ask "Am I free Thursday afternoon?"

Key Patterns

  1. Stdin-first: Prefer cat file | gcallm for non-interactive workflows
  2. Natural language: gcallm understands flexible date/time formats
  3. Multiple events: Separate with commas or natural language
  4. Today's date: gcallm automatically knows current date/time

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon