Feishu Group Manager
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-group-managerWhat This Skill Does
The Feishu Group Manager skill, developed by autogame-17, provides OpenClaw agents with the necessary tools to interface directly with Feishu group configurations. It allows for the dynamic updating of group metadata, including names, descriptions, and administrative permissions. A standout feature of this skill is the 'Toggle Busy Status' function, which provides visual feedback to human collaborators by appending a status prefix to the group name. This ensures that stakeholders are aware when the agent is engaged in time-intensive, long-running processes, effectively preventing redundant requests or confusion during high-latency operations.
Installation
To install this skill, ensure your OpenClaw environment is configured correctly, then execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/feishu-group-manager
Use Cases
This skill is designed for high-collaboration environments where OpenClaw agents operate within team chats. It is particularly useful for project management workflows where the agent acts as a facilitator. By automatically updating group announcements (descriptions) or adjusting invitation and messaging permissions, the agent can maintain security and focus within the chat environment. It is essential for teams relying on synchronous communication channels that need to be programmatically managed by an AI assistant.
Example Prompts
- "The task is going to take a while, please set the group status to busy so the team knows I'm working."
- "Update the group name to 'Q3 Marketing Sync' and change the group announcement to include the latest project documentation link."
- "Restrict group invitations to 'only_owner' to keep our brainstorming session private while I generate the report."
Tips & Limitations
- The Busy Status protocol should only be invoked for tasks exceeding 30 seconds to avoid unnecessary noise in the chat history.
- Always ensure your agent has the required administrative privileges within the Feishu group before calling
update_settings.js. - Permissions options are strict; ensure you use the exact string values (
all_membersoronly_owner) to prevent script execution errors. If an update fails, check the chat permissions in the Feishu admin panel to ensure the bot is not hindered by parent organization restrictions.
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-group-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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