{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lnemail",
    "name": "LNemail",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/lnemail/lnemail",
    "canonicalUrl": "https://clawhub.ai/lnemail/lnemail",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lnemail",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lnemail",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/lnemail"
    },
    "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/lnemail",
    "agentPageUrl": "https://openagent3.xyz/skills/lnemail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lnemail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lnemail/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "LNemail",
        "body": "Anonymous email accounts via Lightning Network. No KYC, no email required to sign up—just pay with Bitcoin."
      },
      {
        "title": "Overview",
        "body": "LNemail provides fully functional email addresses for 1000 sats/year. Perfect for agents needing:\n\n2FA code reception\nAnonymous communication\nBitcoin/Lightning service notifications\nAPI-accessible email without identity requirements"
      },
      {
        "title": "1. Create Email Account",
        "body": "Create a Lightning invoice for email account creation:\n\n# Create the account (returns payment hash)\ncurl -X POST https://lnemail.net/api/v1/email\n\n# Response:\n# {\n#   \"payment_hash\": \"abc123...\",\n#   \"amount\": 1000,\n#   \"currency\": \"SATS\"\n# }"
      },
      {
        "title": "2. Pay with Lightning",
        "body": "# Get the invoice from payment status endpoint\ncurl -X GET https://lnemail.net/api/v1/payment/PAYMENT_HASH\n\n# Response when pending:\n# {\n#   \"payment_hash\": \"abc123...\",\n#   \"status\": \"pending\",\n#   \"lightning_invoice\": \"lnbc10u1pj...\"\n# }\n\nPay the BOLT11 lightning_invoice using any Bitcoin Lightning Network wallet (e.g., Alby CLI)."
      },
      {
        "title": "3. Retrieve Credentials",
        "body": "After payment confirms (~seconds), check status again:\n\ncurl -X GET https://lnemail.net/api/v1/payment/PAYMENT_HASH\n\n# Response when paid:\n# {\n#   \"payment_hash\": \"abc123...\",\n#   \"status\": \"paid\",\n#   \"email\": \"abc123@lnemail.net\",\n#   \"access_token\": \"eyJhbG...\"\n# }\n\nSave these credentials! Store them securely (e.g., ~/.lnemail/credentials.json)."
      },
      {
        "title": "Check Inbox",
        "body": "curl -X GET https://lnemail.net/api/v1/emails \\\n  -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\"\n\n# Response:\n# [\n#   {\n#     \"id\": \"msg_123\",\n#     \"from\": \"sender@example.com\",\n#     \"subject\": \"Your 2FA Code\",\n#     \"received_at\": \"2024-01-15T10:30:00Z\",\n#     \"has_attachments\": false\n#   }\n# ]"
      },
      {
        "title": "Read Email Content",
        "body": "curl -X GET https://lnemail.net/api/v1/emails/EMAIL_ID \\\n  -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\"\n\n# Response:\n# {\n#   \"id\": \"msg_123\",\n#   \"from\": \"sender@example.com\",\n#   \"to\": \"abc123@lnemail.net\",\n#   \"subject\": \"Your 2FA Code\",\n#   \"body\": \"Your verification code is: 123456\",\n#   \"received_at\": \"2024-01-15T10:30:00Z\"\n# }\n\nNote: HTML content is stripped for security; emails are plain text only."
      },
      {
        "title": "Send Email",
        "body": "Sending requires a Lightning payment (~100 sats per email):\n\n# Create send request\ncurl -X POST https://lnemail.net/api/v1/email/send \\\n  -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\" \\\n  -d '{\n    \"recipient\": \"example@example.com\",\n    \"subject\": \"Hello\",\n    \"body\": \"Message content here\"\n  }'\n\n# Response:\n# {\n#   \"payment_hash\": \"def456...\",\n#   \"amount\": 100,\n#   \"currency\": \"SATS\"\n# }\n\nPay the invoice, then check status:\n\ncurl -X GET https://lnemail.net/api/v1/email/send/status/PAYMENT_HASH\n\n# Response when paid:\n# {\n#   \"payment_hash\": \"def456...\",\n#   \"status\": \"paid\",\n#   \"message_id\": \"msg_sent_789\"\n# }"
      },
      {
        "title": "API Reference",
        "body": "EndpointMethodAuthDescription/emailPOSTNoCreate account (returns payment hash)/payment/{hash}GETNoCheck account payment status/emailsGETBearerList inbox messages/emails/{id}GETBearerGet message content/email/sendPOSTBearerCreate send request (returns payment hash)/email/send/status/{hash}GETNoCheck send payment status"
      },
      {
        "title": "Storage Recommendation",
        "body": "Store credentials in ~/.lnemail/credentials.json:\n\n{\n  \"email\": \"abc123@lnemail.net\",\n  \"access_token\": \"eyJhbG...\"\n}\n\nNote: The access_token is the only credential needed for ongoing operations. The payment_hash is only used during initial setup to check payment status — once you have the access_token, it can be discarded."
      },
      {
        "title": "Pricing",
        "body": "ServiceCostEmail account (1 year)1000 satsSend email~100 satsReceive emailFree"
      },
      {
        "title": "Limitations",
        "body": "Plain text only (HTML stripped)\nSmall attachment support\n100 sats per outgoing email\nAccount valid for 1 year from payment"
      },
      {
        "title": "Use Cases",
        "body": "2FA reception: Reliable email delivery for verification codes\nService notifications: Bitcoin/Lightning service alerts\nAnonymous signup: Services requiring email without identity link\nAgent-to-agent comms: Programmatic email between agents"
      },
      {
        "title": "References",
        "body": "LNemail: https://lnemail.net\nAPI Docs: https://lnemail.net (see homepage for full docs)\nAuth: Bearer token in Authorization header"
      }
    ],
    "body": "LNemail\n\nAnonymous email accounts via Lightning Network. No KYC, no email required to sign up—just pay with Bitcoin.\n\nOverview\n\nLNemail provides fully functional email addresses for 1000 sats/year. Perfect for agents needing:\n\n2FA code reception\nAnonymous communication\nBitcoin/Lightning service notifications\nAPI-accessible email without identity requirements\nQuick Start\n1. Create Email Account\n\nCreate a Lightning invoice for email account creation:\n\n# Create the account (returns payment hash)\ncurl -X POST https://lnemail.net/api/v1/email\n\n# Response:\n# {\n#   \"payment_hash\": \"abc123...\",\n#   \"amount\": 1000,\n#   \"currency\": \"SATS\"\n# }\n\n2. Pay with Lightning\n# Get the invoice from payment status endpoint\ncurl -X GET https://lnemail.net/api/v1/payment/PAYMENT_HASH\n\n# Response when pending:\n# {\n#   \"payment_hash\": \"abc123...\",\n#   \"status\": \"pending\",\n#   \"lightning_invoice\": \"lnbc10u1pj...\"\n# }\n\n\nPay the BOLT11 lightning_invoice using any Bitcoin Lightning Network wallet (e.g., Alby CLI).\n\n3. Retrieve Credentials\n\nAfter payment confirms (~seconds), check status again:\n\ncurl -X GET https://lnemail.net/api/v1/payment/PAYMENT_HASH\n\n# Response when paid:\n# {\n#   \"payment_hash\": \"abc123...\",\n#   \"status\": \"paid\",\n#   \"email\": \"abc123@lnemail.net\",\n#   \"access_token\": \"eyJhbG...\"\n# }\n\n\nSave these credentials! Store them securely (e.g., ~/.lnemail/credentials.json).\n\nUsing Your Email\nCheck Inbox\ncurl -X GET https://lnemail.net/api/v1/emails \\\n  -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\"\n\n# Response:\n# [\n#   {\n#     \"id\": \"msg_123\",\n#     \"from\": \"sender@example.com\",\n#     \"subject\": \"Your 2FA Code\",\n#     \"received_at\": \"2024-01-15T10:30:00Z\",\n#     \"has_attachments\": false\n#   }\n# ]\n\nRead Email Content\ncurl -X GET https://lnemail.net/api/v1/emails/EMAIL_ID \\\n  -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\"\n\n# Response:\n# {\n#   \"id\": \"msg_123\",\n#   \"from\": \"sender@example.com\",\n#   \"to\": \"abc123@lnemail.net\",\n#   \"subject\": \"Your 2FA Code\",\n#   \"body\": \"Your verification code is: 123456\",\n#   \"received_at\": \"2024-01-15T10:30:00Z\"\n# }\n\n\nNote: HTML content is stripped for security; emails are plain text only.\n\nSend Email\n\nSending requires a Lightning payment (~100 sats per email):\n\n# Create send request\ncurl -X POST https://lnemail.net/api/v1/email/send \\\n  -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\" \\\n  -d '{\n    \"recipient\": \"example@example.com\",\n    \"subject\": \"Hello\",\n    \"body\": \"Message content here\"\n  }'\n\n# Response:\n# {\n#   \"payment_hash\": \"def456...\",\n#   \"amount\": 100,\n#   \"currency\": \"SATS\"\n# }\n\n\nPay the invoice, then check status:\n\ncurl -X GET https://lnemail.net/api/v1/email/send/status/PAYMENT_HASH\n\n# Response when paid:\n# {\n#   \"payment_hash\": \"def456...\",\n#   \"status\": \"paid\",\n#   \"message_id\": \"msg_sent_789\"\n# }\n\nAPI Reference\nEndpoint\tMethod\tAuth\tDescription\n/email\tPOST\tNo\tCreate account (returns payment hash)\n/payment/{hash}\tGET\tNo\tCheck account payment status\n/emails\tGET\tBearer\tList inbox messages\n/emails/{id}\tGET\tBearer\tGet message content\n/email/send\tPOST\tBearer\tCreate send request (returns payment hash)\n/email/send/status/{hash}\tGET\tNo\tCheck send payment status\nStorage Recommendation\n\nStore credentials in ~/.lnemail/credentials.json:\n\n{\n  \"email\": \"abc123@lnemail.net\",\n  \"access_token\": \"eyJhbG...\"\n}\n\n\nNote: The access_token is the only credential needed for ongoing operations. The payment_hash is only used during initial setup to check payment status — once you have the access_token, it can be discarded.\n\nPricing\nService\tCost\nEmail account (1 year)\t1000 sats\nSend email\t~100 sats\nReceive email\tFree\nLimitations\nPlain text only (HTML stripped)\nSmall attachment support\n100 sats per outgoing email\nAccount valid for 1 year from payment\nUse Cases\n2FA reception: Reliable email delivery for verification codes\nService notifications: Bitcoin/Lightning service alerts\nAnonymous signup: Services requiring email without identity link\nAgent-to-agent comms: Programmatic email between agents\nReferences\nLNemail: https://lnemail.net\nAPI Docs: https://lnemail.net (see homepage for full docs)\nAuth: Bearer token in Authorization header"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lnemail/lnemail",
    "publisherUrl": "https://clawhub.ai/lnemail/lnemail",
    "owner": "lnemail",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lnemail",
    "downloadUrl": "https://openagent3.xyz/downloads/lnemail",
    "agentUrl": "https://openagent3.xyz/skills/lnemail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lnemail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lnemail/agent.md"
  }
}