{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agent-email-cli",
    "name": "Agent Email",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/zaddy6/agent-email-cli",
    "canonicalUrl": "https://clawhub.ai/zaddy6/agent-email-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agent-email-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-email-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/commands.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",
      "slug": "agent-email-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:07:40.652Z",
      "expiresAt": "2026-05-06T12:07:40.652Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-email-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-email-cli",
        "contentDisposition": "attachment; filename=\"agent-email-cli-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agent-email-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agent-email-cli"
    },
    "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/agent-email-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/agent-email-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-email-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-email-cli/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": "Use this skill to operate the agent-email command safely and predictably for agent workflows that need inbox access.\n\nPrefer JSON-native command output and return key fields (email, messageId, subject, createdAt, from.address) in your summaries."
      },
      {
        "title": "Workflow",
        "body": "Verify CLI availability.\n\ncommand -v agent-email\nagent-email --help\n\nIf missing, install:\n\nnpm install -g @zaddy6/agentemail\n# or\nbun install -g @zaddy6/agentemail\n\nCreate a mailbox account.\n\nagent-email create\n\nRecord these fields from JSON output:\n\ndata.email\ndata.accountId\ndata.activeEmail\n\nDo not record, repeat, or print secret values such as mailbox passwords or tokens.\n\nRead latest messages.\n\nagent-email read <email|default>\n\nFor inbox waiting/polling:\n\nagent-email read <email|default> --wait 30 --interval 2\n\nFor full message payloads:\n\nagent-email read <email|default> --full\n\nRetrieve one message in detail.\n\nagent-email show <email|default> <messageId>\n\nUse show when you need body/source details for verification links, codes, or full content extraction.\n\nManage mailbox profiles.\n\nagent-email accounts list\nagent-email use <email|default>\nagent-email accounts remove <email>\n\nAvoid commands that require entering secrets on the command line in agent logs.\n\nDelete processed/irrelevant message when requested.\n\nagent-email delete <email|default> <messageId>"
      },
      {
        "title": "Operational Guidance",
        "body": "Keep command output machine-readable; avoid forcing human output unless requested.\nPrefer default alias when user does not specify an email.\nNever echo, store, or summarize secret values (password, token) from command output.\nIf command fails, surface the JSON error code and hint fields directly.\nFor auth failures (AUTH_REQUIRED/401), rerun command once and request user intervention if credentials must be re-established.\nFor rate limits (RATE_LIMITED/429), retry after short delay."
      },
      {
        "title": "Troubleshooting",
        "body": "command not found: ensure ~/.bun/bin or npm global bin path is on PATH.\nNO_ACTIVE_ACCOUNT: run agent-email create or agent-email use <email>.\nACCOUNT_NOT_FOUND: run agent-email accounts list and pick a valid address.\nEOTP during npm publish: use npm trusted publishing for CI or publish locally with OTP."
      },
      {
        "title": "References",
        "body": "For command cheat sheet and JSON field map, read references/commands.md."
      }
    ],
    "body": "Agent Email CLI\nOverview\n\nUse this skill to operate the agent-email command safely and predictably for agent workflows that need inbox access.\n\nPrefer JSON-native command output and return key fields (email, messageId, subject, createdAt, from.address) in your summaries.\n\nWorkflow\nVerify CLI availability.\ncommand -v agent-email\nagent-email --help\n\n\nIf missing, install:\n\nnpm install -g @zaddy6/agentemail\n# or\nbun install -g @zaddy6/agentemail\n\nCreate a mailbox account.\nagent-email create\n\n\nRecord these fields from JSON output:\n\ndata.email\ndata.accountId\ndata.activeEmail\n\nDo not record, repeat, or print secret values such as mailbox passwords or tokens.\n\nRead latest messages.\nagent-email read <email|default>\n\n\nFor inbox waiting/polling:\n\nagent-email read <email|default> --wait 30 --interval 2\n\n\nFor full message payloads:\n\nagent-email read <email|default> --full\n\nRetrieve one message in detail.\nagent-email show <email|default> <messageId>\n\n\nUse show when you need body/source details for verification links, codes, or full content extraction.\n\nManage mailbox profiles.\nagent-email accounts list\nagent-email use <email|default>\nagent-email accounts remove <email>\n\n\nAvoid commands that require entering secrets on the command line in agent logs.\n\nDelete processed/irrelevant message when requested.\nagent-email delete <email|default> <messageId>\n\nOperational Guidance\nKeep command output machine-readable; avoid forcing human output unless requested.\nPrefer default alias when user does not specify an email.\nNever echo, store, or summarize secret values (password, token) from command output.\nIf command fails, surface the JSON error code and hint fields directly.\nFor auth failures (AUTH_REQUIRED/401), rerun command once and request user intervention if credentials must be re-established.\nFor rate limits (RATE_LIMITED/429), retry after short delay.\nTroubleshooting\ncommand not found: ensure ~/.bun/bin or npm global bin path is on PATH.\nNO_ACTIVE_ACCOUNT: run agent-email create or agent-email use <email>.\nACCOUNT_NOT_FOUND: run agent-email accounts list and pick a valid address.\nEOTP during npm publish: use npm trusted publishing for CI or publish locally with OTP.\nReferences\nFor command cheat sheet and JSON field map, read references/commands.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zaddy6/agent-email-cli",
    "publisherUrl": "https://clawhub.ai/zaddy6/agent-email-cli",
    "owner": "zaddy6",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agent-email-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/agent-email-cli",
    "agentUrl": "https://openagent3.xyz/skills/agent-email-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-email-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-email-cli/agent.md"
  }
}