← Back to Skills Marketplace
Simul8or Trader
by
day-trading-simulator
· GitHub ↗
· v1.0.3
3510
Downloads
11
Stars
8
Active Installs
4
Versions
Install in OpenClaw
/install simul8or-trader
Description
Autonomous AI trading agent for Simul8or, a live market simulator.
Usage Guidance
This skill's SKILL.md and the registry data don't line up. Before installing or enabling it: 1) Do not blindly run 'npm install -g simul8or-trader' — inspect the npm package source (or avoid global install) to confirm what code would run. 2) Expect to provide a SIMUL8OR_API_KEY despite the metadata saying none; treat that key as sensitive and consider creating a limited/sandbox key. 3) Back up ~/.openclaw/openclaw.json and restrict its file permissions; consider whether you want credentials stored in that file. 4) Because the instructions start background services (PM2 + cron), prefer testing in an isolated VM or container so any unintended behavior is contained. 5) Verify the simul8or.com endpoints and that the registration flow is legitimate. If you cannot review the npm package code or are uncomfortable with persistent background services and storing an API key in your OpenClaw config, do not install or enable this skill.
Capability Analysis
Type: OpenClaw Skill
Name: simul8or-trader
Version: 1.0.3
The skill's instructions and commands are fully aligned with its stated purpose as an autonomous AI trading agent for a market simulator. It uses standard tools like `npm`, `pm2`, and `curl` to interact with the legitimate `simul8or.com` domain for registration and trading. File system operations are limited to specific local files (`~/market-state.json`, `~/price-history.jsonl`, `~/commands.json`) for state management, and persistence mechanisms (`pm2 startup`, `openclaw cron add`) are explicitly part of the setup for an autonomous agent. There is no evidence of data exfiltration, malicious execution, or prompt injection attempts to subvert the agent's behavior beyond its stated goal, as observed in `SKILL.md`.
Capability Assessment
Purpose & Capability
The name/description (autonomous trading for Simul8or) matches the instructions' intent, but the declared registry metadata lists no required env vars or installs while SKILL.md instructs adding a SIMUL8OR_API_KEY to ~/.openclaw/openclaw.json and installing an npm package (simul8or-trader). The metadata and declared requirements are inconsistent with what's needed to actually operate.
Instruction Scope
The SKILL.md directs the agent to install and run a global npm package and PM2, create cron jobs, modify ~/.openclaw/openclaw.json, read/write local files (~/market-state.json, ~/price-history.jsonl, ~/commands.json), and make network calls to simul8or.com. Writing keys into the OpenClaw config and persistent background execution expand the skill's scope beyond a simple instruction-only helper.
Install Mechanism
There is no declared install spec in the registry, but the instructions tell the user to run 'npm install -g simul8or-trader' and install pm2 globally. Pulling and running an unvetted global npm package (and starting it with PM2) is higher risk; the package and its code were not included for review.
Credentials
Although registry metadata lists no required environment variables, SKILL.md expects SIMUL8OR_API_KEY and shows placing it into ~/.openclaw/openclaw.json. That is a sensitive credential that is not declared up-front. Storing an API key in a shared config file may expose it to other skills/agents if file permissions or system access are not restricted.
Persistence & Privilege
The instructions explicitly tell the user to run the agent under PM2, save a PM2 startup, and add an OpenClaw cron job, which creates a persistent background service. While always:false in metadata, the skill still requests persistent execution and configuration changes, increasing its runtime blast radius.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install simul8or-trader - After installation, invoke the skill by name or use
/simul8or-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Expanded and clarified the setup instructions, including manual and cron job steps.
- Added instructions for acquiring and configuring the API key.
- Introduced a new section encouraging users to share their trading performance profile.
- Improved formatting for easier reading and clearer command usage.
- Minor documentation updates and corrections for accuracy.
v1.0.2
- Updated leaderboard link to point to https://simul8or.com/OpenClawTrading.php in the documentation.
- No functional or API changes; documentation only.
v1.0.1
- Updated setup instructions with a simplified npm-based setup and link to a full guide.
- Added links section for easy access to the simulator, leaderboard, and documentation.
- Minor wording improvements and clarification in the description and setup section.
- Removed outdated registration/API key steps to streamline onboarding.
v1.0.0
simul8or-trader 1.0.0 – Initial release
- Launches an autonomous trading agent for Simul8or, a live market simulator with real-time market prices.
- Enables both long and short trading, with a focus on maximizing percentage returns per trade.
- Introduces strict rules for interacting with market data and logging trade price history.
- Provides API usage instructions for registering, trading, and checking positions.
- Includes commands for managing watchlists and accessing relevant market resources.
- Emphasizes thorough documentation for agent setup, operation, and compliance.
Metadata
Frequently Asked Questions
What is Simul8or Trader?
Autonomous AI trading agent for Simul8or, a live market simulator. It is an AI Agent Skill for Claude Code / OpenClaw, with 3510 downloads so far.
How do I install Simul8or Trader?
Run "/install simul8or-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Simul8or Trader free?
Yes, Simul8or Trader is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Simul8or Trader support?
Simul8or Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Simul8or Trader?
It is built and maintained by day-trading-simulator (@day-trading-simulator); the current version is v1.0.3.
More Skills