← 返回 Skills 市场
lcy360

VBrokers Trading

作者 lcy360 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
334
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vbrokers-trading
功能描述
VBrokers (华盛通 VCL HK) trading automation via OpenAPI Gateway running on localhost port 11111. Use when: setting up VBrokers or 华盛通 account access, authentica...
安全使用建议
This skill appears to implement exactly what it claims: a local OpenAPI Gateway client for VBrokers trading. Before installing or running it, do the following: (1) Verify the local Gateway (华盛通OpenAPIGateway.app) you will connect to is the official application and actually running on 127.0.0.1:11111. (2) Inspect the bundled scripts (vbrokers_client.py) yourself — it contains a hardcoded AES key used to encrypt your trading password; confirm this matches vendor documentation or replace it with a secure/configurable key if appropriate. (3) Never hand your real account credentials to untrusted code — test with a demo/small order first. (4) Ensure pycryptodome is installed from a trusted source. The skill does not exfiltrate data to remote hosts, but because it can place/cancel real orders, treat it as high-impact: validate behavior in a safe environment before granting it access to live money.
功能分析
Type: OpenClaw Skill Name: vbrokers-trading Version: 1.0.0 The skill bundle provides automated trading capabilities for VBrokers via a local gateway, which is a high-risk activity. It contains security vulnerabilities in `scripts/vbrokers_client.py`, including a hardcoded AES key (`AES_KEY_B64`) and the use of the weak AES-ECB encryption mode for trading passwords. While these flaws pose a risk of credential compromise if the key is not a generic API requirement, there is no evidence of intentional malicious behavior, backdoors, or data exfiltration to external endpoints.
能力评估
Purpose & Capability
Name/description match the included Python client and API reference. The code exclusively targets the local OpenAPI Gateway (http://127.0.0.1:11111) and implements trading, quotes, K-lines, and helper logic described in the SKILL.md. No unrelated cloud services, binaries, or secrets are requested.
Instruction Scope
SKILL.md stays on-topic: it tells you to run the local Gateway app, install pycryptodome, copy/import the provided vbrokers_client.py, and call functions like trade_login, get_account_funds, place_order, etc. The instructions do not direct the agent to read arbitrary files, other env vars, or to transmit data to endpoints other than the specified localhost gateway.
Install Mechanism
There is no install spec (instruction-only with bundled client code). The only runtime dependency mentioned is pycryptodome (pip), which is appropriate for AES operations. No remote downloads or archive extracts are performed by the skill itself.
Credentials
The skill does not request environment variables or external credentials. It asks callers to pass their trading password to trade_login at runtime. The client contains a hardcoded base64 AES key (AES_KEY_B64) used to encrypt the password before sending it to the local gateway — this is plausible if the provider supplies a fixed key, but it is a transparency detail you should verify (see guidance).
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent agent presence or modify other skills' configurations. The client only communicates with the local Gateway and does not persist credentials itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vbrokers-trading
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vbrokers-trading 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
VBrokers (华盛通 VCL HK) OpenAPI trading automation. Real-time quotes, order management, stop-loss/take-profit, session-aware price polling for US/HK/A stocks.
元数据
Slug vbrokers-trading
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

VBrokers Trading 是什么?

VBrokers (华盛通 VCL HK) trading automation via OpenAPI Gateway running on localhost port 11111. Use when: setting up VBrokers or 华盛通 account access, authentica... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。

如何安装 VBrokers Trading?

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

VBrokers Trading 是免费的吗?

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

VBrokers Trading 支持哪些平台?

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

谁开发了 VBrokers Trading?

由 lcy360(@lcy360)开发并维护,当前版本 v1.0.0。

💬 留言讨论