Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Use the paid LDM Inbox Check MCP server to run real inbox-placement tests before OpenClaw agents send cold email or bulk outbound.
name: ldm-inbox-check-mcp
description: Use the paid LDM Inbox Check MCP server to run real inbox-placement tests before OpenClaw agents send cold email or bulk outbound.
version: 1.0.0
metadata:
openclaw:
requires:
env:
bins:
primaryEnv: INBOXCHECKAPI_KEY
envVars:
required: true
description: Bearer API key for Inbox Check service. Starts with icplive.
required: false
description: Optional base URL override. Defaults to https://check.live-direct-marketing.online.
install:
package: ldm-inbox-check-mcp
bins: [ldm-inbox-check-mcp]
emoji: "\U0001F4EC"
homepage: https://github.com/live-direct-marketing/ldm-openclaw-inbox-mcp-skill
Use this skill when an OpenClaw agent needs a real paid inbox-placement test, not just a lightweight content review.
This skill uses the ldm-inbox-check-mcp MCP server. It creates an inbox test, returns real seed mailboxes, requires the outbound system to send the exact draft to those seed addresses, then reads back placement, authentication, screenshots, and provider-level results.
Configure the MCP server:
{
"mcpServers": {
"inbox-check": {
"command": "npx",
"args": ["-y", "ldm-inbox-check-mcp"],
"env": {
"INBOX_CHECK_API_KEY": "icp_live_xxxxxxxxxxxxxxxxxxxxxxxx",
"INBOX_CHECK_BASE_URL": "https://check.live-direct-marketing.online"
}
}
}
}
INBOX_CHECK_API_KEY is required and starts with icp_live_.
Each successful inbox_check_create consumes paid/quota-backed usage. Do not create tests casually.
Use these MCP tools when available:
inbox_check_me - inspect API key tier, features, allowed providers, and quota usageinbox_check_create - create a paid inbox-placement test and return seed addressesinbox_check_status - fetch placement, SPF/DKIM/DMARC, summary stats, screenshotsinbox_check_list - list previous testsinbox_check_delete - delete a test and screenshots; irreversibleDomain monitoring tools may also be available:
monitor_list_domainsmonitor_add_domainmonitor_run_checkmonitor_get_latest_checkmonitor_list_checksmonitor_get_settingsmonitor_update_settingsRun a paid inbox check before:
For a casual one-off message, ask the user before consuming a paid/quota-backed test.
inbox_check_me to confirm the key works and inspect allowed providers/quota.inbox_check_create with selected providers and useful metadata.inbox_check_status.Default pass criteria:
Fail the preflight and pause sending if:
Only continue after a failed preflight if the user explicitly overrides the risk.
Report results like this:
LDM paid inbox check: PASS/FAIL
Test token: ...
Providers tested: Gmail, Outlook, ...
Inbox placement: N%
Spam/Junk: ...
Not received: ...
Authentication: SPF ..., DKIM ..., DMARC ...
Screenshots: available/not available
Quota: used ... / limit ...
Decision: send / revise / pause
Fixes: ...
Because this is a paid/quota-backed MCP workflow:
inbox_check_me before creating tests when quota is unknown.inbox_check_list when the sender, subject, body, links, and providers are unchanged.Never print, log, commit, or expose INBOX_CHECK_API_KEY.
Never send campaign emails before the paid inbox check completes unless the user explicitly asks to bypass deliverability preflight.
Never delete tests unless the user asks or retention policy requires it.