Jump to related tools in the same category or review the original source on GitHub.

Communication @autogame-17 Updated 2/26/2026

Feishu Group Manager OpenClaw Skill - ClawHub

Do you want your AI agent to automate Feishu Group Manager workflows? This free skill from ClawHub helps with communication tasks without building custom tools from scratch.

What this skill does

Manage Feishu group chats

Install

npx clawhub@latest install feishu-group-manager

Full SKILL.md

Open original

Feishu Group Manager

Manage Feishu group chats (settings, names, metadata).

Tools

Toggle Busy Status

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 Settings

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 others

Usage Protocol

See MEMORY.md -> "Busy Status Protocol".

  • Trigger: Long-running tasks (>30s) in 1-on-1 control groups.
Original URL: https://github.com/openclaw/skills/blob/main/skills/autogame-17/feishu-group-manager

Related skills

If this matches your use case, these are close alternatives in the same category.