email-agent
v0.1.0Local, agent-friendly email CLI: IMAP sync, OKF Markdown knowledge store, search, attachments and send-only-after-confirmation.
By Mauricio PereraLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 12, 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 email-agent for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add email-agent@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/MauricioPerera/email-agent-kddClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/email-agent/.
Plugin files
├── .codex-plugin/plugin.json└── skills/email-agent/SKILL.md
Included Skills1
Operate the local Email Agent CLI to synchronize, search, read, and draft email safely.
Plugin manifests1
{
"name": "email-agent",
"version": "0.1.0",
"description": "Local, agent-friendly email CLI: IMAP sync, OKF Markdown knowledge store, search, attachments and send-only-after-confirmation.",
"author": {
"name": "Mauricio Perera"
},
"repository": "https://github.com/MauricioPerera/email-agent-kdd",
"license": "MIT",
"keywords": [
"email",
"imap",
"cli",
"knowledge",
"attachments"
],
"skills": "./skills",
"interface": {
"displayName": "Email Agent",
"shortDescription": "Sync, search, read and draft email locally; sending and deletion require explicit literal confirmations.",
"longDescription": "Provides agent guidance for paginated read-only sync, delivery-recipient search, trash/restore lifecycle, attachment metadata and authorized extraction, platform watchers, and confirmation-gated sending and deletion.",
"developerName": "Mauricio Perera",
"category": "Productivity",
"capabilities": [
"Paginated read-only IMAP sync",
"Search and query over the local knowledge store",
"Trash, restore and permanent deletion lifecycle",
"Attachment listing, extraction and garbage collection",
"Notification watchers and startup integration",
"Confirmation-gated sending and deletion"
],
"defaultPrompt": [
"Synchronize my inbox with email-agent sync and report new messages",
"Search my mail with email-agent query for a topic",
"Install email-agent using installers/ and verify with email-agent --help"
]
}
}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.
[email-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/email-agent)