ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/4ier/feishu-group
Or

What 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

  1. "OpenClaw, based on the current group discussion, can you summarize the action items for @Alice and @Bob regarding the Q3 project?"
  2. "I am sending you a direct message. Please treat this as a private briefing. Do not disclose this information to any group channels."
  3. "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.md should 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

Author@4ier
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-4ier-feishu-group": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#lark#group-chat#automation#privacy
Safety Score: 4/5

Flags: file-read, external-api