Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autogame-17 avatar

Feishu Batch Sender

  • 2 installs
  • 20 repo stars
  • Updated April 11, 2026
  • autogame-17/feishu-skills

feishu-batch-sender is a Claude skill that sends multiple Feishu (Lark) messages in a single call with a configurable delay, supporting text and rich-post content.

About

This skill sends multiple Feishu (Lark) messages in a single call. It accepts a JSON array of plain strings or mixed {type, content} objects (text and rich post) and targets a user ID or chat ID, with a configurable delay between messages (default 500ms). It requires feishu-common to be installed with valid FEISHU_APP_ID and FEISHU_APP_SECRET.

  • Sends multiple Feishu (Lark) messages in one call with a configurable inter-message delay
  • Supports plain text arrays and mixed content (text and rich post) to a user or chat ID

Feishu Batch Sender by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,842 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

feishu-batch-sender capabilities & compatibility

Capabilities
feishu attendance · feishu calendar
Use cases
orchestration
Runs
Runs locally
From the docs

What feishu-batch-sender says it does

Send multiple Feishu (Lark) messages in a single tool call with configurable delay, supporting plain text arrays and mixed content types (text and rich post).
SKILL.md
`feishu-common` installed with valid `FEISHU_APP_ID` and `FEISHU_APP_SECRET`.
SKILL.md
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-batch-sender

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars20
Last updatedApril 11, 2026
Repositoryautogame-17/feishu-skills

What it does

Send a batch of Feishu messages (text or rich post) to a user or chat with a configurable delay between them.

When should I use this skill?

When a user wants to send several Feishu messages at once to a user or chat.

By the numbers

  • default 500ms inter-message delay
  • 2 content types (text, rich post)

Files

SKILL.mdMarkdownGitHub ↗

feishu-batch-sender

Send multiple Feishu messages efficiently in a single call. Supports plain text arrays and mixed content types with configurable inter-message delay.

Prerequisites

  • feishu-common installed with valid FEISHU_APP_ID and FEISHU_APP_SECRET.

Usage

Simple Text Batch

node skills/feishu-batch-sender/index.js --target "ou_xxx" --messages '["Hello", "World"]'

Mixed Content (Text + Rich Post)

node skills/feishu-batch-sender/index.js --target "ou_xxx" --messages '[{"type":"text","content":"Update:"},{"type":"post","content":"**Bold** detail"}]'

Options

FlagDescription
--targetUser ID (ou_xxx) or Chat ID (oc_xxx)
--messagesJSON array of strings or {type, content} objects
--delayDelay between messages in ms (default: 500)

Related skills

FAQ

What content types can feishu-batch-sender send?

Plain text arrays and mixed content with both text and rich post objects, targeting a user ID or chat ID.

What does it require?

feishu-common installed with valid FEISHU_APP_ID and FEISHU_APP_SECRET.

Automation & Workflowsmonitoringsupport

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.