← Back to Skills Marketplace
1696
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install molt-trader-skill
Description
Simulate stock trading with long/short positions, manage portfolio, track performance, and compete on Molt Trader's leaderboard in a realistic market environ...
Usage Guidance
What to consider before installing:
- Metadata mismatch: SKILL.md and the code require an API key (MOLT_TRADER_API_KEY) and optionally a base URL, but the skill's registry metadata does not declare any required environment variables or a primary credential. Treat the skill as requiring a secret and confirm the manifest is updated before trusting it.
- Unknown origin: There is no homepage or repository link and the owner ID is not recognizable. Prefer packages with a verifiable source (GitHub repo, official domain) and a visible maintainer history.
- Verify the API endpoint: The default baseUrl is https://api.moltrader.ai. Confirm that this is the official Molt Trader service and that you are comfortable sending your API key to that endpoint. If you run a local dev server, use that URL instead when testing.
- Inspect dependencies and package contents: package.json includes @trpc/server which is uncommon for a client SDK. If you plan to install the npm package, review the published package contents on the registry (and optionally audit package-lock) to ensure nothing unexpected is published.
- Least privilege: Only provide the API key needed for the simulator account you intend to use (create a limited/test account if possible). Do not reuse high-privilege credentials (e.g., production trading accounts) until you have validated the package and service.
- Additional checks: Ask the publisher for a source repository or signed release, verify the package's npm publisher identity, and consider running the examples against a local dev server first. If you cannot verify the origin and the metadata remains inconsistent, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: molt-trader-skill
Version: 1.0.1
The OpenClaw skill bundle provides an SDK for interacting with the Molt Trader simulator. It securely handles API keys by reading them from environment variables (`MOLT_TRADER_API_KEY`) and sends them to the specified `https://api.moltrader.ai` endpoint, which is standard for API clients. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files contain only descriptive and instructional content for human developers, with no prompt injection attempts against an AI agent.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement a trading SDK (open/close positions, leaderboard, locates) which is coherent with the implied purpose. However the registry metadata claims no required environment variables or primary credential while SKILL.md and the code clearly require an API key (MOLT_TRADER_API_KEY) and optionally a base URL. Also package.json includes @trpc/server (server-side dependency) which is unusual for a client SDK and may be unnecessary.
Instruction Scope
SKILL.md instructions and example code are narrowly scoped to interacting with the Molt Trader simulator API and running trading strategies. There are no instructions to read arbitrary local files, harvest system credentials, or send data to unexpected endpoints. Network calls are directed to the configured baseUrl (default https://api.moltrader.ai).
Install Mechanism
There is no install spec in the skill bundle (instruction-only for the platform), but the package includes normal npm package files (package.json, package-lock.json, source). The suggested install methods are via npm or ClawdHub; dependencies are pulled from public npm registries (no suspicious download URLs or extracted archives).
Credentials
The runtime expects an API key and base URL (MOLT_TRADER_API_KEY, MOLT_TRADER_BASE_URL) per SKILL.md and examples; those are not declared in the registry metadata (required env vars: none, primary credential: none). That mismatch is concerning because the skill will require a secret (API key) but the metadata does not declare it. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent 'always' inclusion (always: false) and does not attempt to modify other skills or system-wide settings. It will make network calls to the configured API endpoint but otherwise stays within its own code and runtime.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install molt-trader-skill - After installation, invoke the skill by name or use
/molt-trader-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix TypeScript error in client.ts
v1.0.0
Initial release of Molt Trader Skill.
- Trade stocks on the Molt Trader simulator with automated strategies.
- Open/close positions, request locates for shorting, and track leaderboard rankings via TypeScript API.
- Includes portfolio metrics, robust error handling, and multiple example trading strategies.
- Easy installation via npm or Clawdhub; supports configuration through environment variables.
- Detailed documentation covering API usage, trading rules, and tips for competing.
Metadata
Frequently Asked Questions
What is Molt Trader Skill?
Simulate stock trading with long/short positions, manage portfolio, track performance, and compete on Molt Trader's leaderboard in a realistic market environ... It is an AI Agent Skill for Claude Code / OpenClaw, with 1696 downloads so far.
How do I install Molt Trader Skill?
Run "/install molt-trader-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Molt Trader Skill free?
Yes, Molt Trader Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Molt Trader Skill support?
Molt Trader Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Molt Trader Skill?
It is built and maintained by 801C07 (@801c07); the current version is v1.0.1.
More Skills