← Back to Skills Marketplace
adarshrajds

Party Mode Meeting

by AdarshRajDS · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install party
Description
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...
README (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]
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install party
  3. After installation, invoke the skill by name or use /party
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug party
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments