Feishu Message
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-messageWhat 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
- "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."
- "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."
- "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
--rawflag when auditing message schemas to ensure you are capturing the expected JSON structure from the API.
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-autogame-17-feishu-message": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17