在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用google-calendar
星标6
分支0
更新时间2026年3月20日 07:11
Google Calendar の予定を取得する
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
7 个文件SKILL.md
readonly菜单
Google Calendar の予定を取得する
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | google-calendar |
| description | Google Calendar の予定を取得する |
| user_invocable | true |
CDP (Chrome DevTools Protocol) 経由で、ログイン済み Chrome プロファイルの Google Calendar イベントを取得するツール。
このプロジェクトでは Chrome が起動済みのため、常に --no-launch モードで動作します。
スクリプトは $CLAUDE_PROJECT_DIR/.claude/skills/google-calendar/scripts/ に格納されている。
# 今日の予定を取得
npx tsx "$CLAUDE_PROJECT_DIR/.claude/skills/google-calendar/scripts/index.ts" events --no-launch --port 9222 --format text
# 日付範囲指定
npx tsx "$CLAUDE_PROJECT_DIR/.claude/skills/google-calendar/scripts/index.ts" events --no-launch --port 9222 --start YYYY-MM-DD --end YYYY-MM-DD --format text
# 特定日のみ
npx tsx "$CLAUDE_PROJECT_DIR/.claude/skills/google-calendar/scripts/index.ts" events --no-launch --port 9222 --date YYYY-MM-DD --format text
# JSON 形式
npx tsx "$CLAUDE_PROJECT_DIR/.claude/skills/google-calendar/scripts/index.ts" events --no-launch --port 9222 --format json
# プロファイル一覧
npx tsx "$CLAUDE_PROJECT_DIR/.claude/skills/google-calendar/scripts/index.ts" profiles
events コマンドを --no-launch --port 9222 で実行する--remote-debugging-port=9222 で起動済みであることbrowser.disconnect() で切断するため、元の Chrome セッションには影響しない