@launchmail/openclaw-plugin
v0.1.1
Published
LaunchMail email integration plugin for OpenClaw. Installs the LaunchMail MCP server and skill.
Downloads
206
Readme
@launchmail/openclaw-plugin
OpenClaw plugin for LaunchMail — send and receive email through managed mailboxes.
What's Included
- LaunchMail Skill — agent-facing instructions and tool reference for email workflows.
- Plugin config — API key, base URLs, and skill sync settings, surfaced through OpenClaw's plugin UI.
/launchmail-statuscommand — quick check of plugin config and connection.
Installation
Via OpenClaw CLI
openclaw plugin install @launchmail/openclaw-pluginVia npm
npm install @launchmail/openclaw-pluginThen add to your OpenClaw config:
{
"plugins": [
{
"package": "@launchmail/openclaw-plugin",
"config": {
"apiKey": "lmu_xxxxxxxxxx..."
}
}
]
}Configuration
| Key | Type | Description |
|-----|------|-------------|
| apiKey | string | LaunchMail API key (lmu_ personal, lmk_ organization). |
| apiBaseUrl | string | API base URL. Default https://api.launchmail.me. |
| baseUrl | string | Web base URL. Default https://launchmail.me. |
| bootstrap.syncPackagedSkills | boolean | Sync bundled skills on load. Default true. |
The API key can also be provided via the LAUNCHMAIL_API_KEY environment variable.
MCP Server
This plugin complements the standalone @launchmail/mcp server. The MCP server exposes email tools (list_inboxes, send_message, list_threads, etc.) over the Model Context Protocol. The plugin bundles the skill that teaches agents how to use those tools.
License
MIT
