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

Feishu Message

Skill by autogame-17

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-message
Or

What This Skill Does

The Feishu Message skill is a comprehensive integration tool designed for the OpenClaw AI agent to interface seamlessly with Feishu (Lark) messaging services. By providing a unified CLI interface, it abstracts the complexity of Feishu's API endpoints, allowing the AI to fetch message histories, distribute audio content, manage group collaborations, and retrieve channel metadata. Whether you need to parse thread history or automate team communication, this skill serves as the primary bridge between OpenClaw and your Feishu ecosystem.

Installation

To integrate this skill into your environment, run the following command via your terminal: clawhub install openclaw/skills/skills/autogame-17/feishu-message Ensure that you have an active internet connection and that your system environment is configured with the necessary Feishu credentials and permissions to access the desired chats or user profiles.

Use Cases

This skill is highly versatile for automation-heavy workflows. Use it to:

  • Archive group discussions: Extract thread data and save insights into local documentation or database systems.
  • Automate Notifications: Send automated voice updates to project-specific group chats based on task completion triggers.
  • Team Management: Provision new group chats instantly when a new project is created in your workspace.
  • Content Auditing: Scan pinned messages in operational chats to ensure team members are aware of critical updates or current guidelines.

Example Prompts

  1. "Fetch the full message thread from the chat with ID oc_987654321, making sure to resolve all recursive message replies so I can summarize the discussion."
  2. "Create a new Feishu group titled 'Q4 Development' and add users ou_123 and ou_456 to the group with a description noting this is for high-priority sprints."
  3. "Send the file at ./assets/daily_update.wav to the chat oc_abcdefg as a voice note to ensure the team hears the update immediately."

Tips & Limitations

  • Audio Processing: When sending audio, the skill utilizes music-metadata; ensure your files are in supported formats like MP3 or WAV for optimal compatibility with the Feishu platform.
  • Permissions: Ensure the bot/agent associated with your credentials has the required 'Bot' permissions within your Feishu developer console, specifically for messaging and chat management scopes.
  • Data Privacy: While the skill simplifies interactions, be mindful of the data being pulled; always use the --raw flag when auditing message schemas to ensure you are capturing the expected JSON structure from the API.

Metadata

Stars4146
Views5
Updated2026-04-16
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-autogame-17-feishu-message": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#lark#messaging#automation#collaboration
Safety Score: 4/5

Flags: network-access, file-read, external-api