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-mert-sniper
Near-expiry conviction trading on Polymarket. Snipe markets about to resolve when the odds are heavily skewed. Filter by topic, cap your bets, and only trade strong splits close to deadline.
kalshi-weather-trader
Trade Kalshi weather markets using NOAA forecasts via Simmer SDK and DFlow on Solana. Port of the popular polymarket-weather-trader. Use when user wants to trade temperature markets on Kalshi, automate weather bets, or check NOAA forecasts.
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.
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.
prediction-trade-journal
Auto-log trades with context, track outcomes, generate calibration reports to improve trading.