{
  "schemaVersion": "1.0",
  "item": {
    "slug": "email-summary",
    "name": "Daily Email Summary",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/bbdyno/email-summary",
    "canonicalUrl": "https://clawhub.ai/bbdyno/email-summary",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/email-summary",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=email-summary",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "requirements.txt",
      "README.md",
      "SKILL.md",
      "scripts/fetch_emails.py",
      "examples/sample_output.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. 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/email-summary"
    },
    "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/email-summary",
    "agentPageUrl": "https://openagent3.xyz/skills/email-summary/agent",
    "manifestUrl": "https://openagent3.xyz/skills/email-summary/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/email-summary/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": "Email Summary Skill",
        "body": "This skill fetches recent emails from your Gmail account and provides AI-powered summaries."
      },
      {
        "title": "How it works",
        "body": "When invoked, this skill will:\n\nAuthenticate with Gmail API using credentials at $GMAIL_CREDENTIALS_PATH\nFetch recent emails (default: last 10 unread emails)\nSummarize each email with:\n\nSender and subject\nKey points from the email body\nRecommended actions or responses\n\n\nPresent results in an organized, easy-to-scan format"
      },
      {
        "title": "Instructions for the Agent",
        "body": "When this skill is invoked:\n\nFirst, verify that the Gmail API credentials exist at the path specified in $GMAIL_CREDENTIALS_PATH environment variable\nRun the helper script located at {baseDir}/scripts/fetch_emails.py with the appropriate arguments:\n\nDefault: python3 {baseDir}/scripts/fetch_emails.py --count 10\nWith arguments: python3 {baseDir}/scripts/fetch_emails.py $ARGUMENTS\n\n\nParse the JSON output from the script\nFor each email, provide a concise summary including:\n\nFrom: Sender name and email\nSubject: Email subject line\nSummary: 2-3 sentence summary of key points\nAction: Suggested action (reply, archive, flag for follow-up, etc.)\n\n\nPresent all summaries in a well-formatted list"
      },
      {
        "title": "Usage Examples",
        "body": "/email-summary\n\nFetches and summarizes the last 10 unread emails.\n\n/email-summary --count 20\n\nFetches and summarizes the last 20 unread emails.\n\n/email-summary --all\n\nFetches and summarizes all unread emails."
      },
      {
        "title": "Setup Requirements",
        "body": "Before using this skill, ensure:\n\nGmail API credentials are configured\nEnvironment variable GMAIL_CREDENTIALS_PATH points to your credentials JSON file\nPython 3 and required packages are installed (see setup guide in README.md)"
      }
    ],
    "body": "Email Summary Skill\n\nThis skill fetches recent emails from your Gmail account and provides AI-powered summaries.\n\nHow it works\n\nWhen invoked, this skill will:\n\nAuthenticate with Gmail API using credentials at $GMAIL_CREDENTIALS_PATH\nFetch recent emails (default: last 10 unread emails)\nSummarize each email with:\nSender and subject\nKey points from the email body\nRecommended actions or responses\nPresent results in an organized, easy-to-scan format\nInstructions for the Agent\n\nWhen this skill is invoked:\n\nFirst, verify that the Gmail API credentials exist at the path specified in $GMAIL_CREDENTIALS_PATH environment variable\nRun the helper script located at {baseDir}/scripts/fetch_emails.py with the appropriate arguments:\nDefault: python3 {baseDir}/scripts/fetch_emails.py --count 10\nWith arguments: python3 {baseDir}/scripts/fetch_emails.py $ARGUMENTS\nParse the JSON output from the script\nFor each email, provide a concise summary including:\nFrom: Sender name and email\nSubject: Email subject line\nSummary: 2-3 sentence summary of key points\nAction: Suggested action (reply, archive, flag for follow-up, etc.)\nPresent all summaries in a well-formatted list\nUsage Examples\n/email-summary\n\n\nFetches and summarizes the last 10 unread emails.\n\n/email-summary --count 20\n\n\nFetches and summarizes the last 20 unread emails.\n\n/email-summary --all\n\n\nFetches and summarizes all unread emails.\n\nSetup Requirements\n\nBefore using this skill, ensure:\n\nGmail API credentials are configured\nEnvironment variable GMAIL_CREDENTIALS_PATH points to your credentials JSON file\nPython 3 and required packages are installed (see setup guide in README.md)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bbdyno/email-summary",
    "publisherUrl": "https://clawhub.ai/bbdyno/email-summary",
    "owner": "bbdyno",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/email-summary",
    "downloadUrl": "https://openagent3.xyz/downloads/email-summary",
    "agentUrl": "https://openagent3.xyz/skills/email-summary/agent",
    "manifestUrl": "https://openagent3.xyz/skills/email-summary/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/email-summary/agent.md"
  }
}