A Skill that extracts action items from meeting notes. It auto-triggers on requests such as 'Extract actions', 'Summarize TODOs', or 'What are the meeting actions?'.
会議メモからアクションアイテムを抽出し、担当者・期限付きでリスト化します。
以下のパターンをアクションとして認識:
## アクションアイテム
| # | アクション | 担当 | 期限 |
|---|-----------|------|------|
| 1 | 〇〇を確認する | 田中 | 今週中 |
| 2 | △△を作成する | 鈴木 | 12/5 |
入力:
今日の会議で、田中さんがAPIの仕様を確認することになった。
鈴木さんは金曜までにデザイン案を作成。
来週のミーティングで進捗確認する。
出力:
## アクションアイテム
| # | アクション | 担当 | 期限 |
|---|-----------|------|------|
| 1 | APIの仕様を確認する | 田中 | - |
| 2 | デザイン案を作成する | 鈴木 | 金曜 |
| 3 | 進捗確認ミーティング | 全員 | 来週 |
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity