lark-mail

Automate email drafting, sending, replying, forwarding, and management via Lark API calls.

Updated May 8, 2026
One-click install
npx skills add https://github.com/gztcode/my-skills --skill lark-mail-gztcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-mail
Source: https://github.com/gztcode/my-skills/tree/main/lark-mail
Command: npx skills add https://github.com/gztcode/my-skills --skill lark-mail-gztcode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies email management tasks such as drafting, sending, replying, forwarding, and searching emails, allowing you to streamline your email workflow.

Core Features & Use Cases

  • Email Composition & Management: Draft, compose, send, reply, forward, read, and search emails.
  • Advanced Features: Manage drafts, folders, labels, contacts, attachments, and mail rules.
  • Use Case: Need to write and send an email to multiple recipients while categorizing it and scheduling delivery. This skill handles all those tasks with a simple command.

Quick Start

To draft and send an email, use the following command: lark-cli mail +send --to [email protected] --subject 'Meeting Reminder' --body 'Don't forget our meeting tomorrow at 10 AM.'

Frequently Asked Questions about lark-mail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending emails through the Lark API?

You can automate sending emails through the Lark API by using lark-cli commands to handle drafting, replying, and forwarding messages. This Skill executes these operations directly via API calls to streamline your workflow.

What email management tasks can I automate with lark-cli?

With lark-cli, you can automate email management tasks including drafting, sending, replying, forwarding, searching emails, and managing folders, labels, contacts, attachments, and mail rules.

Do I need lark-cli to manage email folders and labels?

Yes, you need lark-cli installed and Lark API access configured to manage email folders and labels. The Skill relies on these dependencies to execute mail rule and folder operations.

Can I schedule email delivery and categorize recipients in one command?

You can draft, send, categorize, and schedule email delivery in a single operation. The Skill handles multiple recipients and categorization parameters passed through the lark-cli command line.

Is there a way to search and forward specific emails automatically?

Searching and forwarding specific emails automatically is supported. The Skill uses Lark API calls to query your mailbox based on search criteria and execute forwarding actions on the retrieved messages.

What are the limitations of automating email replies with this approach?

Automating email replies requires continuous Lark API access and proper authentication via lark-cli. Complex reply logic or conditional routing may be limited by the available API parameters for mail rules.