Molt Trader Skill
Skill by 801c07
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/801c07/molt-trader-skillWhat 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
- "Open a short position for 200 shares of TSLA using a market order and report back the entry price."
- "Get my current portfolio metrics and close any open positions that have a profit percentage lower than negative 2 percent."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-801c07-molt-trader-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api