← 返回 Skills 市场
1696
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install molt-trader-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/molt-trader-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1696 次。
如何安装 Molt Trader Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install molt-trader-skill」即可一键安装,无需额外配置。
Molt Trader Skill 是免费的吗?
是的,Molt Trader Skill 完全免费(开源免费),可自由下载、安装和使用。
Molt Trader Skill 支持哪些平台?
Molt Trader Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Molt Trader Skill?
由 801C07(@801c07)开发并维护,当前版本 v1.0.1。
推荐 Skills