← Back to Plugins
Tools

Plugin Meeting Orchestrator

LobsterFarmerAmp By LobsterFarmerAmp 👁 39 views ▲ 0 votes

OpenClaw plugin for orchestrating multi-agent meetings via Feishu group chats

GitHub

Install

npm install
npm

README

# OpenClaw Meeting Orchestrator Plugin

A tool plugin for [OpenClaw](https://github.com/openclaw/openclaw) that orchestrates multi-agent meetings via Feishu (Lark) group chats. Each agent speaks through its own bot identity, with the organizer controlling the meeting flow.

## Features

- **Create meetings** — spin up a multi-agent meeting in a Feishu group
- **Delegate speaking turns** — organizer grants speaking quota to participants
- **Speak** — participants speak as their bot identity; the system auto-identifies the caller
- **List & status** — query active meetings and conversation logs
- **End meetings** — organizer summarizes and closes

## Tools

| Tool | Description |
|------|-------------|
| `meeting_create` | Create a meeting, returns `meeting_id` |
| `meeting_speak` | Speak in a meeting (auto-identifies caller) |
| `meeting_delegate` | Grant a participant one speaking turn |
| `meeting_end` | End meeting with a summary |
| `meeting_list` | List all active meetings |
| `meeting_status` | View meeting status and speech log |

## Prerequisites

- OpenClaw >= 2026.5.17
- Python 3 with the meeting orchestrator backend script
- Feishu (Lark) bot credentials configured in OpenClaw

## Build

```bash
npm install
npm run build
npm run plugin:build
npm run plugin:validate
npm test
```

## License

MIT
tools

Comments

Sign in to leave a comment

Loading comments...