lark-mail

Agent skill from open.feishu.cn.

open.feishu.cn ↓ 458k
Claude Code
View source ↗

What it does

  • 邮件(Message):一封具体的邮件,包含发件人、收件人、主题、正文(纯文本/HTML)、附件。每封邮件有唯一 messageid。
  • 会话(Thread):同一主题的邮件链,包含原始邮件和所有回复/转发。通过 threadid 关联。
  • 草稿(Draft):未发送的邮件。所有发送类命令默认保存为草稿,加 --confirm-send 才实际发送。
  • 文件夹(Folder):邮件的组织容器。内置文件夹:INBOX、SENT、DRAFT、SCHEDULED、TRASH、SPAM、ARCHIVED,也可自定义。
  • 标签(Label):邮件的分类标记,内置标签如 FLAGGED(星标)。一封邮件可有多个标签。
  • 附件(Attachment):分为普通附件和内嵌图片(inline,通过 CID 引用)。
  • 收信规则(Rule):自动处理收到的邮件的规则。可设置匹配条件(发件人、主题、收件人等)和执行动作(移动到文件夹、删除、标记已读等)。通过 usermailbox.rules 资源管理,支持创建、删除、列出、排序和更新。

Requirements & configuration

Configuration: INBOXSENTDRAFTSCHEDULEDTRASHSPAMARCHIVEDFLAGGED

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

lark-mail FAQ

What does the lark-mail skill do?

飞书邮箱:Use when user mentions 起草邮件、写邮件、草稿、发送/回复/转发邮件、查阅邮件、看邮件、搜索邮件、邮件文件夹、邮件标签、邮件联系人、监听新邮件、邮件收信规则等;use for mail/email intent only. Do not use for docs/sheets/calendar/auth setup/pure contact lookup/IM chat tasks. 邮件(Message):一封具体的邮件,包含发件人、收件人、主题、正文(纯文本/HTML)、附件。每封邮件有唯一 messageid。 会话(Thread):同一主题的邮件链,包含原始邮件和所有回复/转发。通过 threadid 关联。

What does lark-mail require?

Configuration keys: INBOX, SENT, DRAFT, SCHEDULED, TRASH, SPAM, ARCHIVED, FLAGGED.

How do I install lark-mail?

Run: npx -y skills add https://github.com/open.feishu.cn --skill lark-mail --agent claude-code — the source lives at github.com/open.feishu.cn.

Maintain lark-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.

lark-mail on getagentictools
[![lark-mail on getagentictools](https://getagentictools.com/badge/skills/open-feishu-cn-lark-mail.svg)](https://getagentictools.com/skills/open-feishu-cn-lark-mail?ref=badge)
npx agentictools info skills/open-feishu-cn-lark-mail

The second line is the CLI lookup for this page — handy in READMEs and docs.