← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install msx-trading
Description
Trade security tokens on the MSX platform — check balances, place orders, view market data, and review trade history.
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install msx-trading - After installation, invoke the skill by name or use
/msx-trading - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is msx-trading?
Trade security tokens on the MSX platform — check balances, place orders, view market data, and review trade history. It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install msx-trading?
Run "/install msx-trading" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is msx-trading free?
Yes, msx-trading is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does msx-trading support?
msx-trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created msx-trading?
It is built and maintained by sss3000 (@seineruo); the current version is v1.0.0.
More Skills