tres-export-3rd-party-contacts
Installation
SKILL.md
TRES Finance — Export 3rd-Party Addresses as Contacts Workbook
Goal
Fetch all unidentified external addresses from the user's TRES environment using the accountTxsSummary query (the same data source that powers the "Unidentified Addresses" tab in the TRES UI), deduplicate them, enrich them with activity data, and produce an XLSX workbook with two tabs:
- Contacts — the import-ready sheet matching the TRES contacts template. The user fills in names and tags here, then imports this sheet back into TRES.
- Address details — enrichment data (network, tx counts, fiat volumes) to help users identify who each address belongs to.
The workflow gives users a fast way to build their address book: Claude extracts, deduplicates, and enriches the unidentified addresses, and the user just needs to label them.
MCP Server
All GraphQL calls use the user-tres-finance MCP server (execute tool).