← Back to Skills Marketplace
2033
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install skill-trading-journal
Description
Log every trade with full context (thesis, entry, exit, PnL, emotion, lesson). Generate weekly and monthly performance reports. Identify patterns in wins/los...
Usage Guidance
This skill appears coherent and only writes/reads a local journal file in ~/.openclaw/workspace/trading/journal.json. Before installing: (1) confirm you are comfortable storing potentially sensitive trade history at that path (consider encrypting or backing up the file), (2) review any other skills it references (skill-crypto-threshold-watcher, binance-pro, etc.) before enabling autonomous invocation, since integrations could cause the agent to pull or push trade signals or confirmations, and (3) note the SKILL.md references a 'rulebook' and other systems without details — if you rely on strict rule enforcement, verify where those rules live and how the agent will access them. No network calls, external downloads, or credential requests are present in the instructions.
Capability Analysis
Type: OpenClaw Skill
Name: skill-trading-journal
Version: 1.0.0
The skill bundle provides a structured framework for an AI agent to maintain a trading journal, including logging trades, generating performance reports, and enforcing trading rules. All operations are localized to the workspace directory (~/.openclaw/workspace/trading/journal.json), and there are no indicators of data exfiltration, malicious execution, or prompt injection attacks in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (trade logging, reports, pattern detection) match the instructions: reading/writing a journal JSON and generating reports. It does not request unrelated credentials, binaries, or system components.
Instruction Scope
Runtime instructions are narrowly scoped to logging trades, updating entries, and generating weekly/monthly reports from ~/.openclaw/workspace/trading/journal.json. It references other skills (skill-crypto-threshold-watcher, skill-catalyst-calendar, binance-pro, etc.) and a 'rulebook' without specifying how to access them; this is expected for integration but means the agent may seek context from those skills if available.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written during install, which minimizes installation risk.
Credentials
The skill declares no environment variables, credentials, or config paths beyond a single local journal path. Requested access appears proportional to its logging and reporting purpose.
Persistence & Privilege
always:false and default model invocation mean it won't be force-included. It writes to a local file in the agent workspace (~/.openclaw/workspace/trading/journal.json), which is reasonable for a journal; it does not request system-wide changes or other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-trading-journal - After installation, invoke the skill by name or use
/skill-trading-journal - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skill-trading-journal.
- Log every trade with detailed context including thesis, entry, exit, PnL, emotion, and lessons learned.
- Automatically generate weekly and monthly performance reports with win/loss breakdowns and strategy insights.
- Identify patterns in winning and losing trades by tracking structured data and emotional state.
- Enforce rules-based trade logging by requiring thesis, stop loss, take profit, position size, and catalyst.
- Integrate with signal sources, context providers, and trading/execution systems for automated workflows.
Metadata
Frequently Asked Questions
What is Trading Journal?
Log every trade with full context (thesis, entry, exit, PnL, emotion, lesson). Generate weekly and monthly performance reports. Identify patterns in wins/los... It is an AI Agent Skill for Claude Code / OpenClaw, with 2033 downloads so far.
How do I install Trading Journal?
Run "/install skill-trading-journal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trading Journal free?
Yes, Trading Journal is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trading Journal support?
Trading Journal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trading Journal?
It is built and maintained by Zero2Ai (@zero2ai-hub); the current version is v1.0.0.
More Skills