simmer-tradejournal
Auto-log trades with context, track outcomes, generate calibration reports to improve trading.
Why use this skill?
Master your trading strategy with the Simmer Trade Journal. Sync market data, track P&L, analyze win rates, and annotate trades to improve your market edge.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/simmer-tradejournalWhat This Skill Does
The simmer-tradejournal skill acts as an intelligent repository for your trading history, connecting directly to the Simmer markets API to pull, store, and analyze your activities. It transforms raw trade data into actionable intelligence by tracking outcomes, calculating win rates, and determining net profit and loss. Beyond simple tracking, it allows you to annotate trades with qualitative data such as your trading thesis and confidence levels, providing a foundation for meaningful performance reviews through its built-in report generation features.
Installation
To integrate this tool into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/adlai88/simmer-tradejournal
Once installed, ensure your authentication is configured by setting the required environment variable:
export SIMMER_API_KEY=your_actual_api_key_here
Use Cases
This skill is designed for traders who rely on data-driven decision-making. Key use cases include:
- Post-Market Analysis: Use daily or weekly reports to identify which market sectors or strategies yield the best returns.
- Performance Calibration: Compare your historical confidence levels against actual outcomes to identify cognitive biases or over-trading habits.
- Portfolio Cleanup: Quickly export your trading history to CSV for deep-dive analysis in external spreadsheets or accounting software.
- Contextual Learning: By using the Python
log_tradefunction, you can enrich every executed order with a specific "thesis," making it easier to review why you made a specific bet months later.
Example Prompts
- "OpenClaw, pull my latest trade data from Simmer and tell me my win rate for this week."
- "Generate a monthly performance report and export it to a file named 'january_trades.csv'."
- "Show me the last 5 trades I made and include the thesis notes for each one so I can review my rationale."
Tips & Limitations
- Sync Regularly: The system requires active polling. Make it a habit to run
--syncand--sync-outcomesbefore checking your reports to ensure the data is current. - Annotation: The true power of this tool lies in the
log_tradefunction. Don't just track the outcome; use the confidence parameter to build a feedback loop that highlights when you are "right for the wrong reasons." - Storage: Data is stored locally in
data/trades.json. Ensure this file is backed up periodically if you move to a new machine.
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-simmer-tradejournal": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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.