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.
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.
npx skills add anthropics/claude-plugins-community --skill tres-report-advisorgit clone --depth 1 https://github.com/anthropics/claude-plugins-communityWrote 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.
[](https://agentmods.dev/skills/anthropics/claude-plugins-community/tres-report-advisor)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
-
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.
-
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.
-
Mention alternatives only when they add real value (e.g. "If you also need cost basis, use X instead").
-
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. -
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 |
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.
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.
- 10d ago First seen · 127 lines · 148 tokens per session scan A 365cb0c16f43
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.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.