一键导入
journal
Create and manage local journal entries to track activities and notes. Tools: journal.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create and manage local journal entries to track activities and notes. Tools: journal.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search, subscribe, and listen to podcasts. Download RSS feeds, manage episodes, and play audio with position tracking. Tools: http, file_storage, media_queue, play_audio.
Manage local lists (shopping, to-do, etc.) stored as files. Add, remove, check and read items. Tools: file_storage.
Read, create, update and delete Google Calendar events. Requires Google OAuth. Tools: http.
Search contacts by name and retrieve phone numbers. Use before calling or sending SMS. Tools: query.
Read, search and send emails via Gmail API. Requires Google OAuth. Tools: gmail_send, http.
Start navigation, get directions and route info via Google Maps app. Tools: intent, http (optional, requires Maps API key for traffic/route details).
| name | journal |
| description | Create and manage local journal entries to track activities and notes. Tools: journal. |
Create and manage journal entries to track activities, events, and notes. Each entry has a creation timestamp, optional date range, category, title, and details.
All journal operations use the journal tool.
Data format: Each entry contains:
Examples: "Make an entry in the journal that I went jogging today" / "Journal entry: I finished the project"
journal → create with:
title: A short heading (e.g. "Jogging", "Project completed")category: A category name (e.g. "Exercise", "Work", "Personal")details: The full descriptiondate_from (optional): Start date as Unix timestamp in millisecondsdate_to (optional): End date as Unix timestamp in millisecondsImportant: When the user mentions a date or time, use the datetime tool to calculate the Unix timestamp (milliseconds). Do NOT calculate dates manually.
For date calculations:
datetime tool with action: "now" to get current time (Unix timestamp in milliseconds)datetime tool with action: "absolute" for absolute dates:
base: Enum value ("today", "tomorrow", "yesterday", "next_monday"–"next_sunday", "next_january"–"next_december"), Unix timestamp in milliseconds (number), or ISO date/datetime string (e.g. "2024-03-15", "2024-03-15T14:00:00")time (optional): "HH:MM" or "HH:MM:SS" format (e.g. "09:00")anchor (optional): "beginofday", "endofday", "beginofweek", "endofweek", "beginofmonth", "endofmonth"output_unit: "milliseconds" (required for journal entries)datetime tool with action: "add" or action: "subtract" for relative dates (base can also be ISO string or timestamp)Examples:
datetime absolute with base: "today", output_unit: "milliseconds"datetime absolute with base: "yesterday", output_unit: "milliseconds"datetime subtract with base: "today", amount: 7, unit: "day" for start, and datetime absolute with base: "today" for enddatetime absolute with base: "next_monday" and base: "next_friday" for both datesExamples: "Show me my journal entries" / "What's in my journal?"
journal → listExamples: "Show me journal entries in category Work" / "What journal entries are in the Exercise category?"
journal → list_by_category with category: "{category_name}"Examples: "Show me journal entry {id}" / "What's in journal entry {id}?"
journal → get with entry_id: "{id}"Examples: "Delete journal entry {id}" / "Remove journal entry {id}"
journal → delete with entry_id: "{id}"Common categories users might use:
The category is free-form text, so users can use any category name they prefer.