lark-im

Manage conversations, messages, and group chats via the lark-cli binary.

195|12|Updated Jul 19, 2026
One-click install
npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill lark-im-zju-real
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-im
Source: https://github.com/ZJU-REAL/HugAgentOS/tree/main/src/backend/plugin_bundles/marketplace/feishu-cli/skills/lark-im
Command: npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill lark-im-zju-real

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines Lark instant-messaging workflows by enabling agents to find conversations, inspect message history, communicate with users, manage group chats, and retrieve shared resources without manual navigation.

Core Features & Use Cases

  • Messaging: Send and reply to text, Markdown, media, and threaded messages with user or bot identity.
  • Chat Management: Search, list, create, update, and manage group chats and members while handling identity and permission requirements.
  • Message Operations: Search and batch-fetch messages, inspect threads, manage bookmarks and reactions, and download images or large files with chunked transfers.
  • Use Case: Find a project discussion, review its recent messages and replies, download an attached report, and send an approved follow-up to the relevant chat.

Quick Start

Ask the Lark skill to find the project chat, summarize its recent messages, and download the attached report.

Frequently Asked Questions about lark-im

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

FAQPage Schema
How do I search Lark messages and download shared files from a chat?▼

To search Lark messages and download shared files, you can use this skill to retrieve chat history, inspect message threads, and download attached images or large files using chunked transfers.

Can I send Markdown or threaded replies to a Lark chat automatically?▼

Yes, you can send and reply to Lark messages using text, Markdown, media, and threaded formats. The skill manages message dispatch using either user or bot identity after authentication.

How do I manage Lark group chats and administer members?▼

You can manage Lark group chats by searching, listing, creating, and updating group configurations. The skill also handles member administration while resolving identity and permission requirements.

Do I need bot authentication and API scopes to retrieve Lark chat history?▼

Yes, retrieving Lark chat history requires appropriate user or bot authentication and valid API scopes. The skill inspects schemas and invokes native APIs via the lark-cli binary before fetching messages.

What is the best way to find a specific project discussion and review its recent replies in Lark?▼

The best way to find a Lark project discussion is to search for the specific chat, batch-fetch its recent messages, and inspect threaded replies to review the conversation context and activity.

Are there limitations when downloading large files from Lark conversations?▼

Downloading large files from Lark conversations is handled through chunked transfers to ensure stability. The process requires valid authentication, API scopes, and schema inspection before invoking the native download APIs.