Overview
- Skill Key
- heimo-he/feishu-messaging-en
- Author
- heimo-he
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/heimo-he/feishu-messaging-en
- Latest Commit SHA
- 5604bead633fbb8fc5e06cd560c6cbf8aa2660fd
Best practices for Feishu (Lark) message configuration and formatting. Use when: (1) Configuring Feishu channel settings, (2) Experiencing message formatting issues (raw vs card), (3) Setting up renderMode for stable message display, (4) Understanding differences between auto-replies and proactive messages. Essential for ensuring consistent message formatting in Feishu chats.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-messaging 技能。 若已安装,则直接安装 feishu-messaging 技能。
# Feishu Messaging Configuration
## Quick Start
For stable, consistent message formatting in Feishu, configure:
```yaml
channels:
feishu:
renderMode: "card" # Recommended for most use cases
```
This ensures all auto-replies use interactive cards with proper markdown rendering.
## Message Format Stability
### The Problem: Raw vs Card Mixing
Without proper configuration, Feishu messages can inconsistently appear as:
- **Raw text**: Plain markdown source, no formatting
- **Card format**: Rendered markdown with syntax highlighting, tables, links
This creates a poor user experience with unpredictable message appearance.
### The Solution: Explicit renderMode
Set `renderMode` explicitly instead of relying on "auto":
| Mode | Behavior | Use Case |
|------|----------|----------|
| `auto` | Detects content, uses card for code/tables | Default, but can be inconsistent |
| `raw` | Always plain text | Simple text-only responses |
| `card` | Always interactive card | **Recommended** - consistent formatting |
**Recommended configuration:**
```yaml
channels:
feishu:
renderMode: "card"
```
This guarantees:
- ✅ Consistent message appearance
- ✅ Proper markdown rendering (syntax highlighting, tables, links)
- ✅ No unexpected format switching
- ✅ Professional, polished look
## Auto-Reply vs Proactive Messages
### Auto-Replies (Bot responds to user messages)
Controlled by `renderMode`:
- `renderMode: "card"` → All auto-replies use card format
- `renderMode: "raw"` → All auto-replies use plain text
**Example flow:**
1. User: "Show me the code"
2. Bot auto-reply uses card format (if `renderMode: "card"`)
### Proactive Messages (Bot sends via `message` tool)
Always use plain text format via `outbound.sendText`.
**To send card format proactively:**
1. Ask user to send a message first
2. Bot replies to that message (uses `renderMode`)
**Example:**
```
User: "Remind me about the meeting"
Bot (proactive): "OK, reminder set" # Plain text via message tool...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.