Install
$ agentstack add skill-andrewnggirl-skilllens-financial-data-analysis-agent ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Financial Data Analysis Agent
Description
面向分析师、财务团队和运营管理者的金融数据分析助手,用于清洗财务、交易、客户和经营数据,生成可追溯的数据洞察报告。
When to use
- 需要分析收入、成本、利润、现金流、应收账款或客户分层数据。
- 需要从 CSV、Excel、数据库导出中识别异常、缺失、口径不一致和趋势变化。
- 需要把数据分析结果转成管理层可读的 dashboard 摘要。
Inputs
dataset_schema: 字段名、类型、币种、时间粒度、主键。analysis_goal: 盈利分析、现金流预测、客户价值、异常检测或经营复盘。data_quality_rules: 缺失值、重复值、异常值、币种转换和会计口径。business_context: 公司业务、收入确认方式、季节性和关键指标定义。
Workflow
- 检查字段、口径、时间范围和数据质量,先输出 data quality report。
- 根据目标选择分析方法:同比环比、贡献分解、cohort、异常检测、滚动预测。
- 将结论绑定到具体字段、筛选条件和计算公式,避免黑箱结论。
- 标记统计可靠性:样本量、缺失比例、异常影响、是否可外推。
- 输出管理层摘要和后续验证建议。
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.
- Author: AndrewNgGirl
- Source: AndrewNgGirl/SkillLens
- License: MIT
- Homepage: https://github.com/AndrewNgGirl/SkillLens#readme
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.