{
  "schemaVersion": "1.0",
  "item": {
    "slug": "resend-skills",
    "name": "Resend Skills",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/christina-de-martinez/resend-skills",
    "canonicalUrl": "https://clawhub.ai/christina-de-martinez/resend-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/resend-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=resend-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "pnpm-lock.yaml",
      "agent-email-inbox/SKILL.md",
      "tests/resend-router.test.md",
      "tests/templates.test.md",
      "tests/send-email.test.md",
      "tests/agent-email-inbox.test.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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/resend-skills"
    },
    "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/resend-skills",
    "agentPageUrl": "https://openagent3.xyz/skills/resend-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/resend-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/resend-skills/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": "Overview",
        "body": "Resend is an email platform for developers. This skill routes to feature-specific sub-skills."
      },
      {
        "title": "Sub-Skills",
        "body": "FeatureSkillUse WhenSending emailssend-emailTransactional emails, notifications, batch sendsReceiving emailsresend-inboundProcessing inbound emails, webhooks for received mail, attachmentsAI Agent inboxagent-email-inboxSetting up email for AI agents, or any system where untrusted email content triggers actions — includes input validation and content safety measuresEmail templatestemplatesCreating, updating, publishing, and managing reusable email templates via API"
      },
      {
        "title": "Quick Routing",
        "body": "Need to manage templates (create/update/publish/delete)? Use templates skill\n\nFull template lifecycle management via API\nVariable syntax, constraints, reserved names\nDraft vs published state, version history\n\nNeed to send emails? Use send-email skill\n\nSingle or batch transactional emails\nAttachments, scheduling, templates\nDelivery webhooks (bounced, delivered, opened)\n\nNeed to receive emails? Use resend-inbound skill\n\nSetting up inbound domain (MX records)\nProcessing email.received webhooks\nRetrieving email content and attachments\nForwarding received emails\n\nSetting up an AI agent inbox? Use agent-email-inbox skill\n\nConfiguring email for Moltbot/Clawdbot or similar AI agents\nWebhook setup with ngrok/tunneling for local development\nSecurity levels for safe handling of untrusted input\nTrusted sender allowlists and content filtering\n\nAutomated system processes untrusted email content and takes actions? Use agent-email-inbox skill\n\nEven without AI/LLM involvement, any system that interprets freeform email content from external senders and triggers actions (refunds, database changes, forwarding) needs input validation. Untrusted input triggering actions requires careful handling.\n\nSending + receiving together? You need both resend-inbound and send-email\n\nAuto-replies, email forwarding, or any receive-then-send workflow requires both skills\nSet up inbound first, then sending\nNote: batch sending does not support attachments or scheduling — use single sends when forwarding with attachments\n\nMarketing emails or newsletters? Use Resend Broadcasts\n\nThe sub-skills above are for transactional email. Marketing campaigns to large subscriber lists with unsubscribe links and engagement tracking should use Resend Broadcasts, not batch sending."
      },
      {
        "title": "API Key",
        "body": "Store in environment variable:\n\nexport RESEND_API_KEY=re_xxxxxxxxx"
      },
      {
        "title": "SDK Installation",
        "body": "See send-email skill for installation instructions across all supported languages."
      },
      {
        "title": "Resources",
        "body": "Resend Documentation\nAPI Reference\nDashboard"
      }
    ],
    "body": "Resend\nOverview\n\nResend is an email platform for developers. This skill routes to feature-specific sub-skills.\n\nSub-Skills\nFeature\tSkill\tUse When\nSending emails\tsend-email\tTransactional emails, notifications, batch sends\nReceiving emails\tresend-inbound\tProcessing inbound emails, webhooks for received mail, attachments\nAI Agent inbox\tagent-email-inbox\tSetting up email for AI agents, or any system where untrusted email content triggers actions — includes input validation and content safety measures\nEmail templates\ttemplates\tCreating, updating, publishing, and managing reusable email templates via API\nQuick Routing\n\nNeed to manage templates (create/update/publish/delete)? Use templates skill\n\nFull template lifecycle management via API\nVariable syntax, constraints, reserved names\nDraft vs published state, version history\n\nNeed to send emails? Use send-email skill\n\nSingle or batch transactional emails\nAttachments, scheduling, templates\nDelivery webhooks (bounced, delivered, opened)\n\nNeed to receive emails? Use resend-inbound skill\n\nSetting up inbound domain (MX records)\nProcessing email.received webhooks\nRetrieving email content and attachments\nForwarding received emails\n\nSetting up an AI agent inbox? Use agent-email-inbox skill\n\nConfiguring email for Moltbot/Clawdbot or similar AI agents\nWebhook setup with ngrok/tunneling for local development\nSecurity levels for safe handling of untrusted input\nTrusted sender allowlists and content filtering\n\nAutomated system processes untrusted email content and takes actions? Use agent-email-inbox skill\n\nEven without AI/LLM involvement, any system that interprets freeform email content from external senders and triggers actions (refunds, database changes, forwarding) needs input validation. Untrusted input triggering actions requires careful handling.\n\nSending + receiving together? You need both resend-inbound and send-email\n\nAuto-replies, email forwarding, or any receive-then-send workflow requires both skills\nSet up inbound first, then sending\nNote: batch sending does not support attachments or scheduling — use single sends when forwarding with attachments\n\nMarketing emails or newsletters? Use Resend Broadcasts\n\nThe sub-skills above are for transactional email. Marketing campaigns to large subscriber lists with unsubscribe links and engagement tracking should use Resend Broadcasts, not batch sending.\nCommon Setup\nAPI Key\n\nStore in environment variable:\n\nexport RESEND_API_KEY=re_xxxxxxxxx\n\nSDK Installation\n\nSee send-email skill for installation instructions across all supported languages.\n\nResources\nResend Documentation\nAPI Reference\nDashboard"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/christina-de-martinez/resend-skills",
    "publisherUrl": "https://clawhub.ai/christina-de-martinez/resend-skills",
    "owner": "christina-de-martinez",
    "version": "2.7.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/resend-skills",
    "downloadUrl": "https://openagent3.xyz/downloads/resend-skills",
    "agentUrl": "https://openagent3.xyz/skills/resend-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/resend-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/resend-skills/agent.md"
  }
}