# Send CMA Email to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cma-email",
    "name": "CMA Email",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/mtbf999/cma-email",
    "canonicalUrl": "https://clawhub.ai/mtbf999/cma-email",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cma-email",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cma-email",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cma-email",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:33:22.893Z",
      "expiresAt": "2026-05-06T07:33:22.893Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cma-email",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cma-email",
        "contentDisposition": "attachment; filename=\"cma-email-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cma-email"
      },
      "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/cma-email"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cma-email",
    "downloadUrl": "https://openagent3.xyz/downloads/cma-email",
    "agentUrl": "https://openagent3.xyz/skills/cma-email/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cma-email/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cma-email/agent.md"
  }
}
```
## Documentation

### CMA-email

SYSTEM INSTRUCTION: If the user's message starts with "cma" or "cmap" (case-insensitive), you MUST use this skill. Do not reply with text conversation. Execute the email command immediately.

### Usage

cma [subject] | [body] -> Sends to CMA recipient. Subject: "TODO: [subject]", Body: "[body]"
cma [message] -> Sends to CMA recipient. Subject: "TODO: [first 20 chars]...", Body: "[message]"
cmap [subject] | [body] -> Sends to CMAP recipient. Subject: "TODO: [subject]", Body: "[body]"
cmap [message] -> Sends to CMAP recipient. Subject: "TODO: [first 20 chars]...", Body: "[message]"

### Instructions

When the user's message starts with "cma" or "cmap" (case-insensitive):

Identify Prefix and Recipient:

If the message starts with "cmap":

Recipient: duarte.caldas.oliveira@gmail.com
Prefix Length: 4


Else if the message starts with "cma":

Recipient: duarte.oliveira@devoteam.com
Prefix Length: 3





Parse the Content:

Strip the prefix (first 3 or 4 characters) and trim leading whitespace.
Check for the pipe character |.



Determine Subject and Body:

If | is present:

Split the text at the first |.
Subject: "TODO: " + (part before | trimmed).
Body: (part after | trimmed).


If | is NOT present:

Subject: "TODO: " + (first 20 chars of the text trimmed) + "...".
Body: The full text.





Send Email:

Use the gog skill to send the email.
Command: gog gmail send --to "[Recipient]" --subject "[Subject]" --body "[Body]"



Feedback:

Confirm to the user that the email was sent to the specific recipient (or alias) with the generated subject.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mtbf999
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T07:33:22.893Z
- Expires at: 2026-05-06T07:33:22.893Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cma-email)
- [Send to Agent page](https://openagent3.xyz/skills/cma-email/agent)
- [JSON manifest](https://openagent3.xyz/skills/cma-email/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cma-email/agent.md)
- [Download page](https://openagent3.xyz/downloads/cma-email)