用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/QuixiAI/Hexis --skill email-digest命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | email-digest |
| description | Digest and ingest emails into memory, surfacing important threads and action items |
| category | communication |
| requires | {"tools":["email_list","email_read","remember","recall","gmail_setup_status","queue_user_message"]} |
| contexts | ["heartbeat","chat"] |
| aliases | ["email","emails","mail","inbox","unread","important","triage"] |
| bound_tools | ["email_list","email_read","email_search","ingest_emails","gmail_setup_status","recall","remember","queue_user_message","email_send","email_send_sendgrid"] |
Process incoming emails into structured memories, extract action items, and surface threads that need attention.
integrations.gmail.heartbeat_digest_enabled is true or the active heartbeat task/goal carries explicit user authorization for this checkrecall to find when the last email digest ran. Avoid re-processing messages already ingested.gmail_setup_status. If Gmail is not connected, record the missing setup clearly and stop; do not loop.email_list with a date filter to fetch unread or recent messages. Start with the inbox; expand to other labels only if the user has configured them.email_read on the top 5-10 most relevant messages. Do not read every email; batch processing wastes energy and context.integrations.gmail.memory_policy. If it is forget, do not use remember or ingest_emails for email-derived content. If it is ask, queue a user-facing choice before storing. If it is remember, persist action items as episodic memories with high importance, tagged with the sender, thread ID, and any relevant goal.gmail_setup_status says Google sign-in is ready, queue a short user-facing request that they connect Gmail from chat or CLI; do not start or complete sign-in during heartbeat.