agently-mail
Agent skill from agent.qq.com.
What it does
- 必须先安装/更新 CLI
- 失败或超时时不要重试,直接将错误信息反馈给用户。
- msgxxx - 消息 ID
- attxxx - 附件 ID
- ctkxxx - 确认令牌(5 分钟有效)
- 普通附件:有 attachmentid,调用 attachment +download 保存到本地。
- 超大附件:没有 attachmentid,有 downloadurl,不要调用 attachment +download,直接把 downloadurl 原样提供给用户。
Requirements & configuration
- 1. 不带 --confirmation-token 调用 → 拿到 ctkxxx 和 summary
- 同样参数 + --confirmation-token ctkxxx → 完成操作
- | 8 | 缺少 confirmation-token | 走「两阶段确认」流程 |
- --to(可重复)、--subject、--body 或 --body-file ./body.html(相对路径)、--cc(可重复)、--bcc(可重复)、--attachment ./file.pdf(可重复,相对路径)、--confirmation-token
- --id、--body 或 --body-file ./body.html、--reply-all、--cc(可重复)、--bcc(可重复)、--attachment ./file.pdf、--confirmation-token
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/agent.qq.com
agently-mail FAQ
What does the agently-mail skill do?
通过 agently-cli 命令行工具操作邮件:发送、回复、转发、搜索、读取、下载附件、管理收件箱。当用户需要进行任何邮件相关操作时使用此 skill。 必须先安装/更新 CLI 失败或超时时不要重试,直接将错误信息反馈给用户。
What does agently-mail require?
1. 不带 --confirmation-token 调用 → 拿到 ctkxxx 和 summary 同样参数 + --confirmation-token ctkxxx → 完成操作 | 8 | 缺少 confirmation-token | 走「两阶段确认」流程 | --to(可重复)、--subject、--body 或 --body-file ./body.html(相对路径)、--cc(可重复)、--bcc(可重复)、--attachment ./file.pdf(可重复,相对路径)、--confirmation-token --id、--body 或 --body-file ./body.html、--reply-all、--cc(可重复)、--bcc(可重复)、--attachment ./file.pdf、--confirmation-token
How do I install agently-mail?
Run: npx -y skills add https://github.com/agent.qq.com --skill agently-mail --agent claude-code — the source lives at github.com/agent.qq.com.
Maintain agently-mail?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/agent-qq-com-agently-mail?ref=badge) npx agentictools info skills/agent-qq-com-agently-mail The second line is the CLI lookup for this page — handy in READMEs and docs.