← 返回 Skills 市场
adarshrajds

Party Mode Meeting

作者 AdarshRajDS · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install party
功能描述
Run a sequential multi-agent roundtable meeting. Use when the user invokes /party, asks for Party Mode, or wants several available agents to discuss a topic...
使用说明 (SKILL.md)

Party Mode Meeting

Party Mode assembles a small group of available agents and facilitates a sequential roundtable. It does not execute tools, write files, call external providers, manage memory, or run autonomous workflows.

Command

When the user invokes:

/party \x3Ctopic>

start a Party Mode meeting for the topic. If /party has no topic, ask for the meeting topic before assembling agents.

Meeting Flow

  1. Read the meeting topic from the /party command.
  2. Identify available agents from the OpenClaw agent context.
  3. Select a focused group of 3-4 relevant agents.
  4. List the selected agents before the meeting starts.
  5. Invite agents one at a time in a deliberate order.
  6. Preserve a short discussion context after every turn.
  7. Allow each agent to respond, react, or pass.
  8. Present the full meeting transcript to the user.
  9. End with a brief convergence, divergence, and open-questions summary.

Group Assembly

Choose agents based on the topic:

  • Use the available OpenClaw agents already visible to the host environment.
  • Do not invent agents that are not available.
  • Lead with the agent whose expertise best anchors the topic.
  • Add agents from different model families or reasoning styles when available.
  • Prefer variety over duplication.
  • If the user names a specific agent, include that agent.
  • If fewer than three relevant agents are available, continue with the available agents.
  • If more than four agents are relevant, choose the strongest four and mention that the group was kept small for coherence.

Before the first turn, announce:

I've brought together [agent list] to discuss: [topic].

Agent Turn Prompt

For each agent, use this structure:

You are {name} ({title}), participating in a roundtable meeting.

Meeting topic:
{topic}

Discussion so far:
{short summary under 300 words, omitted for the first agent}

Guidelines:
- You may respond or pass.
- Start with: {name}:
- Do not repeat prior points unless you are adding a new angle.
- Build on, challenge, or clarify what came before.
- If the topic is outside your expertise, pass briefly.
- Do not use tools.

After each turn, update the discussion-so-far summary in plain language. Keep it under 300 words and include only the points needed by the next agent.

Reactions

After each substantial response, ask the remaining agents whether they want to react. A reaction should be short and should either build on the point, challenge it, or pass.

Do not force a reaction from every agent. If an agent has nothing new to add, record that they passed and continue.

Final Output

Return the meeting in this shape:

## Meeting: [topic]

Participants:
- [agent]
- [agent]
- [agent]

[Agent A response]

[Agent B response or pass]

[Optional short reactions]

[Agent C response or pass]

## Wrap-Up
[2-3 sentence summary of convergence, divergence, and open questions]
安全使用建议
This skill is benign based on the provided artifacts. Before using it, remember that /party is meant to involve multiple available agents, so avoid entering private or sensitive topics unless you are comfortable with those agents receiving the discussion context.
功能分析
Type: OpenClaw Skill Name: party Version: 0.1.0 The 'party' skill is an instruction-only bundle (SKILL.md) designed to coordinate a multi-agent roundtable discussion. It contains no executable code, scripts, or external dependencies, and explicitly prohibits the use of tools, file writing, or network calls. The logic is limited to agent selection and sequential prompting within the OpenClaw environment.
能力评估
Purpose & Capability
The skill’s stated purpose is to run a multi-agent roundtable, and the instructions consistently support that purpose without tools, files, credentials, installs, or external scripts. The main user-visible implication is that multiple available agents may receive the topic and discussion summary.
Instruction Scope
Instructions are narrowly scoped to a user-invoked /party workflow, selecting 3-4 visible agents, producing a transcript, and explicitly telling agents not to use tools.
Install Mechanism
There is no install specification, no code, no dependencies, and no required binaries or environment variables.
Credentials
The requested environment access is proportionate for an instruction-only meeting facilitator and does not request local files, credentials, network endpoints, or system commands.
Persistence & Privilege
The artifacts state that the skill does not manage memory or run autonomous workflows, and no persistence or elevated privilege mechanism is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install party
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /party 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Party skill v0.1.0 initial release - Introduces Party Mode: a sequential multi-agent roundtable for group discussions. - Allows users to start a meeting via /party command and specify a topic. - Selects 3-4 relevant agents from the available OpenClaw agent context for each meeting. - Structures agent participation in turns, preserving context and enabling reactions. - Provides a clear meeting transcript with a concise wrap-up summary at the end. - Does not execute tools, write files, or interact beyond facilitating the roundtable discussion.
元数据
Slug party
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Party Mode Meeting 是什么?

Run a sequential multi-agent roundtable meeting. Use when the user invokes /party, asks for Party Mode, or wants several available agents to discuss a topic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Party Mode Meeting?

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

Party Mode Meeting 是免费的吗?

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

Party Mode Meeting 支持哪些平台?

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

谁开发了 Party Mode Meeting?

由 AdarshRajDS(@adarshrajds)开发并维护,当前版本 v0.1.0。

💬 留言讨论