← Back to Skills Marketplace
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install symposium
Description
Orchestrate a philosophical dialogue between Plato's Symposium characters, each powered by a different AI model. TRIGGER when: user asks to "run a symposium"...
Usage Guidance
This skill appears internally consistent, but before installing consider: (1) It will send your prompts and the entire dialogue to openrouter.ai using your OPENROUTER_API_KEY — do not include private or sensitive data in prompts. (2) Use a limited-scope OpenRouter key or an account you can monitor/rotate if you have concerns. (3) The skill will write symposium-<timestamp>.md to the current directory — run it where writing is acceptable. (4) Because the agent can make web requests and run Bash (allowed-tools), only enable it for trusted users and review logs/requests on your OpenRouter dashboard. (5) If you want extra caution, test in an isolated environment and inspect network requests or run without providing any API key first to confirm behavior.
Capability Analysis
Type: OpenClaw Skill
Name: symposium
Version: 1.0.0
The 'symposium' skill is designed to orchestrate a philosophical dialogue between various historical personas using different AI models via the OpenRouter API. The skill uses standard tools like 'curl' to interact with a legitimate external API (openrouter.ai) and saves the resulting dialogue to a local markdown file. There is no evidence of data exfiltration, malicious command execution, or deceptive instructions in SKILL.md. While it includes instructions for a companion web app involving 'git clone' and 'bun install', these are presented as optional user-facing documentation rather than automated agent actions.
Capability Assessment
Purpose & Capability
The skill is an instruction-only orchestrator that routes prompts to multiple LLMs via OpenRouter. Requiring OPENROUTER_API_KEY and curl is proportionate to that goal; optional GOOGLE_TTS_API_KEY for text-to-speech is reasonable. No unrelated cloud credentials or system paths are requested.
Instruction Scope
Instructions explicitly call the OpenRouter API and send user questions and prior speeches as prompt context (expected for multi-model dialogue). The skill saves the final markdown file to the current directory. Note: all user prompts and generated speeches are transmitted to openrouter.ai — users should avoid including sensitive secrets in prompts.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes the risk of arbitrary code being dropped on disk; runtime uses curl (declared) to call OpenRouter.
Credentials
Only OPENROUTER_API_KEY is required (declared as primaryEnv); an optional GOOGLE_TTS_API_KEY is listed. The requested env vars match the described functionality and there are no additional undeclared secrets or config paths referenced in SKILL.md.
Persistence & Privilege
always:false and normal model invocation are used. The skill writes output files in the current directory (declared behavior). It does not request to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install symposium - After installation, invoke the skill by name or use
/symposium - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Orchestrate a philosophical dialogue between Plato's Symposium characters, each powered by a different AI model.
- Run multi-perspective philosophical debates on questions about AI, consciousness, and human meaning.
- Each philosopher (e.g., Socrates, Aristophanes) is assigned a unique AI model, producing dialogue that reflects their distinct persona and rhetorical style.
- Supports both English and Chinese invocation.
- Automatically formats and saves the resulting dialogue as a readable markdown document.
- Requires an OpenRouter API key for AI model access.
Metadata
Frequently Asked Questions
What is The Symposium?
Orchestrate a philosophical dialogue between Plato's Symposium characters, each powered by a different AI model. TRIGGER when: user asks to "run a symposium"... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install The Symposium?
Run "/install symposium" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is The Symposium free?
Yes, The Symposium is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does The Symposium support?
The Symposium is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created The Symposium?
It is built and maintained by dyz2102 (@dyz2102); the current version is v1.0.0.
More Skills