Skip to content
Automation
Skill

/feishu-cli-mail

飞书邮箱专用入口,覆盖收件箱分诊、邮件和线程读取、发送、回复、转发、草稿、过滤器、签名、 CID 内联图片和模板。用户提到飞书邮件、邮箱、收件箱、未读邮件、草稿、过滤器、邮箱签名、 邮件模板、回复、转发、发送预览/确认或发送 HTML/CID 邮件时必须使用本 Skill。 即使用户只说“发送飞书邮件前先生成预览并等待我明确确认”、暂时不真正发送,也属于本 Skill 的草稿/发送工作流,必须使用本 Skill。 邮件命令必须使用 User Token;发送默认先保存草稿,只有明确确认后才真正发送。

From plugin
feishu-cli
1.3k9 skills
Install
$ npx -y skills add riba2534/feishu-cli --skill feishu-cli-mail --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/feishu-cli-mail

Context preview

The summary Claude sees to decide when to auto-load this skill.

飞书邮箱专用入口,覆盖收件箱分诊、邮件和线程读取、发送、回复、转发、草稿、过滤器、签名、 CID 内联图片和模板。用户提到飞书邮件、邮箱、收件箱、未读邮件、草稿、过滤器、邮箱签名、 邮件模板、回复、转发、发送预览/确认或发送 HTML/CID 邮件时必须使用本 Skill。 即使用户只说“发送飞书邮件前先生成预览并等待我明确确认”、暂时不真正发送,也属于本 Skill 的草稿/发送工作流,必须使用本 Skill。 邮件命令必须使用 User Token;发送默认先保存草稿,只有明确确认后才真正发送。

SKILL.md

feishu-cli-mail.SKILL.md
name: feishu-cli-mail
description: >-
  飞书邮箱专用入口,覆盖收件箱分诊、邮件和线程读取、发送、回复、转发、草稿、过滤器、签名、
  CID 内联图片和模板。用户提到飞书邮件、邮箱、收件箱、未读邮件、草稿、过滤器、邮箱签名、
  邮件模板、回复、转发、发送预览/确认或发送 HTML/CID 邮件时必须使用本 Skill。
  即使用户只说“发送飞书邮件前先生成预览并等待我明确确认”、暂时不真正发送,也属于本
  Skill 的草稿/发送工作流,必须使用本 Skill。
  邮件命令必须使用 User Token;发送默认先保存草稿,只有明确确认后才真正发送。
argument-hint: <triage|message|thread|send|reply|forward|draft> [args]
user-invocable: true
allowed-tools: Bash(feishu-cli:*), Bash(./feishu-cli:*), Read, Write

飞书邮箱

读取 `references/workflows/mail/workflow.md` 后执行。 将该工作流中的 `references/` 相对路径按 `workflow.md` 所在目录解析。

安全规则

1. 所有 mail 命令均需 User Token;先执行对应 scope 的 `auth check`。 2. 默认创建草稿。只有用户明确要求发送并确认收件人、主题和附件后,才使用 `--confirm-send`。 3. 回复和转发前先读取原邮件,避免选错 message ID 或 thread ID。 4. 不在日志或结果中回显邮件正文里的敏感信息。

Ships withfeishu-cli

feishu-cli 是一个功能完整的飞书开放平台命令行工具。它将飞书文档、知识库、电子表格、消息、日历、任务等操作封装为简洁的命令行接口,核心能力是 Markdown ↔ 飞书文档双向无损转换。

Get the whole plugin

Other skills on feishu-cli.