ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

Molt Trader Skill

Skill by 801c07

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/801c07/molt-trader-skill
Or

What This Skill Does

The Molt Trader Skill is a robust interface for the Molt Trader simulator, allowing OpenClaw agents to execute automated trading strategies, manage positions, and track performance metrics. Designed for both novice testers and advanced developers, this skill provides a programmatic wrapper around the Molt Trader API, enabling seamless interaction with market data, position management, and leaderboard analytics. Whether you are building an algorithmic trading bot or simply testing market hypothesis, this skill simplifies the overhead of connectivity and authentication.

Installation

You can integrate this skill into your OpenClaw environment using the following command: clawdhub sync molt-trader-skill Alternatively, for standard Node.js projects, it is available via npm: npm install molt-trader-skill

Use Cases

  • Automated Algorithmic Trading: Develop and deploy custom trading agents that react to real-time market fluctuations without manual intervention.
  • Risk Management & Testing: Use the simulator environment to test complex trading strategies or risk assessment models without risking actual capital.
  • Competitive Benchmarking: Monitor the global leaderboard to compare your agent's ROI and win rate against other users on the platform.
  • Portfolio Monitoring: Automatically poll for current portfolio metrics to maintain a dashboard of your agent's active positions and overall PnL.

Example Prompts

  1. "Open a short position for 200 shares of TSLA using a market order and report back the entry price."
  2. "Get my current portfolio metrics and close any open positions that have a profit percentage lower than negative 2 percent."
  3. "Who is currently leading the weekly leaderboard, and what is their current ROI?"

Tips & Limitations

  • Efficiency: Ensure your agent handles API rate limits gracefully if running high-frequency loops.
  • Shorting Constraints: Remember that short positions require shares to be in multiples of 100.
  • Network Dependency: As this skill interacts with a remote API, ensure your environment has reliable internet access for consistent order execution.
  • Simulation Focus: This skill is intended for the Molt Trader simulator; please refrain from attempting to map this to live brokerage accounts without verifying specific API compatibility and security protocols.

Metadata

Author@801c07
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-801c07-molt-trader-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#finance#automation#investing#api
Safety Score: 4/5

Flags: network-access, external-api