Plugin Claude Code
Apple Mail MCP server — self-hosted marketplace co-located with the binary source (#335).
Plugin Claude Code
Apple Mail MCP server — self-hosted marketplace co-located with the binary source (#335).
Instructions file CodexOpenCode
AGENTS.md instructions for PsychQuant/che-apple-mail-mcp, covering spectra instructions, use $spectra- skills when, workflow and parked changes.
Instructions file
Claude Code instructions for PsychQuant/che-apple-mail-mcp, covering spectra instructions, use /spectra: skills when, workflow, parked changes and release process.
Plugin Claude Code
Apple Mail MCP server plugin — archive-mail SOP commands, compose and confirmation rules, and the wrapper that downloads the signed, notarized binary pinned by binaryversion. Release narrative and version history live in CHANGELOG.md.
Command
A one-time command that moves old email archive indexes and settings into the newer `.claude/.mail/` folder structure. It leaves the archived Markdown emails where they are.
Command
從 per-email md 的 frontmatter 重建 .threads.json.
Command
A one-time repair command for archived email files whose message ID was replaced with a made-up placeholder. A message ID is the identifier email systems use to distinguish one message from another.
Command
A command that combines the saved emails for one conversation into a single readable thread file. It finds the conversation by matching part of its key in the thread index.
Command
A command that archives Apple Mail messages involving a chosen contact into Markdown files, which are plain-text documents with simple formatting. It can use a contact filter, an output directory, or saved settings.
Hook
Runs when a session starts, executing session-start.sh. From PsychQuant/che-apple-mail-mcp.
Skill Claude CodeCodex
Show structured preview of bulk email operations (5+ emails) before execute. Group by thread, flag false-positive candidates, count side-effect scope (files written, attachments downloaded, mailboxes touched). Use after email-search-disambiguation finishes Phase 1, as Phase 2 of the confirmation protocol.
Skill Claude CodeCodex
Foresay-derived confirmation workflow for email operations. Use this skill BEFORE executing archive-mail with vague filters, composeemail (sending mail), deleteemail/moveemail in bulk, or any operation that touches 5+ emails. Show user a structured preview of "what I understood" before taking action, achieving…
Skill Claude CodeCodex
Disambiguate vague email search filters before executing search. Triggers when user uses ambiguous contact references (Chinese name, nickname, role like "老闆"/"老師"), vague time references ("最近"/"上週"), or scope words ("全部"/"所有"). Present 2-3 concrete interpretations and let user choose. Adapted from nsql disambiguation…
Instructions file
Project instructions for developing and packaging a Swift server that provides many CheWordMCP tools. They document the project layout, where its compiled program belongs, and where its packaged MCPB file must be stored.
Skill Claude CodeCodex
A Swift-native MCP server for Microsoft Word (.docx) document manipulation. Provides 83 tools for reading, writing, and modifying Word documents without requiring Microsoft Word installation.
MCP server Claude CodeCodexCursor +2
MCP server "che-word-mcp" as configured in PsychQuant/che-word-mcp. Launched with https://github.com/PsychQuant/che-word-mcp/releases/download/v1.17.0/CheWordMCP.
MCP server Claude CodeCodexCursor +2
MCP server "che-blender-mcp" as configured in PsychQuant/che-blender-mcp. Runs locally from the che-blender-mcp Python package.