Agent capability

mail-server-operations

Inspect, configure, and troubleshoot mail domains, SMTP delivery, IMAP access, mail queues, aliases, mailboxes, quotas, bounces, spam controls, TLS, MX, SPF, DKIM, DMARC, reverse DNS, transactional email, and self-hosted mail clients. Use for lnxr-mail, lunexor-mailtools, PBX notifications, account verification, deliverability incidents, domain onboarding, and controlled mailbox lifecycle operations.

Apache-2.0 Read-only queue, DNS, mailbox-usage, and delivery-trace access is preferred. Sending, retrying, deleting, mailbox creation, alias changes, credential resets, and DNS modifications require explicit authorization. 1 files 3,323 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/mail-server-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mail-server-operations --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/mail-server-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mail-server-operations --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/mail-server-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mail-server-operations --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/mail-server-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mail-server-operations --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'mail-server-operations' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
SKILL.md 3,323 36df4a65cbeaf606…