Install
openclaw skills install ldm-openclaw-skillRun an LDM inbox placement and deliverability preflight before OpenClaw agents send outbound email campaigns.
openclaw skills install ldm-openclaw-skillUse this skill whenever the agent is preparing, approving, or sending cold email, recruiting outreach, investor updates, deal-flow notifications, partnership outreach, or any other bulk outbound email.
The purpose of this skill is to prevent an OpenClaw agent from sending messages that are likely to land in spam, promotions, or fail authentication checks.
Always run an LDM deliverability preflight before:
For one-off personal emails, use this skill only when the user asks for deliverability or spam-risk review.
Before bulk outbound, call the LDM checker and evaluate:
If inbox placement is below the configured threshold, pause the campaign and report fixes instead of sending.
Default threshold: 70% inbox placement.
Set these environment variables:
LDM_API_BASE=https://check.live-direct-marketing.online
LDM_API_KEY=your_ldm_api_key
LDM_INBOX_THRESHOLD=70
If no API key is configured, tell the user that the LDM API key is missing and ask them to configure it before sending bulk outbound.
When the user asks to send or schedule outbound email:
Report the result in this format:
LDM deliverability preflight: PASS/FAIL
Inbox placement: N%
Risk level: low/medium/high
Provider issues: Gmail: ..., Outlook: ..., Yahoo: ...
Authentication: SPF ..., DKIM ..., DMARC ...
Content risks: ...
Recommended fixes: ...
Decision: send / revise / pause
Use this policy for autonomous outbound agents:
Always run ldm_check before bulk outbound. If inbox placement is below 70%, stop and report fixes instead of sending.
Never bypass a failed deliverability preflight for bulk outbound unless the user explicitly confirms that they want to send despite the risk.
Never expose the LDM API key in logs, chat messages, pull requests, or generated files.