The Symposium

v1.0.0

Orchestrate a philosophical dialogue between Plato's Symposium characters, each powered by a different AI model. TRIGGER when: user asks to "run a symposium"...

0· 60·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97aznd76x72dv6mj4n7f86gbd84230t

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏛️ Clawdis
OSmacOS · Linux · Windows
Binscurl
EnvOPENROUTER_API_KEY
Primary envOPENROUTER_API_KEY

Comments