Agent Group

PassAudited by ClawScan on May 1, 2026.

Overview

This skill coherently manages a small local agent-group list; the main thing to notice is that it saves group membership state locally.

This appears safe for its stated purpose. Before installing, be aware that group membership state is stored in a local OpenClaw memory file; avoid putting sensitive information into group names or commands, and dissolve the group when you no longer need it.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your created group and member list may be saved locally and reused later until the group is dissolved or the file is removed.

Why it was flagged

The handler stores each user's group membership in a persistent local memory file, which is expected for a group-management skill but should be visible to the user.

Skill content
DATA_FILE = "/root/.openclaw/workspace/memory/agent-groups.json"
Recommendation

Use this skill if local persistence of the group list is acceptable; use “退群” or “解散群” when you want the saved group state removed.