← 返回 Skills 市场
bowen31337

Weex

作者 bowen31337 · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
1774
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weex-trading-skills
功能描述
WEEX Futures exchange integration. Trade USDT-M perpetual futures with up to 125x leverage on WEEX.
安全使用建议
This skill implements a WEEX futures trading client and legitimately needs your WEEX API key, secret, and passphrase. Before installing or using it: - Verify the source: the skill has no homepage and the owner is unknown. Prefer code from an authoritative repo or the exchange's official SDK. - Correct the metadata mismatch: the manifest/registry should declare required env vars and binaries; ask the publisher to fix that or treat the package as untrusted until fixed. - Use a restricted API key: create an API key with only the minimum permissions (enable trading and read, disable withdrawals), and consider IP whitelisting if WEEX supports it. - Limit funds and test: try on a small test account or with minimal funds first to validate behavior. - Review 'uploadAiLog' usage: the skill documents an endpoint that uploads AI trading logs to WEEX — consider whether you want trade-decision telemetry sent to the exchange. - Run in a sandbox: if you’ll let an agent execute commands autonomously, run the skill in an isolated environment and audit its network calls. If the publisher cannot provide a trustworthy upstream repository or fix the declared metadata, treat this skill with caution.
功能分析
Type: OpenClaw Skill Name: weex-trading-skills Version: 1.1.0 The OpenClaw skill bundle for WEEX Futures trading appears benign. It uses standard tools (`curl`, `jq`, `python3`, `openssl`) to interact with the WEEX API, handling API keys via environment variables. Crucially, both `SKILL.md` and `README.md` include explicit 'Safety Rules' and 'Safety Notes' that instruct the AI agent to always display order details, verify actions, check balances, and obtain user confirmation before executing trades, directly mitigating prompt injection risks and unauthorized actions. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The skill's stated purpose (WEEX futures trading) matches the code and SKILL.md: it implements market data, account, order, and leverage endpoints and a Python CLI client. However the registry metadata claims no required env vars and no required binaries, while SKILL.md and the included scripts clearly require WEEX_API_KEY / WEEX_API_SECRET / WEEX_PASSPHRASE and binaries (curl, jq, python3, openssl). This metadata/code mismatch is unexpected and reduces trust.
Instruction Scope
SKILL.md contains explicit curl examples and shell code to generate HMAC signatures and call the WEEX API; the Python client does the same. The instructions only reference WEEX endpoints and environment variables needed for authentication. The skill includes an 'uploadAiLog' API (documented) that would send AI decision logs to the exchange — this is within the claimed scope but worth noting because it transmits agent decisions to a remote service.
Install Mechanism
No install spec is provided (instruction-only plus a Python script). That is lower-risk than an arbitrary binary download. The included Python client uses the common 'requests' library; no obfuscated installers or external URL downloads were found.
Credentials
The credentials the skill requires (API key, secret, passphrase) are appropriate for trading functionality. The concern is that the registry/manifest metadata provided to the platform lists no required environment variables or binaries while SKILL.md and the script explicitly require them — a mismatch that could hide the real credential/permission needs from an installer or automated gate.
Persistence & Privilege
The skill does not request 'always: true', does not install persistent components, and does not modify other skills or global agent settings. It runs on-demand and uses environment variables for credentials, which is normal for API clients.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weex-trading-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weex-trading-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Version 1.0.1 - Added structured metadata (emoji, category, tags, required binaries, compatibility) for improved agent interoperability. - Expanded and reorganized documentation, clearly separating public market data and authenticated account endpoints. - Added new examples for getting contract details, all tickers, recent trades, candlestick data, open interest, and full funding history. - Documented additional endpoints for account list, single account info, user settings, and isolated margin adjustment. - Clarified compatibility with popular AI agents (Claude, OpenAI, Gemini, LLaMA, Mistral, etc). - Updated description and formatting for clarity and quick reference.
v1.0.0
Initial release of WEEX USDT-margined futures trading integration. - Place market and limit orders, including post-only and advanced order types. - Manage open positions: query, close positions, and change leverage/margin mode. - Check account assets, open orders, and funding rates. - Monitor real-time market data: ticker prices, order books. - Bash shell snippets provide ready-to-use API request examples. - Requires API key, secret, and passphrase for authenticated actions.
元数据
Slug weex-trading-skills
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Weex 是什么?

WEEX Futures exchange integration. Trade USDT-M perpetual futures with up to 125x leverage on WEEX. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1774 次。

如何安装 Weex?

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

Weex 是免费的吗?

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

Weex 支持哪些平台?

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

谁开发了 Weex?

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

💬 留言讨论