prediction-trade-journal
Auto-log trades with context, track outcomes, generate calibration reports to improve trading.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/prediction-trade-journalWhat This Skill Does
The prediction-trade-journal skill provides a robust framework for tracking, analyzing, and improving your performance in prediction markets. By integrating directly with the Simmer Markets API, this agent automates the tedious process of manual trade logging. It captures trade details including market questions, sides taken, share counts, and cost basis. Beyond simple logging, the tool tracks outcomes automatically, allowing you to generate comprehensive reports on your win rate, cumulative P&L, and strategy effectiveness. By enriching your trade history with subjective metadata like your original thesis and confidence levels, the skill helps you perform deep calibration analysis, turning raw trade data into actionable insights to refine your predictive edge over time.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/adlai88/prediction-trade-journal
After installation, ensure your environment is configured correctly by setting your API credentials:
export SIMMER_API_KEY=your_actual_api_key_here
Verify your setup by running the help command or checking the configuration with python tradejournal.py --config.
Use Cases
This skill is perfect for:
- Professional Traders: Maintaining a disciplined ledger for risk management and historical performance reviews.
- Analytical Researchers: Testing whether high-confidence predictions actually outperform random guesses.
- Copy Traders: Evaluating the success rate of mirroring specific whale wallets or strategies by tracking the downstream outcomes of copied trades.
- Portfolio Managers: Reviewing weekly or monthly P&L summaries to allocate resources toward the most profitable market sectors.
Example Prompts
- "OpenClaw, pull my latest trade history and give me a summary of my performance over the last 30 days."
- "Can you generate a weekly report for me? I want to see how my high-confidence trades compared to my overall win rate."
- "Export my entire trade history into a CSV file named monthly_analysis.csv so I can review it in Excel."
Tips & Limitations
To maximize the utility of this skill, utilize the log_trade Python function to inject context into your records. A trade without a 'thesis' is just data; a trade with a thesis allows you to see if you were 'right for the wrong reasons' or if your strategy is actually flawed. Be aware that this skill performs local file writes to data/trades.json, so ensure your storage directory has appropriate write permissions. If trades aren't showing up as resolved, remember to trigger the --sync-outcomes command frequently, as market resolution latency varies across different prediction platforms.
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-adlai88-prediction-trade-journal": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
polymarket-ai-divergence
Find markets where Simmer's AI consensus diverges from the real market price, then trade on the mispriced side using Kelly sizing. Scans for divergence, checks fees and safeguards, and executes trades on zero-fee markets with sufficient edge.
simmer-x402
Make x402 payments to access paid APIs and gated content. Use when a skill needs to fetch data from x402-gated endpoints (like Kaito mindshare API, Simmer premium endpoints, or any x402 provider). Handles 402 Payment Required responses automatically using USDC on Base.
simmer-synthesis-hackathon
Contribute to Simmer's hackathon entry by completing platform tasks. Earn 0.01 USDC on Base per approved task, plus a share of the prize pool if Simmer wins. Uses your existing Simmer API key.
polymarket-elon-tweets
Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.
polymarket-copytrading
Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.