Install
openclaw skills install feishu-group-managerManage Feishu group chats by updating names, descriptions, permissions, and toggling busy status indicators.
openclaw skills install feishu-group-managerManage Feishu group chats (settings, names, metadata).
Marks the group name with a prefix (e.g., [⏳]) to indicate the bot is busy processing a long task.
node skills/feishu-group-manager/toggle_busy.js --chat-id <chat_id> --mode <busy|idle>
Update group name, description (announcement area), and permissions.
node skills/feishu-group-manager/update_settings.js --chat-id <chat_id> [options]
Options:
-n, --name <text>: New Group Name-d, --description <text>: New Group Description--edit-permission <all_members|only_owner>: Who can edit group info--at-all-permission <all_members|only_owner>: Who can @All--invite-permission <all_members|only_owner>: Who can invite othersSee MEMORY.md -> "Busy Status Protocol".