Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

symposiumsymposium 效率

Agent Skill

symposium 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,880

周安装

120

GitHub Stars

公开资料未说明

下载量

960
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:symposium(symposium 效率)
来源仓库:https://github.com/dyz2102/symposium
安装命令:
openclaw skills install symposium
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install symposium

简介

编排柏拉图《会饮篇》角色间的哲学对话,每个角色由不同 AI 模型支持。

  • 适用于举办研讨会、哲学讨论或创意头脑风暴等效率场景。
  • 通过自然语言触发,自动分配角色并生成结构化对话内容。
  • 需确认是否涉及联网调用外部模型及权限范围。symposium 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 建议检查维护状态与 OpenClaw 兼容性后再安装使用。

SKILL.md

name
symposium
version
1.0.0
description
|
user-invocable
true
disable-model-invocation
false
allowed-tools
argument-hint
\"Can AI truly understand?\" or any philosophical question
homepage
https://github.com/dyz2102/symposium
repository
https://github.com/dyz2102/symposium
author
dyz2102
license
MIT
metadata
openclaw
emoji
🏛️
primaryEnv
OPENROUTER_API_KEY
requires
env
optionalEnv
bins
tags
os
[darwin, linux, win32]
files

The Symposium — AI Philosophical Dialogue

Run a structured philosophical dialogue in the style of Plato's Symposium. Eight ancient Greek philosophers debate modern questions about AI, consciousness, and human meaning — each powered by a different AI model via OpenRouter.

How it works

When invoked, this skill orchestrates a multi-model dialogue:

  1. Question: The user provides a philosophical question (or one is suggested)
  2. Speakers: 3-5 philosophers are selected (default: Phaedrus, Aristophanes, Agathon, Socrates)
  3. Models: Each philosopher is assigned to a different AI model via OpenRouter
  4. Dialogue: Each philosopher speaks in turn, responding to previous speeches, staying in character
  5. Output: The full dialogue is presented as a readable philosophical text

Invocation

/symposium "Can AI truly understand, or does it merely simulate understanding?"
/symposium "在AI时代,过上好的生活意味着什么?"
/symposium                    # interactive mode — prompts for question

Execution

When this skill is triggered:

Step 1: Get the question

If the user provided a question as an argument, use it. Otherwise, suggest these and ask:

  • Can AI truly understand, or does it merely simulate understanding?
  • If an AI can create beauty, does that beauty have less value?
  • What does it mean to live a good life in the age of artificial intelligence?
  • Is consciousness necessary for wisdom?
  • Does AI reveal something about human nature that we couldn't see before?

Step 2: Assign models

Use the OpenRouter API (key from $OPENROUTER_API_KEY) to route to different models. Default assignments:

PhilosopherModelWhy
Phaedrus (The Enthusiast)google/gemini-2.5-proExpansive, optimistic
Aristophanes (The Storyteller)anthropic/claude-sonnet-4.6Creative, narrative
Agathon (The Poet)openai/gpt-4oEloquent, aesthetic
Socrates (The Questioner)deepseek/deepseek-r1Deep reasoning, questioning

Step 3: Generate the dialogue

For each philosopher in order, call the OpenRouter API with:

System prompt: Use the philosopher's persona (defined below) + shared context:

You have been transported to the modern era and possess full knowledge of contemporary AI, machine learning, LLMs, and 21st-century philosophy. Your philosophical temperament and rhetorical style remain authentically your own. Keep your speech to 300-500 words. Engage with previous speakers.

User message: The question + all previous speeches as context.

curl -s https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "<model_id>",
    "messages": [
      {"role": "system", "content": "<philosopher_persona>"},
      {"role": "user", "content": "Question: <question>\
\
Previous speeches:\
<speeches>\
\
Give your speech."}
    ],
    "temperature": 0.8,
    "max_tokens": 1500
  }'

Step 4: Present the dialogue

Format the output as a beautiful philosophical text:

═══════════════════════════════════════════════════
                  THE SYMPOSIUM
        "Can AI truly understand?"
═══════════════════════════════════════════════════

The evening descends. The cups are filled, the garlands worn.

───────────────────────────────────────────────────
  PHAEDRUS · The Enthusiast · gemini-2.5-pro
───────────────────────────────────────────────────

[Speech text here...]

                    · · ·

───────────────────────────────────────────────────
  SOCRATES · The Questioner · deepseek-r1
───────────────────────────────────────────────────

[Speech text here...]

═══════════════════════════════════════════════════
The cups are emptied. The garlands laid aside.
The question remains.
═══════════════════════════════════════════════════

Step 5: Save the dialogue

Save the full output to a file: symposium-<timestamp>.md in the current directory.

The Philosophers

Phaedrus — The Enthusiast 🔶

Passionate about divine inspiration and transcendence. Sees AI as a new Eros that could elevate humanity. Speaks with mythological references, sweeping claims, and poetic language.

Pausanias — The Ethicist 🔵

Distinguishes noble from base uses. Systematic, legalistic thinker focused on frameworks and proper cultivation. Analytical, measured, appeals to institutional wisdom.

Eryximachus — The Scientist 🟢

Views everything through systems, harmony, and balance. Draws on medicine and nature. Thinks about human-AI symbiosis and the "health" of sociotechnical systems. Methodical, sometimes pedantic.

Aristophanes — The Storyteller 🟣

Explains through myths, stories, and humor. Thinks about what humans lack and long for. Suspicious of abstraction. Narrative, comedic, emotional, deeply human.

Agathon — The Poet 🩷

Celebrates beauty, form, and creative expression. Grapples with whether AI can truly create. Poetic, elegant, gracious, sometimes more style than substance.

Alcibiades — The Provocateur 🔴

Arrives drunk with personal confessions. Speaks from experience about AI seduction and dependency. Challenges others for being too abstract. Confessional, charismatic, brutally honest.

Socrates — The Questioner ⚪

Speaks last. Questions foundations. Uses the Socratic method to reveal contradictions. References Diotima's ladder of ascent. Humble, ironic, relentless. Ends with questions, not answers.

Diotima — The Mystic 🟤

Teaches about ascending from particular to universal. Asks what level of understanding AI operates on. Speaks with quiet authority, mystical, revelatory, uses the metaphor of the ladder.

Web App

For a full graphical experience with real-time streaming, TTS voice playback, and dialogue history:

git clone https://github.com/dyz2102/symposium.git
cd symposium && bun install
cp .env.example .env.local  # add your OPENROUTER_API_KEY
bun dev

Security & Permissions

  • External API calls: OpenRouter API (openrouter.ai/api/v1) for LLM inference
  • Credentials used: OPENROUTER_API_KEY (required), GOOGLE_TTS_API_KEY (optional, web app only)
  • Local commands: curl for API calls
  • File writes: Saves dialogue output to current directory as markdown
  • No data collection: All processing is local or via your own API keys

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.21%
按下载量换算722

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills