Party Mode Meeting
/install party
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
- Read the meeting topic from the
/partycommand. - Identify available agents from the OpenClaw agent context.
- Select a focused group of 3-4 relevant agents.
- List the selected agents before the meeting starts.
- Invite agents one at a time in a deliberate order.
- Preserve a short discussion context after every turn.
- Allow each agent to respond, react, or pass.
- Present the full meeting transcript to the user.
- 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]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install party - After installation, invoke the skill by name or use
/party - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Party Mode Meeting?
Run "/install party" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Party Mode Meeting free?
Yes, Party Mode Meeting is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Party Mode Meeting support?
Party Mode Meeting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Party Mode Meeting?
It is built and maintained by AdarshRajDS (@adarshrajds); the current version is v0.1.0.