← Back to Skills Marketplace
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install roundtable-forum
Description
主持人引导多位思想代表就复杂议题展开结构化深度对话,生成ASCII思考框架和知识网络助力决策与学习。
Usage Guidance
This skill appears to implement a conversational 'roundtable' in a single Python file, but its documentation claims many additional modules, dependencies, templates, and cron setup that are not present. That mismatch is a red flag for sloppy packaging or an incomplete upload — not necessarily malicious, but you should not run it blindly. Before installing or running: 1) Request the missing files or a published homepage/author contact to verify integrity. 2) Inspect the remainder of core_engine.py (the provided snippet is truncated) to confirm it does not perform network calls, write unexpected files, or execute shell commands. 3) Run the code in an isolated environment (container or VM) and with non-privileged user to observe behavior (look for writes to output/, attempts to create cron jobs, or outbound network connections). 4) If you need the advertised features (rich/ascii-art, templates, cron), ask the maintainer for a complete release or prefer a package that includes a clear install script. The lack of required credentials is good, but the documentation–code inconsistencies merit caution.
Capability Assessment
Purpose & Capability
The stated purpose (running a hosted roundtable/dialog engine) is consistent with the included core_engine.py, but the SKILL.md/README claim multiple separate modules (moderator.py, representative.py, ascii_chart.py, command_parser.py), templates/, output/ and external dependencies (rich, ascii-art, pydantic). The package contains only core_engine.py, README.md, and SKILL.md. Declared dependencies and module structure are disproportionate to the actual files provided.
Instruction Scope
Instructions reference cron scheduling, an entrypoint at skills/roundtable-forum/main.py, automatic generation of new人物 personas/MBTI, and writing knowledge-network files to output/, but the repository manifest lacks those files and there is no install step to configure cron. The SKILL.md also promises dynamic representative generation and high accuracy targets that are not clearly implemented in the single core_engine.py file. These mismatches broaden the agent's discretion and hide implementation details.
Install Mechanism
There is no install spec and no external download step. That lowers risk because nothing is automatically downloaded or written during installation. The skill appears instruction-only plus one local Python file.
Credentials
The skill requests no environment variables, no credentials, and no config paths. There is no apparent reason for secrets or system-wide credentials based on the described functionality.
Persistence & Privilege
always is false and there is no install script that claims to modify system or other skills. The SKILL.md references cron reminders, but no mechanism is provided to install cron jobs — so no elevated persistence is present in the bundle as given.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install roundtable-forum - After installation, invoke the skill by name or use
/roundtable-forum - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
roundtable-forum v1.0.0
- 首次发布,推出结构化深度对话框架“圆桌论坛”
- 支持主持人引导、多思想代表即时参与
- 实现用户可控的多轮对话流程及代表人物动态邀请
- 自动生成 ASCII 争议图表和结构化知识网络
- 提供多场景适用模板及使用命令
- 每天可定时自动启动论坛讨论
Metadata
Frequently Asked Questions
What is roundtable-forum?
主持人引导多位思想代表就复杂议题展开结构化深度对话,生成ASCII思考框架和知识网络助力决策与学习。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install roundtable-forum?
Run "/install roundtable-forum" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is roundtable-forum free?
Yes, roundtable-forum is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does roundtable-forum support?
roundtable-forum is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created roundtable-forum?
It is built and maintained by 张志旭 (@zhangzhixu); the current version is v1.0.0.
More Skills