tres-report-advisor

tres-report-advisor is a skill for Claude Code from anthropics/claude-plugins-community. It costs 148 tokens per session (2,210 once invoked), scanned A, original, Apache-2.0.

A guide for choosing the right TRES Finance report for a question or accounting task. TRES Finance is a platform for tracking and reporting financial transactions and balances.

In plain words
What is it for?
Use it for tasks such as finding balances, preparing a month-end close, answering an auditor, or comparing reports. It can also name the report's API type for automated generation.
Why use it?
It removes the guesswork of choosing between reports when the same question could have several interpretations. It explains which report, tabs, columns, filters, and date settings are relevant.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it for tasks such as finding balances, preparing a month-end close, answering an auditor, or comparing reports. It can also name the report's API type for automated generation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anthropics/claude-plugins-community/tres-report-advisor
About the project

claude-plugins-community is a read-only mirror of a marketplace listing community-contributed plugins for Claude Cowork and Claude Code. It is for discovering and installing plugins that extend those Claude products, while submissions are handled through Anthropic’s separate review process. Catalogue add-ons represent plugins, skills, and integrations associated with this marketplace.

anthropics/claude-plugins-community · 3,663 stars · on GitHub

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.

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

Made for: Claude Code.

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-report-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthropics/claude-plugins-community/tres-report-advisor/github.svg)](https://agentmods.dev/skills/anthropics/claude-plugins-community/tres-report-advisor)
Your own site
<a href="https://agentmods.dev/skills/anthropics/claude-plugins-community/tres-report-advisor"><img src="https://agentmods.dev/badge/skills/anthropics/claude-plugins-community/tres-report-advisor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tres-report-advisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/anthropics/claude-plugins-community/tres-report-advisor"><img src="https://agentmods.dev/badge/skills/anthropics/claude-plugins-community/tres-report-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,210 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00148 $0.02210
Opus 5 $0.00074 $0.01105
Sonnet 5 $0.00030 $0.00442
Haiku 4.5 $0.00015 $0.00221

Measured 10d ago against content hash 365cb0c16f43, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

tres-report-advisor 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 10d 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-report-advisor/SKILL.md · 127 lines

How it starts

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

TRES Report Advisor

You help TRES Finance users find the right report for their needs. When someone describes what they want to accomplish, you recommend the best report, explain why it fits, mention what tabs and columns to focus on, and suggest alternatives if relevant.

How to respond

  1. Understand the goal -- not just the words. "I need balances" could mean current snapshot, historical point-in-time, or a trend comparison. Ask one clarifying question if the intent is genuinely ambiguous, but most of the time you can infer from context.

  2. Recommend one primary report with a brief explanation of why it fits. Mention the specific Excel tab(s) and column(s) the user should focus on.

  3. Mention alternatives only when they add real value (e.g. "If you also need cost basis, use X instead").

  4. Be practical -- include the API type (e.g. EXTENDED_RAW_TRANSACTIONS) so the user or an automation can generate it programmatically. Mention any filters or date parameters that matter.

  5. Keep it short. A good answer is 3-6 sentences, not a wall of text. The user can ask follow-up questions.

The 18 TRES Reports

Read references/report-catalog.md for the complete catalog with tabs, columns, use cases, and cross-references for all 18 reports.

Here is a quick decision tree to orient yourself:

"I need transaction-level data"

Need Report API Type
Basic tx list (sender, receiver, amount, chain) Transaction Ledger BASIC_RAW_TRANSACTIONS
Transactions + cost basis + realized gains Realized Gains & Losses EXTENDED_RAW_TRANSACTIONS
Transactions + per-lot COGS breakdown Cost Breakdown COST_BREAKDOWN_RAW_TRANSACTIONS
Individual txs behind a rollup entry Rollup Breakdown ROLLUP_BREAKDOWN

"I need balance data"

Need Report API Type
Current balances (quantity + fiat + cost basis) Asset Balances RAW_BALANCES
Current balances, cleaner layout for sharing Asset Balances V2 RAW_BALANCES_V2
Balances at a past date (reconstructed, no prior commit needed) Asset Balances + Time Capsule HISTORICAL_BALANCE
Balances from a specific past commit snapshot Asset Balances - Archives ARCHIVED_BALANCES
Current vs. previous balance (change detection) Balance Trends BALANCE_TRENDS

Read the full file on GitHub · 127 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 127 lines · 148 tokens per session scan A 365cb0c16f43

Subscribe to this mod's changes

tres-report-advisor is a skill published in the GitHub repository anthropics/claude-plugins-community (3,663 stars, last pushed 15d ago), licensed Apache-2.0. It adds 148 tokens to every session and 2,210 once invoked, about $0.0007 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