← 返回 Skills 市场
Multi-Agent Trading Debate
作者
w491623834-oss
· GitHub ↗
· v1.0.1
· MIT-0
112
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install multi-agent-trading-debate
功能描述
Multi-agent trading debate framework for collective market decision-making. Use when a trading signal is detected or a position decision is needed. Triggers...
安全使用建议
This package looks like a draft integration for team debate and trading coordination, but there are important inconsistencies you should resolve before using it with real funds or credentials:
- Clarify Feishu integration: ask the author how Feishu messages and execution commands are actually sent. If the skill will post to Feishu or call an execution API, it must declare the required credentials (app id/secret or bot token) and show the code that uses them.
- Do not provide any API keys or exchange credentials until you confirm who runs the network calls and whether human approval is required for execution. The SKILL.md implies order execution via an @trading-execution handle; confirm whether that is manual or automated.
- Fix file/path mismatches: SKILL.md references regime/detector.py and risk/position_sizer.py but the package has scripts/regime_detector.py and scripts/position_sizer.py. Ensure the runtime instructions point to the actual code you reviewed.
- Review hardcoded identifiers: the Feishu group ID is embedded in references/feishu_format.md. Confirm that ID belongs to your organization and that posting to it is acceptable.
- Dependency behavior: the regime detector falls back to a simulated mode if numpy is unavailable; decide whether simulation is acceptable or whether numpy should be installed in a controlled environment.
- Run the included scripts in a sandbox (no network, test data) to verify they only perform local computations and to confirm there are no hidden network calls. If you plan to enable real messaging/execution, require explicit opt-in and least-privilege credentials, and add logging/auditing and manual approval steps.
Given these gaps, treat the skill as untrusted until the author provides a clear explanation of how external messaging and order execution are authorized and implemented, and until the packaging/path issues are fixed.
功能分析
Type: OpenClaw Skill
Name: multi-agent-trading-debate
Version: 1.0.1
The skill bundle implements a legitimate multi-agent trading debate framework designed for market analysis and decision-making. The Python scripts (scripts/position_sizer.py and scripts/regime_detector.py) perform standard financial calculations like the Kelly Criterion and ADX indicators without any suspicious system calls, network activity, or data exfiltration. The documentation in SKILL.md and references/feishu_format.md provides clear, task-aligned instructions for coordinating agents via Feishu messaging.
能力评估
Purpose & Capability
The skill's purpose is to run a debate and notify/coordinate via Feishu and produce execution decisions. SKILL.md and references explicitly instruct sending messages to a Feishu group and posting execution commands to agent handles, but the registry metadata lists no required credentials or API tokens (no FEISHU_TOKEN/APP_ID/APP_SECRET). That is inconsistent: sending messages to Feishu normally requires credentials. Also the SKILL.md key-file paths (regime/detector.py, risk/position_sizer.py) do not match the actual file locations (scripts/regime_detector.py, scripts/position_sizer.py), which suggests sloppy packaging or incomplete integration.
Instruction Scope
Runtime instructions ask the agent to: send debate batches to a Feishu trading group, collect analyst responses, synthesize verdicts, execute orders (via @trading-execution), and write prediction logs (data/predictions.jsonl). The instructions do not show how Feishu or execution APIs are authorized, and they reference specific paths and files that don't match the provided scripts. Instructions imply network communication and potential triggering of executions but no code in the package performs API calls — leaving ambiguity about how messages/orders would be sent and who/what has authority to execute them.
Install Mechanism
This is instruction-only with two small Python scripts included; there is no install spec, no external downloads, and nothing is written to disk by an installer. That reduces supply-chain risk. The scripts optionally import numpy but do not automatically install it.
Credentials
The skill declares no required environment variables or primary credential, yet its workflow depends on an external Feishu group ID (hardcoded in references/feishu_format.md) and on sending messages and execution commands. The lack of declared tokens/credentials is disproportionate to the stated capability. Also, the hardcoded Feishu group ID is present in the package (may be sensitive), and the scripts' behavior can change based on availability of numpy (no install specified).
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It writes/reads local prediction and TCA log files per SKILL.md; otherwise it does not modify other skills or global agent settings. Autonomous invocation is allowed by default but not combined here with other high privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-agent-trading-debate - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-agent-trading-debate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 of multi-agent-trading-debate
- No file changes were detected in this release.
- Existing workflow, debate structure, decision triggers, and templates remain unchanged.
- No functional or documentation updates included in this version.
v1.0.0
- Initial release of a multi-agent debate framework for collaborative trading decisions.
- Structured workflow: regime detection, analyst reports, bull/bear arguments, judge verdict, and execution.
- Multiple trigger mechanisms: scheduled windows, significant price moves, news events, and manual requests.
- Clear message templates for debate and verdict communications.
- Includes detailed position sizing and risk control rules based on decision confidence.
- Automatic prediction logging for post-trade review and performance tracking.
元数据
常见问题
Multi-Agent Trading Debate 是什么?
Multi-agent trading debate framework for collective market decision-making. Use when a trading signal is detected or a position decision is needed. Triggers... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Multi-Agent Trading Debate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-agent-trading-debate」即可一键安装,无需额外配置。
Multi-Agent Trading Debate 是免费的吗?
是的,Multi-Agent Trading Debate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multi-Agent Trading Debate 支持哪些平台?
Multi-Agent Trading Debate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi-Agent Trading Debate?
由 w491623834-oss(@w491623834-oss)开发并维护,当前版本 v1.0.1。
推荐 Skills