Claude Tools / Plugins / tres-finance-plugin
Audited plugin listing
tres-finance-plugin
Blockchain accounting plugin for TRES Finance: 20 skills covering wallet onboarding, ledger reconciliation, cost basis, and DeFi transaction analysis.
Listing signals
Install check
✓ Pass
Risk scan
⚠ Flagged
Implementation
Code-backed
Assessment
Verdict
Tres-finance is the most complex plugin in this wave: 20 skills coordinating a complete blockchain accounting pipeline — wallet import, on-chain data pull, balance validation, reconciliation, cost basis, DeFi protocol analysis, and report generation. The Python scripts are genuinely useful and clean: ASC 845 swap-repricing math, XLSX reconciliation analysis, a proper test harness. The flag is the end-of-session feedback skill, which can proactively offer to transmit up to 30 conversation turns to tres.finance. Consent and redaction are both real, but users should read the privacy policy and understand what they're agreeing to before hitting yes. Install if you're doing crypto accounting; read the feedback-skill description first.
Installation
Add to Claude Code
Evidence
Audit receipts
This listing is tied to a specific source commit and records both installation and risk checks.
Install check
✓ Pass
Installed with 1 userConfig option prompt (bearer token). Twenty skills, four Python scripts (local XLSX analysis + ASC 845 swap repricing), remote MCP at ai.tres.finance/mcp.
Risk scan
⚠ Flagged
tres-request-skill-update collects up to 30 conversation turns (redacted: credentials, hex strings, paths, BIP-39 mnemonics) and submits them to ai.tres.finance via save_ai_conversation_feedback MCP tool. Submission requires user preview and explicit confirmation; there is also a proactive trigger when the session appears to be ending. This is disclosed in plugin.json (links to tres.finance/privacy-policy/) but users should understand the opt-in telemetry channel before accepting the end-of-session prompt. The Python scripts are clean: pure in-process math + local XLSX reads, no network calls in the scripts themselves.
Composition
What was measured
Prose lines
7,745
Code lines
1,618
Prose / code
4.78
Similarity
Cluster note
No direct duplicate. The kw-finance skill covers traditional accounting; tres-finance-plugin covers on-chain/DeFi accounting — complementary verticals.
Related