← 返回 Skills 市场
jimmyclanker

Roundtable Adaptive

作者 JimmyClanker · GitHub ↗ · v2.9.1
cross-platform ⚠ suspicious
763
总下载
0
收藏
1
当前安装
14
版本数
在 OpenClaw 中安装
/install roundtable-adaptive
功能描述
Adaptive multi-model AI roundtable. Runs up to 4 AI models (configurable) in 2 debate rounds with cross-critique and formal consensus scoring. Requires a con...
安全使用建议
This skill appears to do what it says, but check these before installing: 1) The skill requires an Anthropic API key for the Claude panel — only provide it if you trust the skill and understand provider billing. 2) Full multi-model operation is optional: OpenAI and Blockrun integrations are supported but require extra credentials/config (OPENAI_API_KEY, BLOCKRUN_PROXY_URL) and, for Blockrun, installing a plugin and funding a wallet — expect small per-run costs if you enable them. 3) The skill will post to Discord channels/threads and needs permission to list/create threads and post messages; set the output channel intentionally (ROUNDTABLE_OUTPUT_CHANNEL/panels.json). 4) Results and logs are written to your workspace memory directory ({workspace}/memory/roundtables or ~/clawd/memory/roundtables) — if you need to prevent local persistence, do not enable the skill or modify the paths. 5) The package source/homepage is missing and the registry lists an owner ID but no homepage — if provenance matters, ask the publisher for a source repo or audit the files. 6) If you won't use Blockrun/OpenAI features, you can run in Claude-only degraded mode; otherwise, verify you trust any third-party proxies (Blockrun) before pointing local services at them. If you want greater assurance, request the source repo or a signed release and check the exact message/action APIs the agent will call in your environment.
功能分析
Type: OpenClaw Skill Name: roundtable-adaptive Version: 2.9.1 The skill is classified as suspicious due to critical prompt injection vulnerabilities. The user's input `[PROMPT]` is directly inserted into multiple AI prompt templates (`prompts/meta-panel.md`, `prompts/round1.md`, `prompts/round2-cross-critique.md`, `prompts/round3-validation.md`) without apparent sanitization. This allows a malicious user to inject arbitrary instructions into the AI models, potentially leading to unauthorized actions, data exfiltration (e.g., API keys via `env()` or `message()` actions), or remote code execution if the agent has access to shell commands. Additionally, the `[CURRENT_CONTEXT]` derived from `web_search(query = prompt)` also presents a potential vector for injecting malicious instructions via manipulated search results.
能力评估
Purpose & Capability
The declared requirement (ANTHROPIC_API_KEY and providers.anthropic) fits the primary purpose (Claude-based roundtables). The skill is instruction-only and orchestrates multiple models (optional OpenAI/Blockrun slots) which matches the description and panel configs. The disk writes (workspace memory/roundtables) and Discord messaging are expected for an orchestration/orchestration+UI skill.
Instruction Scope
SKILL.md instructs the agent to perform web searches, list/create Discord threads (message actions), spawn persistent session agents, run cross-critique rounds, and save outputs to local workspace memory. Those actions are within the skill's stated purpose, but they do involve network calls (web search, model providers) and writing structured files to disk. Also: it refers to an output channel variable (ROUNDTABLE_OUTPUT_CHANNEL) and automatic channel auto-trigger behavior — users should confirm these posting behaviors and needed messaging permissions.
Install Mechanism
There is no install spec; the skill is instruction-only (lowest install risk). It does recommend optionally installing a Blockrun OpenClaw plugin and running a local Blockrun gateway (and funding a wallet) for additional providers; that advice is external to the skill and not automatically executed by it.
Credentials
The registry only requires ANTHROPIC_API_KEY and providers.anthropic config, which is proportionate. However the SKILL.md and panels.json reference optional items not declared as required env vars/config in the registry: OPENAI_API_KEY, BLOCKRUN_PROXY_URL (default http://localhost:8402), and a ROUNDTABLE_OUTPUT_CHANNEL config. Those are optional but referenced frequently; users should be aware additional credentials/configs will be needed for the full experience and that Blockrun usage may require local proxy access and on-chain wallet funding.
Persistence & Privilege
always:false (normal). The skill's runtime spawns persistent panel sessions in Discord threads (expected for multi-round interaction), but it does not request always-enabled privilege or claim to modify other skills' configs. It writes its own results/state to a workspace memory directory (normal for this type of skill).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install roundtable-adaptive
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /roundtable-adaptive 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.9.1
Trust/consistency patch: aligned runtime requirements with optional providers, clarified persistent-vs-one-shot agent behavior, reduced scanner ambiguity
v2.8.1
Quick patch: Priority A dedup and quick-mode hardening
v2.9.0
Priority A: root-channel auto-trigger, dedup thread reuse, quick-mode validation, scorecard logging updates
v2.8.0
Fixed requiredEnv format (string array, not objects — was rendering as [object Object]). Replaced hardcoded ~/clawd/memory paths with {workspace}/memory placeholder.
v2.7.0
Fixed registry visibility gap: switched metadata key from openclaw to clawdis, added explicit requires.env (ANTHROPIC_API_KEY required, OPENAI_API_KEY and BLOCKRUN_PROXY_URL optional) and requires.config (providers.anthropic, providers.openai-codex, providers.blockrun). Added config.requiredEnv entries with required/optional flags and full descriptions. Changed all session spawns to mode=run (one-shot, no persistent agents). Registry now surfaces correct credential requirements.
v2.6.0
Complete rewrite of operational instructions. Removed all hardcoded IDs, service URLs, and platform-specific assumptions. Skill now describes behavior declaratively; all runtime choices (model, channel, output path) are configurable by the user. Blockrun optional.
v2.5.0
Addressed reviewer flags: removed hardcoded Discord channel ID (now configurable), removed mandatory blockrun/sonnet orchestrator (uses your default model), all panel agents declared as one-shot mode=run (no persistent background activity), Blockrun fully optional, setup docs expanded.
v2.4.0
Fixed mismatches: GPT-5.2 → GPT-5.3 Codex throughout. Removed curl|bash install guidance — replaced with safe openclaw plugins install command. All model references now consistent with panels.json.
v2.3.0
Explicit requirement declarations: Blockrun proxy, filesystem write scope, provider dependencies. Added full Setup section. Degraded mode documented.
v2.2.0
v2.2: thread-bound architecture — each roundtable spawns 4 persistent agents in a dedicated thread (mode=session, thread=true); Round 2 via sessions_send reusing existing sessions; synthesis also thread-bound for follow-up Q&A
v2.1.3
v2.1: adaptive meta-panel workflow design, web-search grounding, self-authored digests, consensus scoring, Round 3 validation, neutral synthesis, blockrun premium panel, fail-continue, budget profile, full English, parametric config
v2.1.2
test visibility
v2.1.1
v2.1.1: all Italian text translated to English, removed agent-specific references, parametric channel config
v2.1.0
v2.1: meta-panel workflow design (4 premium models), web-search grounding, self-authored digests, consensus scoring 1-5, Round 3 validation, neutral synthesis model, blockrun premium panel, fail-continue, budget profile, score parsing resilience, placeholder contract, full README + examples
元数据
Slug roundtable-adaptive
版本 2.9.1
许可证
累计安装 1
当前安装数 1
历史版本数 14
常见问题

Roundtable Adaptive 是什么?

Adaptive multi-model AI roundtable. Runs up to 4 AI models (configurable) in 2 debate rounds with cross-critique and formal consensus scoring. Requires a con... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 763 次。

如何安装 Roundtable Adaptive?

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

Roundtable Adaptive 是免费的吗?

是的,Roundtable Adaptive 完全免费(开源免费),可自由下载、安装和使用。

Roundtable Adaptive 支持哪些平台?

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

谁开发了 Roundtable Adaptive?

由 JimmyClanker(@jimmyclanker)开发并维护,当前版本 v2.9.1。

💬 留言讨论