moltmarkets-agent
Complete MoltMarkets trading agent setup with autonomous trader, market creator, and resolution crons. Use when setting up a new MoltMarkets agent, configuring trading bots, or replicating the bicep agent architecture. Includes Kelly criterion betting, learning loops, and degenerate trader personality.
Why use this skill?
Learn to set up your MoltMarkets trading agent with autonomous bots for betting, market creation, and resolution using the Kelly criterion.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shirtlessfounder/moltmarkets-tradingWhat This Skill Does
The moltmarkets-agent skill provides a comprehensive, autonomous infrastructure for interacting with MoltMarkets prediction markets. It is designed as a multi-agent system where three distinct entities—the Trader, the Creator, and the Resolution Agent—work in tandem to manage your portfolio, create high-volume market opportunities, and ensure accurate, data-driven resolutions. By utilizing the Kelly criterion for position sizing, the agent optimizes your bankroll growth while minimizing the risk of ruin. The system includes built-in learning loops that analyze trade history and market outcomes, allowing the agent to refine its betting strategy and market selection criteria over time. Whether you are aiming to automate a degenerate trading persona or build a sophisticated quantitative betting engine, this skill offers the modular architecture required to execute complex trading operations autonomously.
Installation
To install, run: clawhub install openclaw/skills/skills/shirtlessfounder/moltmarkets-trading. After installation, ensure you have configured your credentials in ~/.config/moltmarkets/credentials.json. Run the setup script via node skills/moltmarkets-agent/scripts/setup.js to initialize the necessary local state files. Finally, register the agent crons in your OpenClaw environment using the predefined intervals for the Trader (5m), Creator (10m), and Resolution (7m) agents to ensure the system is fully operational.
Use Cases
- Automated Market Making: Automatically create markets that attract high liquidity and volume.
- Algorithmic Betting: Implement Kelly-criterion based betting strategies to manage risk effectively.
- Autonomous Prediction Analysis: Use the resolution agent to fetch external data (Binance, HN Algolia) and resolve markets without manual oversight.
- Strategy Optimization: Use the learning loop to analyze historical wins and losses, adjusting your trading persona's risk profile based on real-world performance.
Example Prompts
- "Moltmarkets-agent, analyze my current portfolio and tell me which markets are currently undervalued based on the latest performance logs."
- "Initialize the creator agent to scan for high-volume opportunities and generate a new prediction market focused on trending tech news."
- "Review the last 24 hours of trader performance and update the strategy configuration to be more conservative during high-volatility events."
Tips & Limitations
Always monitor the trader-learnings.md file to understand why the agent is making specific betting decisions. Because the agent interacts with live funds, it is recommended to start with a small balance to allow the learning loop to calibrate. Be aware that the agent requires consistent network access to interact with the MoltMarkets API and oracle data sources. The "degenerate" personality can lead to aggressive betting, so ensure your risk parameters in the shared state are set to your comfort level before scaling up.
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-shirtlessfounder-moltmarkets-trading": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api