Feishu Minutes
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-minutesWhat This Skill Does
The Feishu Minutes (妙记) skill serves as an advanced integration layer for users of the Feishu/Lark ecosystem. Designed to automate the retrieval and processing of meeting recordings, this skill acts as a bridge between the Feishu Minutes cloud environment and your local workspace. By leveraging the specific minutes token, the agent automatically orchestrates the download of rich metadata, including comprehensive meeting transcripts, viewer and contributor statistics, the full subtitle file, and the original media recording. This enables seamless archiving, offline playback, and automated documentation of meetings without manual intervention.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/feishu-minutes
Ensure that you have the necessary environment variables configured for Feishu API access as required by the underlying platform architecture.
Use Cases
- Automated Meeting Minutes: Automatically convert long audio recordings from Feishu into searchable Markdown transcripts for your internal knowledge base.
- Performance Analytics: Analyze participation metrics and viewer stats to understand team engagement levels during syncs.
- Archival Workflows: Automatically store meeting assets in local or cloud-synced storage for long-term compliance and historical tracking.
- Media Repurposing: Extract raw video content for post-production editing or sharing in different formats outside the Feishu application.
Example Prompts
- "OpenClaw, please fetch the meeting details for minutes token mmcn_987654321 and save the transcript to my project folder."
- "Can you process the Feishu minutes link https://feishu.cn/minutes/mmcn_abc123 and generate a summary report including the media file?"
- "Run the feishu-minutes skill on token mmcn_xyz789 and output the results to the /archives/team_meeting directory."
Tips & Limitations
- Permissions: Ensure the provided minutes token belongs to a meeting that your Feishu account has authorized access to; private meetings will result in a 403 Forbidden error.
- Output Management: The skill defaults to
memory/feishu_minutes/<token>. It is recommended to use the--outflag if you prefer a customized directory structure for better organization. - Rate Limiting: Frequent requests to the Feishu API may trigger rate limits. Space out large batch requests to avoid disruptions.
- Media Size: Depending on the meeting length, the downloaded
media.mp4file may be large. Verify your local disk space before processing long-duration meetings.
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-minutes": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, 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