← 返回 Skills 市场
wings229

Philosophy Dialogue

作者 Wings229 · GitHub ↗ · v4.3.0 · MIT-0
cross-platform ⚠ suspicious
301
总下载
1
收藏
0
当前安装
27
版本数
在 OpenClaw 中安装
/install philosophy-dialogue
功能描述
思想碰撞的火花,在这里点燃!243 位思想巨人跨越时空对话,6 种对话模式(含雄辩天下杯赛制)。 243 intellectual giants dialogue across time. 6 modes including cup tournament. 触发词:哲学对话、哲学辩论、双人论战、雄辩天下、phil...
安全使用建议
This skill appears to do what it says: run simulated philosophical dialogues and optionally run cup‑style tournaments. Things to consider before installing/using: - No credentials or special environment variables are requested — good. - The full feature set (243 perspectives and the optional tournament script) is only present in the GitHub 'complete' clone. If you git clone that repo, inspect its files before running anything. - package.json declares permission to read skills/*-perspective/SKILL.md. That lets the skill read perspective files from other skills in your workspace — useful for compatibility but broader than strictly necessary. If you have other sensitive files in workspace, review them or restrict placement. - The tournament helper is an optional Python script; the SKILL.md claims it uses only the standard library and reads/writes only the registry and memory/ files, but the script's contents were not included in the static content scanned here — open and review scripts/tournament-allocator.py before executing. - If you want to avoid pulling any external code, use the ClawHub lightweight installation option (described in SKILL.md), which omits the perspective directory; the skill will instead rely on the agent's knowledge to emulate perspectives. If you want, I can: (1) list the exact file paths this skill will read/write, (2) help inspect the tournament script if you provide its content, or (3) suggest a minimal safe workflow for trying the skill (e.g., run read-only interactions first, keep perspectives out of shared/workspace directories).
功能分析
Type: OpenClaw Skill Name: philosophy-dialogue Version: 4.3.0 The skill bundle requests broad read permissions across the workspace using a wildcard pattern (`skills/*-perspective/SKILL.md`) in `package.json`, which allows the agent to access the instruction files of other potentially unrelated skills. While the documentation in `SKILL.md` justifies this as a mechanism to load 'distilled philosopher mindsets,' this cross-skill access pattern is a significant security risk in agentic environments. Additionally, the bundle references an external Python script (`scripts/tournament-allocator.py`) for tournament logic; although the documentation includes a security claim that it lacks network or subprocess calls, the script itself is an external execution vector that requires careful vetting.
能力评估
Purpose & Capability
Name/description match the included files: modes, scoring, a 243‑person registry and optional tournament helper. No unexpected env vars or binaries are requested. Declared read/write paths (read perspectives, write tournament data to memory/) are consistent with a dialogue/tournament skill.
Instruction Scope
SKILL.md instructs the agent to read the built-in references/perspective files and (optionally) external skills/*-perspective/SKILL.md for compatibility, and to write tournament records to memory/philosophy-dialogues/tournaments/. Those read/write actions align with the skill purpose, but the cross-skill read permission is broader than strictly necessary and could expose other workspace skill metadata if present. The SKILL.md otherwise does not instruct network exfiltration, credential access, or reading unrelated system files.
Install Mechanism
This is instruction-only (no install spec). The README shows an optional GitHub clone to get the 'complete' perspectives; cloning is a normal distribution method but the user should audit repo contents before running any scripts. No package downloads or extract-from-URL installers are declared.
Credentials
The skill requests no environment variables or external credentials. The package.json declares permissions to read the skill's own references and an ability to read skills/*-perspective/SKILL.md and to write memory/... — these are file permissions rather than credential requests and are explainable by the skill's design.
Persistence & Privilege
always:false and normal model invocation are used. The skill requests read access to other skills' perspective SKILL.md files (skills/*-perspective/SKILL.md) which grants broader workspace visibility than reading only its own bundled perspectives; combined with write access to memory/, this gives persistent ability to read/write within the user's workspace. That is explainable by the 'compatibility with external perspective skills' claim but is a privilege the user should be aware of.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install philosophy-dialogue
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /philosophy-dialogue 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.3.0
v4.3.0: 蒸馏人物私域化改造
v4.2.6
v4.2.6 GitHub安装增加安全提示去掉推荐,清理扫描skills/目录文字
v4.2.5
v4.2.5 增加架构与依赖关系说明:解释 philosophy-dialogue 与 perspective skills 的强依赖关系
v4.2.4
v4.2.4 permissions 声明扩大:读取 skills/*-perspective/SKILL.md 哲学家 skills
v4.2.3
v4.2.3 安全扫描修复:元数据type:hybrid声明/版本一致/依赖说明/脚本安全声明/发布流程规范
v4.2.2
v4.2.2 放开 CUP-MODE/MODES/DUEL-MODE/SCORING/SKILLS-LIST/philosopher-registry,增加 GitHub 安装指南
v4.2.1
v4.2.1 增加 GitHub 完整版安装指南与版本对比表
v4.2.0
v4.2.0 增加 GitHub 完整版安装指南
v4.1.1
v4.1.1 安全修复:明确 scripts/为可选工具,memory/为用户 workspace 目录,修复 ClawHub 安全扫描警告
v4.1.0
v4.1.0 雄辩天下杯赛模式 Bug 修复:1) 数据持久化 - 比赛数据保存至 memory/目录防止发布覆盖;2) 角色唯一性 - Python 脚本确保每人仅一个角色,出题人仅限观众;3) 内容质量提升 - 鼓励旁征博引、紧扣主题,避免纯理论说教
v4.0.0
**Major update: Introduces a cup tournament mode and expands philosopher resources.** - Added “雄辩天下” (Cup Tournament) mode with knockout competition, audience voting, and weighted scoring. - Increased philosopher roster to 243 figures; updated registration files. - Added CUP-MODE.md and debate topics reference. - Updated documentation for the new mode and expanded triggers. - Minor refinements to existing mode descriptions and resource references.
v3.2.0
v3.2.0: 5 维度评分体系 - 逻辑性/回应质量/论证深度/表达清晰度/创新性,理由公开,全模式适用
v3.1.0
v3.1.0: 双人论战模式优化 - 1.避免重复规则 2.集中投票 3.扩大评委至 15-20 人
v3.0.1
- 新增 5 种对话模式统一说明,并以专页 MODES.md 详细介绍 - 哲学家库扩充至 173 位,涵盖更多中西哲学家、科学家与文学家 - 功能结构精简,常用操作、模式、技能系统说明更加清晰 - 文件架构更新,新增 MODES.md,并更新哲学家注册表 - 文本界面优化,目录与功能一目了然,用户更易上手
v3.0.0
Philosophy-dialogue v3.0.0 introduces major upgrades: - 支持的哲学家数量从 162 增加到 173 位,覆盖哲学家、科学家、文学家等多领域 - 统一并简化 5 种对话模式,提供独立模式说明文档(新加 MODES.md 文件) - 优化和精简文档结构、功能描述与快速上手部分 - 常见问题、模式选择和技能系统说明更为直观清晰 - 目录和说明文档同步更新,所有哲学家名单和技能列表单独列出
v2.10.0
**v2.10.0 summary: Adds duel mode and expands philosopher lineup** - 新增“双人论战”模式,支持指定/随机两位哲学家 1v1 对决,支持自定义回合数与评分,输出和规则详见文档 - 哲学家扩展至 162 位,覆盖更广学派与时代 - 新增第五种对话风格“双人论战式”,全局风格支持变为 5 种 - 技能系统文档、哲学家技能列表与场景系统文档独立整理,便于查阅 - 技能触发及回合规则针对“双人论战”进行特化(每人2次技能) - 文档结构优化,增加详细用法与常见问题说明
v2.9.0
**Concise changelog for philosophy-dialogue v2.9.0:** - Major documentation upgrade: SKILL.md now features a detailed, structured quick start guide, feature overview, expanded FAQ, and graphical tables for improved readability. - Added a "Features at a Glance" summary, including core systems (scenes, emotions, philosopher skills, audience comments, etc.) and usage scenarios. - Detailed skill usage section: core, extended, and combo skills are now fully listed with triggers and effects. - Usage instructions, common questions, and sample calls reorganized for better onboarding and function discovery. - No logic or code changes; documentation only—enables easier understanding and maximizes the user experience.
v2.8.0
Version 2.8.0 introduces immersive elements and new interactive features: - Added "场景与 BGM" (Scene & BGM) system for vivid atmosphere setting at dialogue start. - Introduced "中场休息" (Break Time) section showing informal philosopher interactions between debate rounds. - New "哲学家技能系统" (Philosopher Skills) gives each philosopher a unique triggerable skill for game-like effects. - Enhanced output structure: scene, BGM, and break time are now standard in the dialogue flow. - Documentation updated for new systems, with examples and expanded usage rules.
v2.7.0
**Version 2.7.0 – Major Output Format Upgrade** - 增加“哲学家情绪状态”表格,每位哲学家发言前显示情绪及状态 - 每条发言可带情绪 emoji 与哲学梗/名场面引用,增强对话趣味性 - 新增“观众弹幕系统”,在辩论后插入现场感弹幕评论 - 精简用法与参数介绍,将使用方法更直观明晰 - 输出格式、结构和系统功能全面升级,更适合动态呈现与互动反馈
v2.6.0
- 精简与美化描述,突出跨时空哲学对话和中英双语说明,文案更具吸引力与可读性。 - 增加使用场景和输入示例,更快帮助用户理解与上手。 - 列出所有支持的哲学家类型和对话风格,便于个性化选择与体验。 - 保留并优化参数说明、执行流程与发言规则,信息更清晰易查找。 - 丰富典型用例与快速开始指引,降低学习门槛。 - 整体结构层次更清晰,便于快速检索与操作。
元数据
Slug philosophy-dialogue
版本 4.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 27
常见问题

Philosophy Dialogue 是什么?

思想碰撞的火花,在这里点燃!243 位思想巨人跨越时空对话,6 种对话模式(含雄辩天下杯赛制)。 243 intellectual giants dialogue across time. 6 modes including cup tournament. 触发词:哲学对话、哲学辩论、双人论战、雄辩天下、phil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。

如何安装 Philosophy Dialogue?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install philosophy-dialogue」即可一键安装,无需额外配置。

Philosophy Dialogue 是免费的吗?

是的,Philosophy Dialogue 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Philosophy Dialogue 支持哪些平台?

Philosophy Dialogue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Philosophy Dialogue?

由 Wings229(@wings229)开发并维护,当前版本 v4.3.0。

💬 留言讨论