TopRank Skills

Home / Claw Skills / 其他 / Feishu Group Manager
Official OpenClaw rules 15%

Feishu Group Manager

Feishu Group Manager

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Feishu Group Manager 技能。 若已安装,则直接安装 Feishu Group Manager 技能。

Overview

Skill Key
autogame-17/feishu-group-manager
Author
autogame-17
Source Repo
openclaw/skills
Version
-
Source Path
skills/autogame-17/feishu-group-manager
Latest Commit SHA
c28817caa51be1e8beccce019a878317b687af67

Extracted Content

SKILL.md excerpt

# 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.

```bash
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.

```bash
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.

Related Claw Skills