← 返回 Skills 市场
zhao-zwl

Team Sessions

作者 Wenlong Zhao · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install team-sessions
功能描述
主控发号施令、成员各司其职的团队沟通流程规范。零横向沟通,workspace 隔离,sessions_spawn 标准流程。
安全使用建议
This skill appears coherent for orchestrating isolated child agents, but review and take these precautions before installing/using it: 1) Back up ~/.qclaw/openclaw.json before making changes and test in a non-production environment, since restarting the gateway can interrupt services. 2) Avoid setting allowAgents: ["*"] if you can — list only the specific agentIds you trust to be spawned. 3) Keep sensitive data out of parent and child workspaces (SOUL.md and workspace files), because child agents will read and may execute scripts placed in their workspace. 4) Limit workspace directory file permissions so other users/processes cannot read secrets. 5) Use conservative runTimeoutSeconds and review any scripts you place for child execution. If you need higher assurance, ask the skill author for more explicit details about the sessions_* API surface and any failures/rollback behavior.
功能分析
Type: OpenClaw Skill Name: team-sessions Version: 1.0.2 The 'team-sessions' skill is a framework for multi-agent orchestration and workspace isolation within the OpenClaw environment. While it requires permissions to modify the OpenClaw configuration file (~/.qclaw/openclaw.json) and restart the gateway service, these actions are transparently documented and necessary for enabling the sub-agent spawning functionality. The logic focuses on task delegation and directory management (mkdir, echo) without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (team sessions, spawn subagents, workspace isolation) align with the SKILL.md: it only describes creating per-member workspaces, writing SOUL.md files, updating openclaw.json subagent entries, and invoking sessions_spawn/sessions_send APIs. It does not request unrelated binaries, env vars, or external services.
Instruction Scope
Instructions are narrowly scoped to creating per-agent workspaces, writing persona (SOUL.md) files, updating openclaw.json, restarting the OpenClaw gateway, and using sessions_spawn/sessions_yield. These actions are appropriate for the stated purpose, but they involve modifying a user config file and restarting a gateway — operations with real side effects that should be performed deliberately. The guidance to put executable scripts in member workspaces means child agents may run code placed there, so workspace contents should be controlled.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written by an install step, so install-time code execution risk is minimal.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond user-managed OpenClaw config and per-agent workspace directories. The only privileged change it recommends is setting subagent permission (allowAgents) in openclaw.json, which is expected for spawn behavior but should be constrained to needed agentIds.
Persistence & Privilege
The skill does not request 'always: true' and does not include code that persists into the system. However, it instructs editing ~/.qclaw/openclaw.json to allow subagent spawning and restarting the gateway — a configuration change that increases what the controller can do. This is operationally normal for enabling subagents but is a meaningful permission change and should be reviewed and limited.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install team-sessions
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /team-sessions 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
补充权限说明,澄清allowAgents实际影响,移除示例文档链接
v1.0.1
OpenClaw多Agent团队沟通标准工作流,零横向沟通,主控统一调度
v1.0.0
- Added SKILL.md with mandatory Feishu @mention XML format guidelines. - Documented correct open_id for each team member and example usage. - Provided proper group ID and message formatting rules for group and individual messages. - Included correct and incorrect usage examples. - Clarified rules for multi-person @mentions and message sending conventions. - Added a checklist for using cron jobs to prevent unnecessary reminders.
元数据
Slug team-sessions
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Team Sessions 是什么?

主控发号施令、成员各司其职的团队沟通流程规范。零横向沟通,workspace 隔离,sessions_spawn 标准流程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Team Sessions?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-sessions」即可一键安装,无需额外配置。

Team Sessions 是免费的吗?

是的,Team Sessions 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Team Sessions 支持哪些平台?

Team Sessions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Team Sessions?

由 Wenlong Zhao(@zhao-zwl)开发并维护,当前版本 v1.0.2。

💬 留言讨论