feishu-group
Teach OpenClaw how to work in Feishu (Lark) group chats — recognize who's talking, behave properly in groups vs DMs, respect multi-user privacy, and format messages for the platform. Use when connecting OpenClaw to Feishu and you want your agent to be a competent group participant, not just a responder.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/4ier/feishu-groupWhat This Skill Does
The feishu-group skill enables your OpenClaw agent to become a sophisticated participant within the Feishu (Lark) ecosystem. By leveraging contact synchronization and specific behavioral guardrails, this skill moves the agent beyond simple request-response interactions. It enables the agent to differentiate between group contexts and 1:1 direct messages, ensures user privacy, and adheres to strict Feishu-specific formatting requirements to avoid breaking UI layout constraints.
Installation
To integrate this skill, use the following installation command in your terminal:
clawhub install openclaw/skills/skills/4ier/feishu-group
Post-installation, ensure you execute the provided contact sync script to generate a lookup table in your USER.md file. This is critical for the agent to resolve open_id strings into human-readable names. Finally, update your SOUL.md or AGENTS.md with the etiquette guidelines provided in the documentation and restart your gateway to apply the configuration.
Use Cases
- Corporate Concierge: Acting as a support bot in engineering or HR groups where the agent needs to identify the requester and maintain professional distance.
- Team Collaborator: Providing intelligent, non-intrusive input in project-based group chats by only reacting when addressed or when it can provide unique value.
- Private Assistant: Managing sensitive 1:1 interactions where the agent must strictly isolate conversation history to maintain user privacy.
Example Prompts
- "OpenClaw, based on the current group discussion, can you summarize the action items for @Alice and @Bob regarding the Q3 project?"
- "I am sending you a direct message. Please treat this as a private briefing. Do not disclose this information to any group channels."
- "If you see a question about the deployment pipeline in the #dev-ops group, please provide the link to the internal documentation, but keep the explanation brief."
Tips & Limitations
- Formatting: Feishu has limited Markdown support. Avoid using headers or complex tables; prefer plain text and basic lists.
- Data Privacy: Never share data from one user's DM in a group setting. Your
SOUL.mdshould explicitly forbid cross-pollinating conversation data. - Startup Dependency: Because workspace files are cached at boot, always restart your OpenClaw gateway after modifying your contact synchronization table in
USER.md.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-4ier-feishu-group": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
feishu-contacts
Sync Feishu (Lark) contacts into USER.md so the agent can identify DM senders by name. Use when setting up Feishu identity recognition, updating contacts after HR changes, or configuring multi-user agent access. Feishu DMs only include open_id (no sender name), so this skill embeds an open_id→name lookup table directly in USER.md for zero-tool-call identification.
claw-use-mihomo
Manage mihomo proxy - install, configure from subscriptions, monitor health, auto-switch nodes. Supports vmess/ss/trojan/vless protocols.
openclaw-feishu-group-chat
Teach OpenClaw how to work in Feishu (Lark) group chats — recognize who's talking, behave properly in groups vs DMs, respect multi-user privacy, and format messages for the platform. Use when connecting OpenClaw to Feishu and you want your agent to be a competent group participant, not just a responder.
neo
Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.
Claw Use
Skill by 4ier