tres-data-collection-commit

tres-data-collection-commit is a skill for Claude Code, Codex from anthropics/claude-plugins-community. It costs 159 tokens per session (3,189 once invoked), scanned A, original, Apache-2.0.

A Tres Finance data-collection step that fetches blockchain data for wallets already added to an organisation. It can collect transaction history and balances, or balances only.

In plain words
What is it for?
Use it after onboarding wallets to run a full historical collection, update balances quickly, or prepare the data for balance checking.
Why use it?
Adding wallet addresses alone does not bring their blockchain history into Tres; this step performs that collection or refreshes the current balances.

Skill for Claude CodeCodex

Part of the tres-finance-plugin plugin — 22 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/anthropics/claude-plugins-community/tres-data-collection-commit
Any agent
npx skills add anthropics/claude-plugins-community --skill tres-data-collection-commit
Clone the repo
git clone --depth 1 https://github.com/anthropics/claude-plugins-community

Made for: Claude Code, Codex.

Or install tres-finance-plugin, the plugin that ships this one along with the rest of its 22 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tres-data-collection-commit

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthropics/claude-plugins-community/tres-data-collection-commit.svg)](https://agentmods.dev/skills/anthropics/claude-plugins-community/tres-data-collection-commit)
Your own site
<a href="https://agentmods.dev/skills/anthropics/claude-plugins-community/tres-data-collection-commit"><img src="https://agentmods.dev/badge/skills/anthropics/claude-plugins-community/tres-data-collection-commit.svg" alt="Measured on agentmods" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,189 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00159 $0.03189
Opus 5 $0.00079 $0.01595
Sonnet 5 $0.00032 $0.00638
Haiku 4.5 $0.00016 $0.00319

Measured 4d ago against content hash d34e5a4db2db, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tres-data-collection-commit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tres-finance-plugin/skills/tres-data-collection-commit/SKILL.md · 370 lines

How it starts

The opening of the file, as written. The whole thing — 370 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tres Finance — Data Collection (Commit)

Overview

Commit is the step that pulls on-chain data into Tres Finance for the wallets already onboarded to the org. It runs the platform's data-collection pipeline for each wallet and either:

  • Full data collection — collects the full transaction history and current balances. Used for a complete onboarding or historical backfill.
  • Balances only — collects only the current asset balances (no transactions). Much faster; useful when the user just wants an up-to-date snapshot or is preparing for a quick balance validation.

This skill is the second step of the customer onboarding flow:

  1. Upload wallets (tres-wallets-upload) — register the wallets in Tres.
  2. Collect data (this skill) — run the commit so Tres actually fetches the on-chain state.
  3. Validate balances (tres-asset-balance-validation) — cross-check the collected balances against DeBank.

When to Use

Trigger this skill whenever the user wants to:

  • Run a commit / trigger a commit / kick off data collection
  • Collect on-chain data into Tres
  • Pull balances or transactions for their wallets
  • Sync wallets that were just added
  • Refresh Tres data after adding new wallets

Example phrases that must trigger this skill:

  • "Run the commit" / "Trigger the commit"
  • "Collect the data for my wallets"
  • "Pull balances for everything"
  • "I just added wallets — now collect the data"
  • "Sync my wallets"
  • "Start the data collection"

Prerequisites

Requirement Details
TRES Finance MCP connected The TRES MCP tools (get_viewer, execute, build_query, introspect) must be available
Authenticated org get_viewer must succeed and return an orgName
At least one wallet onboarded If there are no wallets, commit has nothing to collect — point the user to tres-wallets-upload first

Process Overview

Follow these steps in order. Do not skip the user-selection steps — the whole point of this skill is to capture the user's collection intent before firing the mutation.

Read the full file on GitHub · 370 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 370 lines · 159 tokens per session scan A d34e5a4db2db

Subscribe to this mod's changes

tres-data-collection-commit is a skill published in the GitHub repository anthropics/claude-plugins-community (3,342 stars, last pushed 9d ago), licensed Apache-2.0. It adds 159 tokens to every session and 3,189 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

anthropics/knowledge-work-plugins · 45 tokens

portfolio

Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…

suyoumo/ClawProBench · 69 tokens

memstack-business-scope-of-work

Use this skill when the user says 'scope of work', 'SOW', 'define scope', 'project scope', 'write SOW', 'scope document', or is defining project boundaries, deliverables, and acceptance criteria for a formal engagement. Do NOT use for proposals, contracts, or invoicing.

cwinvestments/memstack · 70 tokens

prompt-proximity-architecture

Turn an approved measurement charter, ICPs, and buyer jobs into a budget-aware prompt coverage blueprint across proximity bands, aided status, information acts, journey states, roles, locales, evidence grades, partitions, and measurement lanes. Use before prompt wording to define required, optional, and prohibited…

elvisun/newsjack · 67 tokens

crypto-market-rank

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…

tradecatlabs/tradecat-public · 85 tokens

copy-trading

Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading.

agiprolabs/claude-trading-skills · 21 tokens