Overview
- Skill Key
- heimo-he/feishu-chat
- Author
- heimo-he
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/heimo-he/feishu-chat
- Latest Commit SHA
- 3ae82ceeeb2d65a3a493c2560d3812caec96e7d4
Feishu (Lark) group chat messaging guide for OpenClaw. Includes Raw/Card message modes, @ mention formatting, and group member management. Use when sending messages in Feishu groups, mentioning users/bots, or formatting messages with Markdown.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-chat 技能。 若已安装,则直接安装 feishu-chat 技能。
# Feishu Group Chat Guide
## Quick Start: Configure renderMode
**⚠️ IMPORTANT: Set renderMode explicitly for stable message formatting**
```yaml
# Recommended configuration
channels:
feishu:
renderMode: "card" # Always use card format
```
**Why?** The default "auto" mode causes unpredictable format switching (raw vs card), creating poor user experience.
**Configuration:**
```bash
openclaw config set channels.feishu.renderMode "card"
openclaw gateway restart
```
**Verify:**
```bash
openclaw config get channels.feishu.renderMode
```
---
## Prerequisites
1. **In a Feishu group** - OpenClaw connected to Feishu
2. **Configure renderMode** - Set to "card" for consistent formatting
3. **Know member IDs**:
- Human: `open_id` (ou_xxx format)
- Bot: `App ID` (cli_xxx format)
---
## 0. Message Format Stability
### The Problem: Raw vs Card Mixing
Without proper `renderMode` configuration, messages can inconsistently appear as:
- **Raw text**: Plain markdown source, no formatting
- **Card format**: Rendered markdown with syntax highlighting, tables, links
### The Solution: Explicit renderMode
| Mode | Behavior | Use Case |
|------|----------|----------|
| `auto` | Detects content, uses card for code/tables | ❌ **Avoid** - unpredictable |
| `raw` | Always plain text | Simple text-only responses |
| `card` | Always interactive card | ✅ **Recommended** - consistent |
**Recommended:** `renderMode: "card"` for all production use.
---
## 1. Message Sending
### ⚠️ CRITICAL: Only Use ONE Method
**DO NOT use both direct reply and message tool for the same content!** This will send two messages.
Choose ONE:
- Plain text → message tool only
- Markdown → direct reply only
---
### Two Methods
| Method | Tool | Render Mode | Use Case |
|--------|------|-------------|----------|
| **message tool** | `message` | Raw (plain text) | Plain text, @ mentions |
| **Direct reply** | Session reply | Card (with Markdown) | Markdown formatted messages |
### Raw Mod...
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.