一键导入
apple-mail-macos
Use local CLI to manage Gmail, Outlook, iCloud, Yahoo, Fastmail, and other mail accounts synced in Apple Mail on macOS, without APIs or OAuth.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use local CLI to manage Gmail, Outlook, iCloud, Yahoo, Fastmail, and other mail accounts synced in Apple Mail on macOS, without APIs or OAuth.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Writers Room Story Engine mega-skill. Creates, structures, drafts, and revises compelling standalone stories from zero using premise generation, audience engagement, thematic design, character arcs, Story Spine structure, causal beats, worldbuilding in service of story, scene construction, and revision diagnostics. Use when developing short stories, standalone fiction, scripts, or narrative concepts from scratch or when improving weak drafts.
Deliver real-time websocket updates for intent, quote, negotiation, order, and payment events. Use when implementing push channels, subscription authorization, and connection/session lifecycle for market clients.
Adaptive RAG 引擎 — 从线性检索到自主认知循环。集成胶囊预筛选、智能路由、CRAG纠错、L3校验。当需要搜索记忆/检索信息/回答复杂问题时触发。关键词:RAG、检索、记忆搜索、向量检索、Agentic RAG、CRAG。
Adopt a virtual Drift AI-native pet at animalhouse.ai. Wanders between states. Location is never the same twice. Feeding every 6 hours. Common tier creature.
Complete methodology for building production-grade React applications with architecture decisions, component design, state management, performance optimization, testing, and deployment.
Control Android over LAN without USB, ADB, or root.
| name | Apple Mail (MacOS) |
| slug | apple-mail-macos |
| version | 1.0.0 |
| homepage | https://clawic.com/skills/apple-mail-macos |
| description | Use local CLI to manage Gmail, Outlook, iCloud, Yahoo, Fastmail, and other mail accounts synced in Apple Mail on macOS, without APIs or OAuth. |
| changelog | Initial release with deterministic Apple Mail command paths, provider-aware operations, and safety gates for send and delete actions. |
| metadata | {"clawdbot":{"emoji":"✉️","requires":{"bins":[],"anyBins":["osascript","shortcuts","sqlite3"],"config":["~/apple-mail-macos/"]},"os":["darwin"],"configPaths":["~/apple-mail-macos/"]}} |
On first use, follow setup.md to define provider scope, command path preferences, and safety defaults before any write action.
User wants to control Apple Mail from CLI while keeping account sync managed by Mail.app. Agent handles read, search, triage, draft, send, move, archive, and delete workflows across accounts already connected in Apple Mail.
osascript, shortcuts, or sqlite3 read-only for indexed lookup.Memory lives in ~/apple-mail-macos/. See memory-template.md for structure.
~/apple-mail-macos/
├── memory.md # Status, provider map, safety defaults
├── command-paths.md # Working command path and fallback notes
├── provider-coverage.md # Provider-specific behavior and caveats
├── safety-log.md # Send/delete confirmations and rollback notes
└── operation-log.md # Operation IDs, verification evidence, outcomes
| Topic | File |
|---|---|
| Setup and first-run behavior | setup.md |
| Memory structure | memory-template.md |
| Command hierarchy and probes | command-paths.md |
| Provider behavior matrix | provider-coverage.md |
| Safety checklist before writes | safety-checklist.md |
| Deterministic operation patterns | operation-patterns.md |
| Failure handling and recovery | troubleshooting.md |
All skill files are stored in ~/apple-mail-macos/.
Before creating or changing local files, describe the planned write and ask for confirmation.
osascript, then shortcuts, then sqlite3 for read-only indexed lookup.Data that stays local:
~/apple-mail-macos/.Data that may leave your machine:
This skill does NOT:
Install with clawhub install <slug> if user confirms:
macos - macOS command workflows and system automation patterns.mail - cross-platform mailbox handling patterns and protocol references.events - event extraction and action-item framing from communications.schedule - scheduling workflows linked to message-driven tasks.productivity - execution and prioritization frameworks for daily work.clawhub star apple-mail-macosclawhub sync