Outlook mail commands: triage, briefings, drafts, style-matching, self-learning. Bundles outlook-cli MCP wrapper. Reads/sends via outlook-bridge MCP.
By weirdappsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mail for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mail-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/weirdapps/plessas-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mail/.
Plugin files
├── .claude-plugin/plugin.json├── skills/outlook-mail/SKILL.md└── .mcp.json
Included Skills1
Anything to do with the user's Outlook mailbox: reading it, deciding what in it matters, and composing what goes out of it. Covers inbox briefings and triage, finding and summarising messages or threads, drafting replies and forwards, sending new mail, and learning the user's writing style. Use this whenever a request concerns email, however it is phrased, for example "what needs my attention today", "anything urgent from the auditors", "answer Maria", "put together a note to the team", or in Greek «τι τρέχει στο μέιλ μου», «ποιος περιμένει απάντηση», «γράψε στον Κώστα», «βγάλε μου μια σύνοψη από τα χθεσινά». These are samples, not an exhaustive list: judge by meaning, not by matching words. Do NOT use for Microsoft Teams messages or chats (use teams-chat), for preparing or debriefing meetings (use meeting-workflows), or for reading spreadsheets or Word documents.
MCP servers1
- command
- bash
- args
- ${CLAUDE_PLUGIN_ROOT}/mcp-server/run.sh
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "mail",
"description": "Outlook mail commands: triage, briefings, drafts, style-matching, self-learning. Bundles outlook-cli MCP wrapper. Reads/sends via outlook-bridge MCP.",
"version": "1.1.1",
"author": {
"name": "weirdapps"
},
"license": "MIT",
"keywords": [
"email",
"outlook",
"outlook-bridge",
"inbox",
"briefing",
"drafting",
"triage",
"style-matching",
"self-learning"
],
"commands": "./commands",
"homepage": "https://github.com/weirdapps/plessas-marketplace/tree/master/plugins/mail",
"repository": "https://github.com/weirdapps/plessas-marketplace"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mail on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mail-2)