AI Trading Journal

v1.0.0

Log every trade with full context (thesis, entry, exit, PnL, emotion, lesson). Generate weekly and monthly performance reports. Identify patterns in wins/los...

0· 61·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (trade logging, reports, pattern identification) align with the SKILL.md: all instructions focus on recording trades to a local journal and producing summaries. The integrations named (other skills like skill-crypto-threshold-watcher, binance-pro) are plausible collaborators and consistent with a trading-journal skill. One mismatch: registry Owner ID (kn7fqjbnftt52xn0jx866j99hx828z2y) differs from _meta.json ownerId (kn7dj907h1ps8kt92wbdspr01d820vzf); this is an administrative inconsistency worth verifying with the publisher but does not by itself change the functional coherence.
Instruction Scope
Runtime instructions are narrowly scoped: they read/write a local file (~/.openclaw/workspace/trading/journal.json), validate required trade fields, and produce weekly/monthly summaries. The skill does not instruct reading unrelated system files, accessing arbitrary env vars, or exfiltrating data to external endpoints. It references other skills for signals/context — those may introduce additional behaviors, but are outside this skill's instructions.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written by an installer, minimizing supply-chain risk.
Credentials
Requires no environment variables, credentials, or config paths. This is proportionate to a local journal skill. Note: connecting this skill to execution or exchange-integration skills (e.g., binance-pro) could cause sensitive credentials to be used by those other skills — review those skills before linking.
Persistence & Privilege
always:false and default model invocation are appropriate. The skill writes/reads a local journal file only; it does not request permanent platform privileges or modify other skills' configurations.
Assessment
This skill appears internally consistent: it stores a local JSON journal and generates reports, and it does not request credentials or install code. Before installing, (1) verify the publisher/owner mismatch in _meta.json vs registry metadata to ensure you trust the source; (2) be aware the journal file (~/.openclaw/workspace/trading/journal.json) will contain sensitive financial data — consider encrypting or restricting file permissions and backing it up securely; (3) review any other skills you plan to connect (binance-pro, skill-crypto-threshold-watcher, backtest-expert) because those may require API keys or external network access and could transmit journal data; and (4) confirm that the agent's access to the filesystem is acceptable for you (the skill expects the agent to write/read the journal file).

Like a lobster shell, security has layers — review code before you run it.

aivk972qjdwh27qmgpk71w7f9377h83yeyffinancevk972qjdwh27qmgpk71w7f9377h83yeyfjournalvk972qjdwh27qmgpk71w7f9377h83yeyflatestvk972qjdwh27qmgpk71w7f9377h83yeyftradingvk972qjdwh27qmgpk71w7f9377h83yeyf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments