← 返回 Skills 市场
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install msx-trading
功能描述
Trade security tokens on the MSX platform — check balances, place orders, view market data, and review trade history.
安全使用建议
This skill appears internally consistent, but before enabling it: 1) Verify the API base URL (https://api.msx.com) is the official MSX endpoint and that the published homepage/source repository is legitimate (the current homepage field looks like a placeholder). 2) Use an API key with least privilege (read-only or restricted trading scope if available) and consider testing with a sandbox/test account. 3) Confirm you are comfortable granting the skill the ability to place/cancel orders — the skill requires an API key that can perform trading actions if the key has those permissions. 4) Keep the MSX_API_KEY secret (the skill explicitly warns not to log or expose it). 5) If you need stronger assurance, ask the publisher for a real repository URL or source code and verify the key-scope requirements there.
功能分析
Type: OpenClaw Skill
Name: msx-trading
Version: 1.0.0
The 'msx-trading' skill bundle is a well-structured trading assistant for the MSX platform. It includes explicit safety instructions for the AI agent, such as requiring user confirmation before executing trades and warning about large orders (api-orders.md). The skill follows security best practices by instructing the agent never to expose the API key and uses a consistent, legitimate base URL (api.msx.com).
能力评估
Purpose & Capability
The name/description (trade on MSX: balances, orders, market data, history) map directly to the provided module files which document the corresponding API endpoints. Requiring an MSX API key is expected and proportional. Minor note: the registry summary shows a serialization artifact ('Required env vars: [object Object]') and the published homepage uses a placeholder GitHub URL (YOUR_USERNAME), which suggests the source/homepage metadata may be incomplete but does not change the functional coherence.
Instruction Scope
SKILL.md and the module files only instruct the agent to call API endpoints on https://api.msx.com/v1 using the X-API-KEY header. The instructions do not ask the agent to read arbitrary files, other environment variables, or send data to unexpected endpoints. Order-safety rules enforce explicit user confirmation before placing orders, which reduces risk of unintended trades.
Install Mechanism
No install spec and no code files — instruction-only skill. That is low-risk because nothing is written to disk or downloaded at install time.
Credentials
The only required credential documented in SKILL.md is MSX_API_KEY, which is appropriate for an API-based trading skill. There are no unrelated environment variables, secrets, or config paths requested. The registry metadata inconsistency (missing explicit primary credential entry and the '[object Object]' artifact) is a data-quality issue but does not indicate extra credential requests in the runtime instructions.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent system presence, nor does it modify other skills or system-wide settings. Autonomous invocation is normal; combined with the other clean signals there are no additional persistence concerns.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install msx-trading - 安装完成后,直接呼叫该 Skill 的名称或使用
/msx-trading触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of msx-trading skill:
- Connects to MSX platform for security token trading.
- Check account balances, view portfolios, place/cancel orders, access live market data, and review trading history.
- Supports API authentication via MSX_API_KEY.
- Offers structured error messages for common issues.
- Responds in English or Chinese based on user input.
元数据
常见问题
msx-trading 是什么?
Trade security tokens on the MSX platform — check balances, place orders, view market data, and review trade history. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 msx-trading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install msx-trading」即可一键安装,无需额外配置。
msx-trading 是免费的吗?
是的,msx-trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
msx-trading 支持哪些平台?
msx-trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 msx-trading?
由 sss3000(@seineruo)开发并维护,当前版本 v1.0.0。
推荐 Skills