一键导入
process-email
Process incoming emails in the Obsidian vault Inbox folder. Use when new emails arrive, when asked to check inbox, or when processing pending items.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Process incoming emails in the Obsidian vault Inbox folder. Use when new emails arrive, when asked to check inbox, or when processing pending items.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft a WhatsApp reply with human approval. Creates a Plan.md file with proposed reply for user to approve before sending.
Draft a LinkedIn post for business/sales generation with human approval
Draft a payment reminder for overdue invoices with human approval. Creates a Plan file in Plans/ with proposed message for user to approve before sending via WhatsApp.
Claude reasoning loop that analyzes tasks and creates structured Plan.md files. Use when planning complex tasks, breaking down goals, or when explicit reasoning documentation is needed.
| name | process-email |
| description | Process incoming emails in the Obsidian vault Inbox folder. Use when new emails arrive, when asked to check inbox, or when processing pending items. |
| allowed-tools | Read, Edit, Bash, Glob, Grep |
You are processing an incoming email from the Obsidian vault's Inbox folder.
Process the email at: $ARGUMENTS
Done/ if:Needs_Action/ if:Company_Handbook.md for context and rulesmv "Inbox/[filename]" "Done/[filename]"
# OR
mv "Inbox/[filename]" "Needs_Action/[filename]"
After processing, report:
PROCESSED: [filename]
DECISION: [Needs_Action / Done]
REASON: [1 sentence explanation]
ACTION: [What user should do, or "No action required"]