{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fastmail",
    "name": "Fastmail",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/witooh/fastmail",
    "canonicalUrl": "https://clawhub.ai/witooh/fastmail",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fastmail",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fastmail",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "dist/cli.js",
      "package.json",
      "references/TOOLS.md",
      "scripts/caldav-client.ts"
    ],
    "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-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/fastmail"
    },
    "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/fastmail",
    "agentPageUrl": "https://openagent3.xyz/skills/fastmail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fastmail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fastmail/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": "Quick Start",
        "body": "Invoke tools via CLI:\n\n# Install dependencies first\ncd .opencode/skills/fastmail && bun install\n\n# Email: List mailboxes\nbunx fastmail list_mailboxes\n\n# Email: Send\nbunx fastmail send_email \\\n  '{\"to\": [{\"email\": \"user@example.com\"}], \"subject\": \"Hi\", \"text_body\": \"Message\"}'\n\n# Calendar: List events\nbunx fastmail list_events \\\n  '{\"start_date\": \"2024-01-01\", \"end_date\": \"2024-01-31\"}'\n\n# Calendar: Create event with reminder\nbunx fastmail create_event_with_reminder \\\n  '{\"title\": \"Meeting\", \"start\": \"2024-01-15T10:00:00\", \"end\": \"2024-01-15T11:00:00\", \"reminder_minutes\": [15, 60]}'\n\n# List all available tools\nbunx fastmail --list"
      },
      {
        "title": "When to Use This Skill",
        "body": "📧 Check inbox or search emails\n📧 Send, reply, or move emails\n🏷️ Apply labels or organize mailbox\n📅 View calendar or events\n📅 Create, update, or delete events\n🔔 Set event reminders or alarms"
      },
      {
        "title": "Email Tools (10 total)",
        "body": "ToolPurposelist_mailboxesList all folderslist_emailsList emails in mailboxget_emailGet full email contentget_threadGet all emails in a conversation threadsearch_emailsSearch by text querysend_emailSend new emailreply_emailReply to emailmove_emailMove to folderset_labelsApply labels ($seen, $flagged)delete_emailDelete (move to trash)"
      },
      {
        "title": "Bulk Email Tools (3 total)",
        "body": "ToolPurposebulk_move_emailsMove multiple emails at oncebulk_set_labelsApply labels to multiple emailsbulk_delete_emailsDelete multiple emails at once"
      },
      {
        "title": "Calendar Tools (10 total)",
        "body": "ToolPurposelist_calendarsList all calendarslist_eventsList events by date rangeget_eventGet event detailscreate_eventCreate new eventupdate_eventUpdate existing eventdelete_eventDelete eventsearch_eventsSearch by title/descriptioncreate_recurring_eventCreate repeating eventlist_invitationsList calendar invitationsrespond_to_invitationAccept/decline/maybe invitations"
      },
      {
        "title": "Reminder Tools (4 total)",
        "body": "ToolPurposeadd_event_reminderAdd reminder to eventremove_event_reminderRemove reminder(s)list_event_remindersList reminders for eventcreate_event_with_reminderCreate event + reminder in one call"
      },
      {
        "title": "Common Examples",
        "body": "# Check inbox (limit 10)\nbunx fastmail list_emails '{\"limit\": 10}'\n\n# Search for emails\nbunx fastmail search_emails '{\"query\": \"invoice\"}'\n\n# Get specific email content\nbunx fastmail get_email '{\"email_id\": \"xxx\"}'\n\n# Get email thread/conversation\nbunx fastmail get_thread '{\"email_id\": \"xxx\"}'\n\n# Bulk operations\nbunx fastmail bulk_move_emails '{\"email_ids\": [\"id1\", \"id2\"], \"target_mailbox_id\": \"archive\"}'\nbunx fastmail bulk_delete_emails '{\"email_ids\": [\"id1\", \"id2\", \"id3\"]}'\n\n# Create recurring event (daily for 10 days)\nbunx fastmail create_recurring_event \\\n  '{\"title\": \"Standup\", \"start\": \"2024-01-01T09:00:00\", \"end\": \"2024-01-01T09:30:00\", \"recurrence\": \"daily\", \"recurrence_count\": 10}'\n\n# Calendar invitations\nbunx fastmail list_invitations\nbunx fastmail respond_to_invitation '{\"event_id\": \"xxx\", \"response\": \"accept\"}'"
      },
      {
        "title": "Decision Tree",
        "body": "Need to manage email?\n\nList/search → list_emails or search_emails\nRead content → get_email\nView conversation → get_thread\nSend/reply → send_email or reply_email\nOrganize → move_email, set_labels, delete_email\nBulk actions → bulk_move_emails, bulk_set_labels, bulk_delete_emails\n\nNeed to manage calendar?\n\nView → list_calendars or list_events\nCreate → create_event or create_recurring_event\nModify → update_event\nDelete → delete_event\nInvitations → list_invitations, respond_to_invitation\n\nNeed reminders?\n\nAdd to existing event → add_event_reminder\nCreate event + reminder → create_event_with_reminder (faster)\nManage → list_event_reminders, remove_event_reminder"
      },
      {
        "title": "Output Format",
        "body": "All tools return JSON:\n\n{\n  \"success\": true,\n  \"data\": { /* tool-specific response */ },\n  \"timestamp\": \"2024-01-15T10:00:00+07:00\"\n}"
      },
      {
        "title": "Environment Variables",
        "body": "VariablePurposeRequiredFASTMAIL_API_TOKENEmail via JMAPYes (for email)FASTMAIL_USERNAMECalendar via CalDAVYes (for calendar)FASTMAIL_PASSWORDCalendar app passwordYes (for calendar)FASTMAIL_TIMEZONECalendar timezone (IANA format)No (auto-detected)\n\nSetup:\n\nexport FASTMAIL_API_TOKEN=\"your-api-token\"\nexport FASTMAIL_USERNAME=\"your-email@fastmail.com\"\nexport FASTMAIL_PASSWORD=\"your-app-password\"\n# Optional: Override timezone (defaults to system local timezone)\nexport FASTMAIL_TIMEZONE=\"America/New_York\"  # or \"Asia/Bangkok\", \"Europe/London\", etc."
      },
      {
        "title": "Timezone Support",
        "body": "⏰ Configurable calendar timezone\n\nDefault: Auto-detects your system's local timezone\nOverride: Set FASTMAIL_TIMEZONE environment variable\nUses IANA timezone identifiers (e.g., America/New_York, Asia/Bangkok, Europe/London)\nInput times assumed in configured timezone\nOutput times shown in configured timezone\nStored internally as UTC\nHandles Daylight Saving Time (DST) automatically"
      },
      {
        "title": "See Also",
        "body": "Detailed reference: .opencode/skills/fastmail/references/TOOLS.md\nFull guide: .opencode/skills/fastmail/README.md\nSetup help: Fastmail Settings → Privacy & Security → Integrations"
      }
    ],
    "body": "Quick Start\n\nInvoke tools via CLI:\n\n# Install dependencies first\ncd .opencode/skills/fastmail && bun install\n\n# Email: List mailboxes\nbunx fastmail list_mailboxes\n\n# Email: Send\nbunx fastmail send_email \\\n  '{\"to\": [{\"email\": \"user@example.com\"}], \"subject\": \"Hi\", \"text_body\": \"Message\"}'\n\n# Calendar: List events\nbunx fastmail list_events \\\n  '{\"start_date\": \"2024-01-01\", \"end_date\": \"2024-01-31\"}'\n\n# Calendar: Create event with reminder\nbunx fastmail create_event_with_reminder \\\n  '{\"title\": \"Meeting\", \"start\": \"2024-01-15T10:00:00\", \"end\": \"2024-01-15T11:00:00\", \"reminder_minutes\": [15, 60]}'\n\n# List all available tools\nbunx fastmail --list\n\nWhen to Use This Skill\n📧 Check inbox or search emails\n📧 Send, reply, or move emails\n🏷️ Apply labels or organize mailbox\n📅 View calendar or events\n📅 Create, update, or delete events\n🔔 Set event reminders or alarms\nEmail Tools (10 total)\nTool\tPurpose\nlist_mailboxes\tList all folders\nlist_emails\tList emails in mailbox\nget_email\tGet full email content\nget_thread\tGet all emails in a conversation thread\nsearch_emails\tSearch by text query\nsend_email\tSend new email\nreply_email\tReply to email\nmove_email\tMove to folder\nset_labels\tApply labels ($seen, $flagged)\ndelete_email\tDelete (move to trash)\nBulk Email Tools (3 total)\nTool\tPurpose\nbulk_move_emails\tMove multiple emails at once\nbulk_set_labels\tApply labels to multiple emails\nbulk_delete_emails\tDelete multiple emails at once\nCalendar Tools (10 total)\nTool\tPurpose\nlist_calendars\tList all calendars\nlist_events\tList events by date range\nget_event\tGet event details\ncreate_event\tCreate new event\nupdate_event\tUpdate existing event\ndelete_event\tDelete event\nsearch_events\tSearch by title/description\ncreate_recurring_event\tCreate repeating event\nlist_invitations\tList calendar invitations\nrespond_to_invitation\tAccept/decline/maybe invitations\nReminder Tools (4 total)\nTool\tPurpose\nadd_event_reminder\tAdd reminder to event\nremove_event_reminder\tRemove reminder(s)\nlist_event_reminders\tList reminders for event\ncreate_event_with_reminder\tCreate event + reminder in one call\nCommon Examples\n# Check inbox (limit 10)\nbunx fastmail list_emails '{\"limit\": 10}'\n\n# Search for emails\nbunx fastmail search_emails '{\"query\": \"invoice\"}'\n\n# Get specific email content\nbunx fastmail get_email '{\"email_id\": \"xxx\"}'\n\n# Get email thread/conversation\nbunx fastmail get_thread '{\"email_id\": \"xxx\"}'\n\n# Bulk operations\nbunx fastmail bulk_move_emails '{\"email_ids\": [\"id1\", \"id2\"], \"target_mailbox_id\": \"archive\"}'\nbunx fastmail bulk_delete_emails '{\"email_ids\": [\"id1\", \"id2\", \"id3\"]}'\n\n# Create recurring event (daily for 10 days)\nbunx fastmail create_recurring_event \\\n  '{\"title\": \"Standup\", \"start\": \"2024-01-01T09:00:00\", \"end\": \"2024-01-01T09:30:00\", \"recurrence\": \"daily\", \"recurrence_count\": 10}'\n\n# Calendar invitations\nbunx fastmail list_invitations\nbunx fastmail respond_to_invitation '{\"event_id\": \"xxx\", \"response\": \"accept\"}'\n\nDecision Tree\n\nNeed to manage email?\n\nList/search → list_emails or search_emails\nRead content → get_email\nView conversation → get_thread\nSend/reply → send_email or reply_email\nOrganize → move_email, set_labels, delete_email\nBulk actions → bulk_move_emails, bulk_set_labels, bulk_delete_emails\n\nNeed to manage calendar?\n\nView → list_calendars or list_events\nCreate → create_event or create_recurring_event\nModify → update_event\nDelete → delete_event\nInvitations → list_invitations, respond_to_invitation\n\nNeed reminders?\n\nAdd to existing event → add_event_reminder\nCreate event + reminder → create_event_with_reminder (faster)\nManage → list_event_reminders, remove_event_reminder\nOutput Format\n\nAll tools return JSON:\n\n{\n  \"success\": true,\n  \"data\": { /* tool-specific response */ },\n  \"timestamp\": \"2024-01-15T10:00:00+07:00\"\n}\n\nEnvironment Variables\nVariable\tPurpose\tRequired\nFASTMAIL_API_TOKEN\tEmail via JMAP\tYes (for email)\nFASTMAIL_USERNAME\tCalendar via CalDAV\tYes (for calendar)\nFASTMAIL_PASSWORD\tCalendar app password\tYes (for calendar)\nFASTMAIL_TIMEZONE\tCalendar timezone (IANA format)\tNo (auto-detected)\n\nSetup:\n\nexport FASTMAIL_API_TOKEN=\"your-api-token\"\nexport FASTMAIL_USERNAME=\"your-email@fastmail.com\"\nexport FASTMAIL_PASSWORD=\"your-app-password\"\n# Optional: Override timezone (defaults to system local timezone)\nexport FASTMAIL_TIMEZONE=\"America/New_York\"  # or \"Asia/Bangkok\", \"Europe/London\", etc.\n\nTimezone Support\n\n⏰ Configurable calendar timezone\n\nDefault: Auto-detects your system's local timezone\nOverride: Set FASTMAIL_TIMEZONE environment variable\nUses IANA timezone identifiers (e.g., America/New_York, Asia/Bangkok, Europe/London)\nInput times assumed in configured timezone\nOutput times shown in configured timezone\nStored internally as UTC\nHandles Daylight Saving Time (DST) automatically\nSee Also\nDetailed reference: .opencode/skills/fastmail/references/TOOLS.md\nFull guide: .opencode/skills/fastmail/README.md\nSetup help: Fastmail Settings → Privacy & Security → Integrations"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/witooh/fastmail",
    "publisherUrl": "https://clawhub.ai/witooh/fastmail",
    "owner": "witooh",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fastmail",
    "downloadUrl": "https://openagent3.xyz/downloads/fastmail",
    "agentUrl": "https://openagent3.xyz/skills/fastmail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fastmail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fastmail/agent.md"
  }
}