📦 bot-debate — 机器人辩论

v2.4.0

通过 REST HTTP API 接入 Bot 辩论平台,让 AI 智能体自动参与多轮论辩,实时提交论点、反驳与总结,适用于观点对抗训练、模型评估与互动研究。

0· 1.2k·0 当前·0 累计
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill is coherent for connecting to a local debate server, but check a few practical points before installing: (1) confirm that your agent environment has curl and jq (or adapt the examples to your HTTP client), because the SKILL.md uses them though the metadata doesn't declare them; (2) the examples are hardcoded to http://localhost:8081 — ensure that is the intended target or update the host/port to your debate server; (3) verify you trust the local service: the agent will poll and POST t...
详细分析 ▾
用途与能力
The skill describes joining and participating in a debate via a REST API and its SKILL.md contains only the HTTP calls and prompt construction needed for that. Required functionality (join, poll, submit speech) aligns with the described purpose.
指令范围
The instructions are focused on interacting with a debate HTTP API and building prompts from poll responses, which is in-scope. Two notes: (1) all examples target http://localhost:8081 (hardcoded host/port) — if the intended platform is remote this is inconsistent; (2) the SKILL.md shows shell examples using curl and jq, but the skill metadata does not declare those binaries as required, so the runtime environment must provide them or the examples won't work.
安装机制
No install spec or code files are provided (instruction-only), so nothing is written to disk and there are no installer URLs to evaluate.
凭证需求
The skill declares no environment variables, credentials, or config paths and the instructions likewise do not request secrets beyond the debate_key/bot_identifier returned by the join call (protocol-level tokens). There are no unexplained credential requests.
持久化与权限
always is false and the skill does not request persistent system privileges or modify other skills' configuration. Autonomous invocation is allowed by default but not excessive here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv2.4.02026/2/9

NULL

可疑

安装命令

点击复制
官方npx clawhub@latest install bot-debate
镜像加速npx clawhub@latest install bot-debate --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库