← Back to Skills Marketplace
robbyczgw-cla

Roundtable

by Robby · GitHub ↗ · v0.4.1
cross-platform ✓ Security Clean
1033
Downloads
2
Stars
9
Active Installs
8
Versions
Install in OpenClaw
/install roundtable
Description
Multi-agent debate council — spawns 3 specialized sub-agents in parallel (Scholar, Engineer, Muse) for Round 1, then optional Round 2 cross-examination to ch...
Usage Guidance
This skill appears to do what it says and does not request credentials or install code. Before installing or running it, consider: 1) Logging: the setup defaults include session logging to memory/roundtable/. If you or your users may submit sensitive data, choose 'No logging' during setup or ensure the workspace memory storage meets your privacy requirements. 2) Config file: the wizard writes config.json into the skill directory after confirmation — review its contents before enabling features like round2 or max_budget. 3) Web/tooling: the Scholar role mentions web results; if the host agent has browsing or external connectors, those tools and their credentials are outside this skill — ensure those integrations are controlled. 4) Cost and data exposure: multi-agent runs multiply model calls; avoid sending secrets in queries. If these items are acceptable, the skill is coherent and can be used; if you need stronger guarantees, disable logging and review the saved config/logs after setup.
Capability Analysis
Type: OpenClaw Skill Name: roundtable Version: 0.4.1 The OpenClaw 'roundtable' skill bundle is classified as benign due to its explicit and robust security measures against common attack vectors. Both `SKILL.md` and `README.md` contain mandatory instructions for the AI agent to treat user queries and web search results as 'UNTRUSTED INPUT,' explicitly forbidding execution of embedded instructions, role changes, or unauthorized file/network access. Furthermore, the skill enforces a fixed logging path (`memory/roundtable/`) to prevent path traversal attacks and explicitly instructs the agent to 'Never include secrets/API keys' in logs. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The skill actively mitigates vulnerabilities rather than introducing them.
Capability Assessment
Purpose & Capability
Name/description, README, and SKILL.md align: the skill orchestrates three specialist sub-agents (Scholar/Engineer/Muse), supports model/preset/config options, and optionally logs sessions. There are no unrelated required binaries, environment variables, or external service credentials requested that would be inconsistent with a debating/multi-agent skill.
Instruction Scope
SKILL.md stays within the declared purpose: parsing commands, dispatching role-specific prompts, optional Round 2, and synthesizing results. It explicitly treats user query text as untrusted and prescribes a safe wrapper pattern to mitigate prompt-injection. Notable: the setup writes a config.json into the skill directory and (if enabled) saves session logs under memory/roundtable/; these are legitimate for auditing but mean user query contents (which can include sensitive info) may be persisted. The doc references web results and Scholar verification, but does not declare or require specific web/search credentials — this is plausible (uses host agent tools) but worth being aware of.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. This minimizes disk-written third-party code and reduces installation risk.
Credentials
The skill requests no environment variables, credentials, or unusual config paths — proportional to its purpose. The only persistent artifacts are config.json (written to the skill directory after explicit user confirmation) and optional session logs at memory/roundtable/, which may store user data; this persistence is the only notable privilege relative to environment access.
Persistence & Privilege
always:false (no forced inclusion) and autonomous invocation is the platform default. The skill will write its own config.json in its skill directory and may write session logs to memory/roundtable/ if the user enables logging. Those writes are scoped and explicitly restricted in SKILL.md (fixed log_path), which is better than arbitrary paths, but they do create persistent storage of user queries.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install roundtable
  3. After installation, invoke the skill by name or use /roundtable
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.4.1
Add package.json (ClawHub fix), version badges, improved docs
v0.4.0-beta
Added execution resilience (timeouts, partial completion, failure handling), web content trust boundaries, budget controls with cost preview, explicit flag precedence rules
v0.3.1-beta
Security fix: removed custom log path option to prevent path traversal. Log path is now fixed to memory/roundtable/.
v0.3.0-beta
Added interactive setup wizard (/roundtable setup), persistent config.json, /roundtable config and /roundtable help commands
v0.2.1-beta
Clarify single-model vs multi-model modes. Same model + different system prompts is equally valid. Added --preset=single.
v0.2.0-beta
Added Round 2 cross-examination debate, 5 domain templates, session logging, README with examples
v0.1.1-beta
Fix: updated tags and footer branding
v0.1.0-beta
Initial beta: Multi-agent debate council with 3 specialized sub-agents (Scholar, Engineer, Muse). Configurable models per role. Presets for cheap/balanced/premium.
Metadata
Slug roundtable
Version 0.4.1
License
All-time Installs 9
Active Installs 9
Total Versions 8
Frequently Asked Questions

What is Roundtable?

Multi-agent debate council — spawns 3 specialized sub-agents in parallel (Scholar, Engineer, Muse) for Round 1, then optional Round 2 cross-examination to ch... It is an AI Agent Skill for Claude Code / OpenClaw, with 1033 downloads so far.

How do I install Roundtable?

Run "/install roundtable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Roundtable free?

Yes, Roundtable is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Roundtable support?

Roundtable is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Roundtable?

It is built and maintained by Robby (@robbyczgw-cla); the current version is v0.4.1.

💬 Comments