pywayne-lark-custom-bot

Wrap Feishu/Lark webhook messaging into a Python API for text, images, and cards.

8|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/wangyendt/wayne-skills --skill pywayne-lark-custom-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pywayne-lark-custom-bot
Source: https://github.com/wangyendt/wayne-skills/tree/main/pywayne/lark-custom-bot
Command: npx skills add https://github.com/wangyendt/wayne-skills --skill pywayne-lark-custom-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu/Lark channel messaging via webhook often requires boilerplate setup. This Skill wraps the Feishu webhook API in a Python-friendly wrapper, enabling reliable text, image, rich-post, and interactive-card messages to Feishu channels with optional security checks.

Core Features & Use Cases

  • Text messages: send plain or mentions to Feishu channels.
  • Image messages: upload and send images via webhook, with optional app credentials for image uploads.
  • Rich posts and interactive cards: construct rich content including links, at-mentions, and media attachments.
  • Share chat content: broadcast conversations or updates to teams through Feishu channels. Use cases include alerts, status updates, and team notifications integrated into Feishu workflows.

Quick Start

Use the Feishu/Lark bot wrapper to send a basic text message to a Feishu channel via the provided webhook.

Frequently Asked Questions about pywayne-lark-custom-bot

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

FAQPage Schema
How do I send text messages to a Feishu channel using a webhook?

To send text messages to a Feishu channel, this wrapper uses a provided webhook URL in a Python API to deliver plain text or mentions reliably without manual boilerplate setup.

What do I need to upload and send image messages via Feishu webhook?

Uploading and sending image messages via Feishu webhook requires a webhook URL and optional bot app credentials specifically for authenticating the image upload process.

Can I send interactive cards and rich posts to Feishu channels with Python?

Yes, you can construct and send rich posts and interactive cards to Feishu channels, enabling complex content with links, at-mentions, and media attachments through a Python API.

Does the Feishu Lark webhook bot support signature verification?

The Feishu Lark webhook bot supports optional signature verification by applying a secret to the webhook configuration for secure message delivery.

What is the best way to broadcast chat content to teams on Feishu?

The best way to broadcast chat content to teams on Feishu is using the shared chat feature, which sends conversation updates directly through the webhook messaging API.

Are webhook secrets required for all Feishu bot message types?

Webhook secrets are not required for all message types; the secret is optional for signature verification, but bot credentials are needed specifically when uploading images.