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

Openclaw Feishu Optimizer

Skill by huangshaoshuai123

Why use this skill?

Optimize your OpenClaw agent for Feishu. Get advanced voice-to-text, intelligent message formatting, and automated smart replies for better productivity.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/huangshaoshuai123/openclaw-feishu-optimizer
Or

What This Skill Does

The OpenClaw Feishu Optimizer is a powerful enhancement package designed to streamline how the OpenClaw AI agent interacts with the Feishu (Lark) platform. Its primary purpose is to normalize and improve the quality of communication by bridging the gap between raw messaging data and intelligent agent responses. By integrating robust audio-to-text conversion and advanced text formatting, the skill ensures that voice messages are transcribed accurately and that text responses are structured using Markdown and optimized for clarity. Whether managing busy group chats or handling individual voice notes, this tool provides the necessary backend processing to make interactions feel more natural and responsive, effectively turning your OpenClaw agent into a premium Feishu assistant.

Installation

To get started with the OpenClaw Feishu Optimizer, ensure your system has python3 and pip3 installed. Begin by installing the necessary Python dependencies that handle audio processing and recognition. Run the following command in your terminal: pip3 install SpeechRecognition pydub. Once the dependencies are set, you can install the skill package directly through the OpenClaw management utility using the command: clawhub install openclaw/skills/skills/huangshaoshuai123/openclaw-feishu-optimizer. After installation, verify the configuration in your workspace directory to ensure the voice_recognition providers and formatting settings align with your specific communication preferences.

Use Cases

This skill is ideal for professionals and developers who frequently receive voice-based requests or require highly structured replies in Feishu. Use it to automatically transcribe project updates sent via voice memos, enabling your OpenClaw agent to log tasks in your project management system. It is also excellent for automated customer service, where the agent can parse user text, apply professional formatting, and include relevant emojis to make automated responses feel more conversational and approachable. Additionally, it handles various audio file formats (MP3, OGG, WAV), making it highly compatible with diverse mobile recording devices.

Example Prompts

  1. "OpenClaw, process the latest voice note in this chat and summarize the action items for the team."
  2. "Format my reply to the product manager, ensuring it uses clear Markdown bullet points and an encouraging tone."
  3. "Transcribe this audio file and check if there are any urgent requests hidden in the message content."

Tips & Limitations

For optimal performance, ensure your system has consistent network access, as the primary speech recognition engine utilizes external services to ensure high accuracy. If you encounter transcription errors, verify the quality of your audio files and consider providing a cleaner source with minimal background noise. The skill relies heavily on file read and write operations within the designated workspace; ensure the user has appropriate permissions to avoid execution blocks. Always keep your Python environment updated, and when dealing with multiple languages, manually specify the --language flag in the CLI command to prevent recognition bias toward the wrong regional accent or dialect.

Metadata

Stars2387
Views1
Updated2026-03-09
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-huangshaoshuai123-openclaw-feishu-optimizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#automation#transcription#productivity#messaging
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution