install
source · Clone the upstream repo
git clone https://github.com/autogame-17/feishu-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/autogame-17/feishu-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/feishu-group-manager" ~/.claude/skills/autogame-17-feishu-skills-feishu-group-manager && rm -rf "$T"
manifest:
feishu-group-manager/SKILL.mdsource content
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:
: New Group Name-n, --name <text>
: New Group Description-d, --description <text>
: Who can edit group info--edit-permission <all_members|only_owner>
: Who can @All--at-all-permission <all_members|only_owner>
: Who can invite others--invite-permission <all_members|only_owner>
Usage Protocol
See
MEMORY.md -> "Busy Status Protocol".
- Trigger: Long-running tasks (>30s) in 1-on-1 control groups.