← スキル一覧に戻る

scheduling-events
by WarrenZhu050413
A personal plugin marketplace for Claude Code
⭐ 5🍴 0📅 2025年12月3日
SKILL.md
name: "Scheduling Events" description: "Schedule and manage Google Calendar events using gcallm CLI."
Scheduling Events with gcallm
Common Workflow (Recommended)
# 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
- Stdin-first: Prefer
cat file | gcallmfor non-interactive workflows - Natural language: gcallm understands flexible date/time formats
- Multiple events: Separate with commas or natural language
- Today's date: gcallm automatically knows current date/time
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です