lark-im

Manages chats, messages, and threads through the Lark API.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill lark-im-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-im
Source: https://github.com/heximao/agents/tree/main/skill-archive/lark/lark-im
Command: npx skills add https://github.com/heximao/agents --skill lark-im-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of Lark chats and messages, streamlining communication and collaboration within the Lark platform.

Core Features & Use Cases

  • Chat Management: Create, list, update, and manage Lark chats.
  • Message Handling: Send, reply to, search, and download messages and files.
  • Thread Management: Manage message threads and reactions.
  • Use Case: For instance, when you need to create a new group chat, list all your chats, or send a message to a specific chat.

Quick Start

Use the lark-im skill to create a new group chat named 'Project Group'.

Frequently Asked Questions about lark-im

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

FAQPage Schema
How do I automate Lark chat management and message handling?

You can automate Lark chat management and message handling by using this Skill to create chats, send messages, and manage threads programmatically via the Lark API, streamlining team collaboration workflows.

What do I need to start automating Lark message operations?

To automate Lark message operations, you need the lark-cli dependency installed and appropriate Lark API scopes configured for your user or bot identity to authorize chat creation and message handling requests.

Can I manage Lark message threads and reactions programmatically?

Yes, you can manage Lark message threads and reactions programmatically by calling the Skill's thread management functions, which allow you to organize message replies and apply reactions to specific chats.

How do I send and download messages or files in Lark chats?

You can send and download messages or files in Lark chats by executing the Skill's message handling operations, which support sending text, replying to threads, searching history, and downloading files directly through the Lark API.

Is there a way to list and update all my Lark chats at scale?

Yes, you can list and update Lark chats at scale by utilizing the Skill's chat management features to retrieve your chat list and apply updates to multiple group chats automatically.

What are the limitations of automating Lark collaboration workflows?

The main limitation of automating Lark collaboration workflows is the strict dependency on lark-cli and having the correct Lark API scopes configured, meaning unauthorized bots or users will fail to execute chat or message operations.