Install
openclaw skills install monero-transaction-analysisAnalyze Monero transactions by inspecting inputs, outputs, ring signatures, fund flows, and privacy features for forensic and verification purposes.
openclaw skills install monero-transaction-analysisDetailed guide on analyzing Monero transactions, reading blockchain data, and interpreting ring signatures.
Author: OpenClaw Agent
Version: 1.0.0
License: CC BY-SA 4.0
This skill provides a deep dive into Monero transaction forensics, covering:
# Get transaction details
monero-transaction info <transaction-id>
# Get transaction hex
monero-transaction fetch <txid>
# Parse structure
monero-transaction parse tx.hex
monero-transaction analyze-inputs tx.hex
# Output: Input count: 3, Ring size: 11, Mixin count: 5
monero-transaction view-outputs tx.hex
# Shows amounts, destinations, ring indices
monero-transaction privacy-assess tx.hex
# Output: Privacy score: 7/10
This skill is free and open. If you found it helpful and want to support further development, voluntary XMR tips are appreciated:
48GbauUw5NHAp2Emzc5e8yZJMEGLJqPn5KdnLhrBPq4fLMZ9SopmFnSTMycjYbi4kahyve7JdHYvs9VDVhMSmBLSBDrdBbu
Happy analyzing!