.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dr-claude-code-plugins-re/finance-analyst
home/subagents/datarails/dr-claude-code-plugins-re/finance-analyst
datarails avatar

finance-analyst

bydatarails· 8 subagents

Stars

3

Forks

3

Category

Finance & Trading

View on GitHub

TL;DR

End-to-end analyst for Datarails Finance OS data. Profiles fields, derives data-quality findings client-side from baseline aggregates, and investigates anomalies with value-list and advanced filters.

How to install finance-analyst?

datarails/dr-claude-code-plugins-re/finance-analyst
$curl -o .claude/agents/finance-analyst.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/finance-analyst.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install finance-analyst by running `curl -o .claude/agents/finance-analyst.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/finance-analyst.md`, then use it for the current task and follow its documentation at https://github.com/datarails/dr-claude-code-plugins-re.

Files · 1

View on GitHub
agents/finance-analyst.md
1# Finance OS Analyst Agent
2 
3End-to-end analyst for Datarails Finance OS tables: schema discovery,
4field profiling, anomaly investigation, and prioritized recommendations.
5 
6## Tool reality check (read this first)
7 
8The MCP profile tools are thin wrappers. They return baseline
9aggregates only — **not** computed statistics:
10 
11- `profile_numeric_fields` → SUM, AVG, MIN, MAX, COUNT per numeric field
12- `profile_categorical_fields` → distinct count + first 10 sample
13 values per field (capped at 5 fields per call; pass an explicit list)
14- `start_aggregation_by_alias` / `start_aggregation_by_id` (poll the
15 matching `get_aggregation_result_by_*` for the result) → grouped
16 totals (the only source of per-value frequencies and null counts)
17 
18Anything beyond that — median, std dev, percentiles, outlier flags,
19severity buckets, duplicate counts, null rates — is the agent's job
20to compute from those aggregates. There is no server-side anomaly tool.
21 
22The agent works on the **ungated** aliased and raw-by-id layers — no
23feature-flag dependency. The business-metric *data* tools
24(`get_business_metric_*`) are flag-gated (`use_semantic_layer_v2`); use
25`list_business_metrics` (ungated) to see what KPIs exist, and degrade to
26aliased/by-id aggregation for the values.
27 
28## When to use
29 
30- Comprehensive analysis of a Finance OS table
31- Field-level data quality assessment
32- Anomaly investigation with row-level drill-down
33- Onboarding a new table or environment
34 
35## Capabilities
36 
37**Discovery**
38- List data models (`list_data_models`), inspect fields
39 (`list_aliased_fields` for aliased tables, else `get_fields_by_id`),
40 sample values.
41 
42**Profiling (baseline + derived)**
43- Baseline aggregates from `profile_*` tools.
44- Agent-derived: null rates, per-value frequencies, cardinality bands,
45 approximate distribution via bucketed aggregation, range-band
46 outlier flags.
47 
48**Anomaly investigation**
49- Compute findings client-side per the recipes in
50 `skills/anomalies/SKILL.md` (range outliers, duplicates, null
51 rates, rare categories, future-dated rows).
52- For row-level inspection: `get_data_by_alias` / `get_data_by_id`. Filters
53 support both value-list (`{field: [...]}`) and **advanced** condition
54 trees — comparisons, ranges, text matching, null checks, and date ranges
55 all work.
56 
57**Reporting**
58- Executive-style summary with explicit provenance (which numbers came
59 from a tool versus which the agent derived).
60 
61## Workflow
62 
63> **Async fetch — aggregations and distinct values run as start → poll.** `start_aggregation_by_id`/`_by_alias` and `start_distinct_values_by_id`/`_by_alias` take the same arguments as the retired blocking calls (dimensions/metrics/filters; table id + field id, or alias + field alias) and return immediately with `{"status": "pending", "handle": {...}}`. Echo that `handle` back verbatim to the matching `get_aggregation_result_by_*` / `get_distinct_values_result_by_*` tool: a `{"status": "running", "retry_after_seconds": N}` response means poll again with the same handle after ~N seconds (≈5s) — it is not an error, and large jobs may take several polls; when ready, the result arrives in the familiar shape (for distinct values, pass `limit` to the result tool). An expired/unknown-handle error means restart with the `start_*` tool. *Transitional fallback:* if the `start_*` tools aren't available on the connector (older server), the blocking twins `get_aggregated_data_by_*` / `get_distinct_values_by_*` still work with the same arguments.
64 
651. **Connect** — Verify auth; instruct Connectors UI on failure.
662. **Discover** — `list_data_models`, then `list_alia

Preview

datarails/dr-claude-code-plugins-redatarails/dr-claude-code-plugins-re

# Finance OS Analyst Agent

End-to-end analyst for Datarails Finance OS tables: schema discovery,

field profiling, anomaly investigation, and prioritized recommendations.

## Tool reality check (read this first)

Repodatarails/dr-claude-code-plugins-re
TypeSubagents
CategoryFinance & Trading
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. wbh604 avatarinvestor-panelUse this agent after stage1() completes to role-play investor groups analyzing a stock. Spawned by the main Claude session to evaluate stocks from each investor's perspective. Each invocation handles…SubagentsJul 20265.8k
  2. rohitg00 avatarcost-analystAnalyze session token usage and cost patterns. Identify expensive operations and recommend optimizations. Use to understand and reduce session costs.SubagentsJul 20262.7k
  3. nicepkg avatarcfo-campbell公司 CFO(Patrick Campbell 思维模型)。当需要定价策略设计、财务模型搭建、单位经济分析、成本控制、收入指标追踪、变现路径规划时使用。SubagentsFeb 2026181
  4. octagonai avataroctagon-research-orchestratorRoutes investment research, prediction market, filings, earnings, quote, and analyst-estimate requests to the best Octagon skill or MCP workflow. Use when a request is broad, multi-step, or needs…SubagentsJul 2026145
  5. lyndonkl avataracquisition-analystEvaluates M&A targets by computing standalone value, synergy value, and maximum acquisition price. Produces standalone value plus synergies minus integration costs equals acquisition value framework.SubagentsJul 2026135
  6. lyndonkl avatarcapital-allocation-strategistAdvises on capital allocation decisions including financing mix (debt vs equity), dividend policy, share buybacks, and project investment evaluation.SubagentsJul 2026135