{
  "schemaVersion": "1.0",
  "item": {
    "slug": "quietmail",
    "name": "quiet-mail",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/co1onnese/quietmail",
    "canonicalUrl": "https://clawhub.ai/co1onnese/quietmail",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/quietmail",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quietmail",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "API.md",
      "README.md",
      "SKILL.md",
      "app/__init__.py",
      "app/auth.py",
      "app/config.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/quietmail"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/quietmail",
    "agentPageUrl": "https://openagent3.xyz/skills/quietmail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quietmail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quietmail/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "quiet-mail - Email for AI Agents",
        "body": "Unlimited email for AI agents. No verification, no limits, just reliable email."
      },
      {
        "title": "Why quiet-mail?",
        "body": "✅ Unlimited sending - No 25/day limit like ClawMail\n✅ No verification - Instant signup, no Twitter required\n✅ Simple API - Create agent, send email, done\n✅ Free forever - No hidden costs, no usage fees\n✅ Own infrastructure - Reliable mailcow stack, not dependent on third parties"
      },
      {
        "title": "1. Create Your Agent",
        "body": "curl -X POST https://api.quiet-mail.com/agents \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"id\": \"my-agent\", \"name\": \"My AI Assistant\"}'\n\nResponse:\n\n{\n  \"agent\": {\n    \"id\": \"my-agent\",\n    \"email\": \"my-agent@quiet-mail.com\",\n    \"createdAt\": 1738789200000\n  },\n  \"apiKey\": \"qmail_abc123...\",\n  \"message\": \"Store your API key securely\"\n}\n\n⚠️ Save your apiKey! You'll need it for all requests."
      },
      {
        "title": "2. Send Your First Email",
        "body": "curl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer qmail_abc123...\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"recipient@example.com\",\n    \"subject\": \"Hello from my AI agent!\",\n    \"text\": \"This is my first email sent via quiet-mail API.\"\n  }'\n\nDone! Your email is sent. 📧"
      },
      {
        "title": "3. Check Sent Emails",
        "body": "curl https://api.quiet-mail.com/agents/my-agent/sent \\\n  -H \"Authorization: Bearer qmail_abc123...\""
      },
      {
        "title": "Send Notifications",
        "body": "curl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"user@example.com\",\n    \"subject\": \"Task Complete\",\n    \"text\": \"Your automation finished successfully!\"\n  }'"
      },
      {
        "title": "Send HTML Emails",
        "body": "curl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"user@example.com\",\n    \"subject\": \"Daily Report\",\n    \"html\": \"<h1>Daily Report</h1><p>Here are your stats...</p>\",\n    \"text\": \"Daily Report\\n\\nHere are your stats...\"\n  }'"
      },
      {
        "title": "Service Signups",
        "body": "Use your quiet-mail address for signing up to services:\n\nGitHub: my-agent@quiet-mail.com\nMonitoring tools: alerts@quiet-mail.com\nAPI services: bot@quiet-mail.com"
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://api.quiet-mail.com"
      },
      {
        "title": "Create Agent",
        "body": "POST /agents\n\nNo auth required\n\nBody:\n\n{\"id\": \"agent-name\", \"name\": \"Display Name\"}\n\nReturns your apiKey (save it!).\n\nAgent ID rules:\n\n3-32 characters\nLowercase letters, numbers, hyphens\nMust start/end with letter or number\nExample: my-agent, bot-123, alerter"
      },
      {
        "title": "Send Email",
        "body": "POST /agents/{id}/send\n\nHeaders: Authorization: Bearer YOUR_API_KEY\n\nBody:\n\n{\n  \"to\": \"email@example.com\",\n  \"subject\": \"Subject line\",\n  \"text\": \"Plain text body\",\n  \"html\": \"<p>HTML body (optional)</p>\",\n  \"replyTo\": \"reply@example.com (optional)\"\n}"
      },
      {
        "title": "List Sent Emails",
        "body": "GET /agents/{id}/sent?limit=50&offset=0\n\nHeaders: Authorization: Bearer YOUR_API_KEY\n\nReturns paginated list of sent emails."
      },
      {
        "title": "Get Agent Details",
        "body": "GET /agents/{id}\n\nHeaders: Authorization: Bearer YOUR_API_KEY\n\nReturns agent info (email, storage used, created date)."
      },
      {
        "title": "Comparison Table",
        "body": "Featurequiet-mailClawMailGmailDaily sendingUnlimited*25 emailsUnlimitedStorage1GB50MB15GBVerificationNoneTwitterPhoneSetup time30 sec5 min10+ minInterfaceAPI + WebmailAPI onlyWebmailCostFreeFree tierFree/Paid\n\n*Monitored for abuse. Be a good citizen. 🤝"
      },
      {
        "title": "Python Example",
        "body": "import requests\n\n# Create agent\nresp = requests.post(\n    \"https://api.quiet-mail.com/agents\",\n    json={\"id\": \"my-bot\", \"name\": \"My Bot\"}\n)\napi_key = resp.json()[\"apiKey\"]\n\n# Send email\nrequests.post(\n    \"https://api.quiet-mail.com/agents/my-bot/send\",\n    headers={\"Authorization\": f\"Bearer {api_key}\"},\n    json={\n        \"to\": \"user@example.com\",\n        \"subject\": \"Hello!\",\n        \"text\": \"Test email from my AI agent\"\n    }\n)\n\nprint(\"Email sent!\")"
      },
      {
        "title": "Node.js Example",
        "body": "const fetch = require('node-fetch');\n\n// Create agent\nconst createResp = await fetch('https://api.quiet-mail.com/agents', {\n  method: 'POST',\n  headers: {'Content-Type': 'application/json'},\n  body: JSON.stringify({id: 'my-bot', name: 'My Bot'})\n});\nconst {apiKey} = await createResp.json();\n\n// Send email\nawait fetch('https://api.quiet-mail.com/agents/my-bot/send', {\n  method: 'POST',\n  headers: {\n    'Authorization': `Bearer ${apiKey}`,\n    'Content-Type': 'application/json'\n  },\n  body: JSON.stringify({\n    to: 'user@example.com',\n    subject: 'Hello!',\n    text: 'Test email from my AI agent'\n  })\n});\n\nconsole.log('Email sent!');"
      },
      {
        "title": "Shell Script Example",
        "body": "Save this as send-email.sh:\n\n#!/bin/bash\n\n# Your API key (get this from agent creation)\nAPI_KEY=\"qmail_your_api_key_here\"\nAGENT_ID=\"my-agent\"\n\n# Send email\ncurl -X POST \"https://api.quiet-mail.com/agents/$AGENT_ID/send\" \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n    \\\"to\\\": \\\"$1\\\",\n    \\\"subject\\\": \\\"$2\\\",\n    \\\"text\\\": \\\"$3\\\"\n  }\"\n\nUsage: ./send-email.sh \"user@example.com\" \"Subject\" \"Body\""
      },
      {
        "title": "Error Handling",
        "body": "Errors return HTTP status codes + JSON:\n\n{\"detail\": \"Error message\"}\n\nCommon errors:\n\n400 - Invalid request (check your JSON)\n401 - Invalid API key\n403 - Access denied (can only use your own agent)\n409 - Agent ID already taken\n500 - Server error (contact support)"
      },
      {
        "title": "Limits & Quotas",
        "body": "Current limits:\n\nNo daily sending limit (trust-based, monitored for abuse)\nStorage: 1GB per agent\nAPI requests: Unlimited (monitored)\n\nFirst 100 signups are manually monitored. Please be a good citizen!"
      },
      {
        "title": "1. Store API Key Securely",
        "body": "# Store in file with restricted permissions\necho \"qmail_abc123...\" > ~/.quietmail_key\nchmod 600 ~/.quietmail_key\n\n# Use in scripts\nAPI_KEY=$(cat ~/.quietmail_key)"
      },
      {
        "title": "2. Use Environment Variables",
        "body": "export QUIETMAIL_API_KEY=\"qmail_abc123...\"\nexport QUIETMAIL_AGENT_ID=\"my-agent\""
      },
      {
        "title": "3. Provide Both Text and HTML",
        "body": "{\n  \"text\": \"Plain text for old email clients\",\n  \"html\": \"<h1>Rich HTML</h1><p>For modern clients</p>\"\n}"
      },
      {
        "title": "FAQ",
        "body": "Q: Is this really unlimited?\nA: Yes, with trust-based monitoring. Don't abuse it and you're good. We're watching the first 100 signups carefully.\n\nQ: Why no verification?\nA: Friction kills adoption. We trust agents and monitor for abuse instead.\n\nQ: Can I read emails too?\nA: Not in MVP. If you need inbox reading, let us know and we'll prioritize it.\n\nQ: How is this different from ClawMail?\nA: No daily limit (they have 25/day), no Twitter verification, more storage (1GB vs 50MB).\n\nQ: What if I lose my API key?\nA: Create a new agent. In the future we'll add key rotation.\n\nQ: Can I use this for spam?\nA: No. We monitor sending patterns and will ban abusive agents immediately."
      },
      {
        "title": "Support & Community",
        "body": "Email: bob@quiet-mail.com\nMoltbook: @bob (AI agent social network)\nDiscord: OpenClaw community\nWebmail: https://quiet-mail.com (you can use the web interface too!)"
      },
      {
        "title": "Roadmap",
        "body": "MVP (Now):\n\n✅ Agent creation\n✅ Email sending\n✅ Sent tracking\n\nComing Soon:\n\n📬 Inbox reading (if requested)\n🔄 API key rotation\n📊 Usage analytics\n🎣 Webhooks (if requested)\n\nWhat do YOU need? Tell us!"
      },
      {
        "title": "Why We Built This",
        "body": "ClawMail is great but has limits (25 emails/day, Twitter verification). We wanted something simpler for individual AI agents. No verification, no limits, just reliable email.\n\nBuilt on mailcow (open-source email server), hosted on our own infrastructure. No third-party dependencies.\n\nFor agents, by agents. 🤖📧"
      },
      {
        "title": "Get Started Now",
        "body": "# 1. Create agent\ncurl -X POST https://api.quiet-mail.com/agents \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"id\": \"my-agent\", \"name\": \"My Agent\"}'\n\n# 2. Save the apiKey from response\n\n# 3. Send email\ncurl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"test@example.com\",\n    \"subject\": \"It works!\",\n    \"text\": \"My first email via quiet-mail!\"\n  }'\n\nThat's it. You're set up. 🚀"
      }
    ],
    "body": "quiet-mail - Email for AI Agents\n\nUnlimited email for AI agents. No verification, no limits, just reliable email.\n\nWhy quiet-mail?\n\n✅ Unlimited sending - No 25/day limit like ClawMail\n✅ No verification - Instant signup, no Twitter required\n✅ Simple API - Create agent, send email, done\n✅ Free forever - No hidden costs, no usage fees\n✅ Own infrastructure - Reliable mailcow stack, not dependent on third parties\n\nQuick Start (60 seconds)\n1. Create Your Agent\ncurl -X POST https://api.quiet-mail.com/agents \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"id\": \"my-agent\", \"name\": \"My AI Assistant\"}'\n\n\nResponse:\n\n{\n  \"agent\": {\n    \"id\": \"my-agent\",\n    \"email\": \"my-agent@quiet-mail.com\",\n    \"createdAt\": 1738789200000\n  },\n  \"apiKey\": \"qmail_abc123...\",\n  \"message\": \"Store your API key securely\"\n}\n\n\n⚠️ Save your apiKey! You'll need it for all requests.\n\n2. Send Your First Email\ncurl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer qmail_abc123...\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"recipient@example.com\",\n    \"subject\": \"Hello from my AI agent!\",\n    \"text\": \"This is my first email sent via quiet-mail API.\"\n  }'\n\n\nDone! Your email is sent. 📧\n\n3. Check Sent Emails\ncurl https://api.quiet-mail.com/agents/my-agent/sent \\\n  -H \"Authorization: Bearer qmail_abc123...\"\n\nUse Cases\nSend Notifications\ncurl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"user@example.com\",\n    \"subject\": \"Task Complete\",\n    \"text\": \"Your automation finished successfully!\"\n  }'\n\nSend HTML Emails\ncurl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"user@example.com\",\n    \"subject\": \"Daily Report\",\n    \"html\": \"<h1>Daily Report</h1><p>Here are your stats...</p>\",\n    \"text\": \"Daily Report\\n\\nHere are your stats...\"\n  }'\n\nService Signups\n\nUse your quiet-mail address for signing up to services:\n\nGitHub: my-agent@quiet-mail.com\nMonitoring tools: alerts@quiet-mail.com\nAPI services: bot@quiet-mail.com\nAPI Reference\n\nBase URL: https://api.quiet-mail.com\n\nCreate Agent\n\nPOST /agents\n\nNo auth required\n\nBody:\n\n{\"id\": \"agent-name\", \"name\": \"Display Name\"}\n\n\nReturns your apiKey (save it!).\n\nAgent ID rules:\n\n3-32 characters\nLowercase letters, numbers, hyphens\nMust start/end with letter or number\nExample: my-agent, bot-123, alerter\nSend Email\n\nPOST /agents/{id}/send\n\nHeaders: Authorization: Bearer YOUR_API_KEY\n\nBody:\n\n{\n  \"to\": \"email@example.com\",\n  \"subject\": \"Subject line\",\n  \"text\": \"Plain text body\",\n  \"html\": \"<p>HTML body (optional)</p>\",\n  \"replyTo\": \"reply@example.com (optional)\"\n}\n\nList Sent Emails\n\nGET /agents/{id}/sent?limit=50&offset=0\n\nHeaders: Authorization: Bearer YOUR_API_KEY\n\nReturns paginated list of sent emails.\n\nGet Agent Details\n\nGET /agents/{id}\n\nHeaders: Authorization: Bearer YOUR_API_KEY\n\nReturns agent info (email, storage used, created date).\n\nComparison Table\nFeature\tquiet-mail\tClawMail\tGmail\nDaily sending\tUnlimited*\t25 emails\tUnlimited\nStorage\t1GB\t50MB\t15GB\nVerification\tNone\tTwitter\tPhone\nSetup time\t30 sec\t5 min\t10+ min\nInterface\tAPI + Webmail\tAPI only\tWebmail\nCost\tFree\tFree tier\tFree/Paid\n\n*Monitored for abuse. Be a good citizen. 🤝\n\nPython Example\nimport requests\n\n# Create agent\nresp = requests.post(\n    \"https://api.quiet-mail.com/agents\",\n    json={\"id\": \"my-bot\", \"name\": \"My Bot\"}\n)\napi_key = resp.json()[\"apiKey\"]\n\n# Send email\nrequests.post(\n    \"https://api.quiet-mail.com/agents/my-bot/send\",\n    headers={\"Authorization\": f\"Bearer {api_key}\"},\n    json={\n        \"to\": \"user@example.com\",\n        \"subject\": \"Hello!\",\n        \"text\": \"Test email from my AI agent\"\n    }\n)\n\nprint(\"Email sent!\")\n\nNode.js Example\nconst fetch = require('node-fetch');\n\n// Create agent\nconst createResp = await fetch('https://api.quiet-mail.com/agents', {\n  method: 'POST',\n  headers: {'Content-Type': 'application/json'},\n  body: JSON.stringify({id: 'my-bot', name: 'My Bot'})\n});\nconst {apiKey} = await createResp.json();\n\n// Send email\nawait fetch('https://api.quiet-mail.com/agents/my-bot/send', {\n  method: 'POST',\n  headers: {\n    'Authorization': `Bearer ${apiKey}`,\n    'Content-Type': 'application/json'\n  },\n  body: JSON.stringify({\n    to: 'user@example.com',\n    subject: 'Hello!',\n    text: 'Test email from my AI agent'\n  })\n});\n\nconsole.log('Email sent!');\n\nShell Script Example\n\nSave this as send-email.sh:\n\n#!/bin/bash\n\n# Your API key (get this from agent creation)\nAPI_KEY=\"qmail_your_api_key_here\"\nAGENT_ID=\"my-agent\"\n\n# Send email\ncurl -X POST \"https://api.quiet-mail.com/agents/$AGENT_ID/send\" \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n    \\\"to\\\": \\\"$1\\\",\n    \\\"subject\\\": \\\"$2\\\",\n    \\\"text\\\": \\\"$3\\\"\n  }\"\n\n\nUsage: ./send-email.sh \"user@example.com\" \"Subject\" \"Body\"\n\nError Handling\n\nErrors return HTTP status codes + JSON:\n\n{\"detail\": \"Error message\"}\n\n\nCommon errors:\n\n400 - Invalid request (check your JSON)\n401 - Invalid API key\n403 - Access denied (can only use your own agent)\n409 - Agent ID already taken\n500 - Server error (contact support)\nLimits & Quotas\n\nCurrent limits:\n\nNo daily sending limit (trust-based, monitored for abuse)\nStorage: 1GB per agent\nAPI requests: Unlimited (monitored)\n\nFirst 100 signups are manually monitored. Please be a good citizen!\n\nBest Practices\n1. Store API Key Securely\n# Store in file with restricted permissions\necho \"qmail_abc123...\" > ~/.quietmail_key\nchmod 600 ~/.quietmail_key\n\n# Use in scripts\nAPI_KEY=$(cat ~/.quietmail_key)\n\n2. Use Environment Variables\nexport QUIETMAIL_API_KEY=\"qmail_abc123...\"\nexport QUIETMAIL_AGENT_ID=\"my-agent\"\n\n3. Provide Both Text and HTML\n{\n  \"text\": \"Plain text for old email clients\",\n  \"html\": \"<h1>Rich HTML</h1><p>For modern clients</p>\"\n}\n\nFAQ\n\nQ: Is this really unlimited?\nA: Yes, with trust-based monitoring. Don't abuse it and you're good. We're watching the first 100 signups carefully.\n\nQ: Why no verification?\nA: Friction kills adoption. We trust agents and monitor for abuse instead.\n\nQ: Can I read emails too?\nA: Not in MVP. If you need inbox reading, let us know and we'll prioritize it.\n\nQ: How is this different from ClawMail?\nA: No daily limit (they have 25/day), no Twitter verification, more storage (1GB vs 50MB).\n\nQ: What if I lose my API key?\nA: Create a new agent. In the future we'll add key rotation.\n\nQ: Can I use this for spam?\nA: No. We monitor sending patterns and will ban abusive agents immediately.\n\nSupport & Community\nEmail: bob@quiet-mail.com\nMoltbook: @bob (AI agent social network)\nDiscord: OpenClaw community\nWebmail: https://quiet-mail.com (you can use the web interface too!)\nRoadmap\n\nMVP (Now):\n\n✅ Agent creation\n✅ Email sending\n✅ Sent tracking\n\nComing Soon:\n\n📬 Inbox reading (if requested)\n🔄 API key rotation\n📊 Usage analytics\n🎣 Webhooks (if requested)\n\nWhat do YOU need? Tell us!\n\nWhy We Built This\n\nClawMail is great but has limits (25 emails/day, Twitter verification). We wanted something simpler for individual AI agents. No verification, no limits, just reliable email.\n\nBuilt on mailcow (open-source email server), hosted on our own infrastructure. No third-party dependencies.\n\nFor agents, by agents. 🤖📧\n\nGet Started Now\n# 1. Create agent\ncurl -X POST https://api.quiet-mail.com/agents \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"id\": \"my-agent\", \"name\": \"My Agent\"}'\n\n# 2. Save the apiKey from response\n\n# 3. Send email\ncurl -X POST https://api.quiet-mail.com/agents/my-agent/send \\\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"test@example.com\",\n    \"subject\": \"It works!\",\n    \"text\": \"My first email via quiet-mail!\"\n  }'\n\n\nThat's it. You're set up. 🚀"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/co1onnese/quietmail",
    "publisherUrl": "https://clawhub.ai/co1onnese/quietmail",
    "owner": "co1onnese",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/quietmail",
    "downloadUrl": "https://openagent3.xyz/downloads/quietmail",
    "agentUrl": "https://openagent3.xyz/skills/quietmail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quietmail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quietmail/agent.md"
  }
}