AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Financial Data Analysis Agent

skill-andrewnggirl-skilllens-financial-data-analysis-agent · by AndrewNgGirl

Use when analysts, finance teams, or operators need to clean financial datasets, check data quality, analyze revenue, margin, cash flow, customer value, anomalies, or trends, and produce traceable management-ready insights with confidence caveats.

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-andrewnggirl-skilllens-financial-data-analysis-agent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-andrewnggirl-skilllens-financial-data-analysis-agent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Financial Data Analysis Agent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Financial Data Analysis Agent

Description

面向分析师、财务团队和运营管理者的金融数据分析助手,用于清洗财务、交易、客户和经营数据,生成可追溯的数据洞察报告。

When to use

  • 需要分析收入、成本、利润、现金流、应收账款或客户分层数据。
  • 需要从 CSV、Excel、数据库导出中识别异常、缺失、口径不一致和趋势变化。
  • 需要把数据分析结果转成管理层可读的 dashboard 摘要。

Inputs

  • dataset_schema: 字段名、类型、币种、时间粒度、主键。
  • analysis_goal: 盈利分析、现金流预测、客户价值、异常检测或经营复盘。
  • data_quality_rules: 缺失值、重复值、异常值、币种转换和会计口径。
  • business_context: 公司业务、收入确认方式、季节性和关键指标定义。

Workflow

  1. 检查字段、口径、时间范围和数据质量,先输出 data quality report。
  2. 根据目标选择分析方法:同比环比、贡献分解、cohort、异常检测、滚动预测。
  3. 将结论绑定到具体字段、筛选条件和计算公式,避免黑箱结论。
  4. 标记统计可靠性:样本量、缺失比例、异常影响、是否可外推。
  5. 输出管理层摘要和后续验证建议。

Risk controls

  • 不把相关性直接写成因果。
  • 样本量不足、字段缺失或口径不一致时必须降低置信度。
  • 涉及客户数据时默认脱敏,不输出个人敏感信息。

Output

{
  "data_quality": {
    "missing_rate": "3.8%",
    "duplicate_keys": 12,
    "issues": ["revenue_currency mixed between CNY and USD"]
  },
  "insights": [
    {
      "claim": "gross margin dropped mainly because enterprise discounts increased",
      "evidence": "discount_rate contribution explains 62% of margin change",
      "confidence": "medium"
    }
  ],
  "next_checks": [
    "validate currency conversion rules",
    "split margin by customer segment and contract term"
  ]
}

Example prompt

“分析这份月度收入和成本表,找出毛利率下降的主要原因,并说明数据质量是否足够支撑结论。”

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.