business-insight-master

business-insight-master is a skill for Claude Code from vivy-yi/finance-skills. It costs 102 tokens per session (1,245 once invoked), scanned A, original, MIT.

A structured workflow for turning business data into checked findings and recommendations. It combines topic analysis, insight generation, false-alert handling, and quality review.

In plain words
What is it for?
It helps explain changes in revenue or costs, investigate unusual results, analyze surveys or business topics, correct false warnings, and produce insight reports.
Why use it?
It gives analysts a repeatable way to move from raw data to useful conclusions while checking that the findings are reliable.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit It helps explain changes in revenue or costs, investigate unusual results, analyze surveys or business topics, correct false warnings, and produce insight reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/business-insight-master
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 vivy-yi/finance-skills --skill business-insight-master
Clone the repo
git clone --depth 1 https://github.com/vivy-yi/finance-skills

Made for: Claude Code.

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 business-insight-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/vivy-yi/finance-skills/business-insight-master/github.svg)](https://agentmods.dev/skills/vivy-yi/finance-skills/business-insight-master)
Your own site
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/business-insight-master"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/business-insight-master/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 business-insight-master

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/business-insight-master"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/business-insight-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,245 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.
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.00102 $0.01245
Opus 5 $0.00051 $0.00622
Sonnet 5 $0.00020 $0.00249
Haiku 4.5 $0.00010 $0.00125

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

Security

Grade A, and why

business-insight-master 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 12d 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.

finance-skills/skills/business-insight/skills/business-insight-master/SKILL.md · 149 lines

What it actually says

商业洞察 Master Skill

能力描述

这是什么: 商业洞察场景的主技能,整合专题分析、洞察生成、预警误报处理与分析质量控制,为财务分析师和财务 BP 提供从数据到决策建议的完整洞察生产能力。

解决什么问题: 当用户需要做专题分析(收入增长/成本优化/市场分析)、生成业务洞察、处理分析预警误报、或评估洞察质量时,调用本技能获取完整的分析洞察方案。

边界: 不涉及具体业务执行,专注于分析框架设计和洞察生成质量把控。


触发条件

满足以下任一场景时调用本技能:

  • 用户提到"商业洞察"、"专题分析"、"收入分析"、"成本优化"
  • 用户提到"业务建议"、"数字背后的故事"、"数据洞察"
  • 用户要求"分析 XXX"、"生成洞察"、"提供建议"

Examples

→ 示例:用户说"帮我分析一下这个月收入下降的原因,重点看客户维度和产品维度",系统应调用本技能,进入专题分析路径。

→ 示例:用户说"有个供应商的采购数据分析,发现了一个异常需要深入调查",系统应调用本技能,进入洞察生成路径。

→ 示例:用户说"上次给的那个成本分析预警后来发现是误报,需要修正一下逻辑",系统应调用本技能,进入误报处理路径。

输入

□ 场景类型:[专题分析/洞察生成/误报处理/质量评估]
□ 分析主题:[描述]
□ 数据范围:[YYYY-MM 至 YYYY-MM]
□ 业务优先级:[高/中/低]
□ 已获取信息:[描述]

原子能力调用顺序

路径一:专题分析
Step 1 → [专题数据提取](topic-data-extraction)
  → 输出:分析数据集

Step 2 → [洞察生成](insight-generation)
  → 输出:洞察列表

Step 3 → [洞察验证](insight-validation)
  → 输出:验证报告

Step 4 → [洞察建议转化](insight-recommendation)
  → 输出:可执行建议

Step 5 → 汇总输出专题分析报告

路径二:洞察误报处理
Step 1 → [洞察误报识别](insight-false-positive)
  → 输出:误报确认

Step 2 → [洞察验证](insight-validation)
  → 输出:重新验证

Step 3 → [洞察更新](insight-update)
  → 输出:更新后洞察

Step 4 → 汇总输出误报处理报告

输出格式

商业洞察分析报告
====================

【分析概览】
□ 分析主题:[主题]
□ 分析期间:[YYYY-MM 至 YYYY-MM]
□ 关键指标:[X] 个
□ 数据置信度:[✅ 高 / ⚠️ 中 / 🔴 低]

【核心洞察】
| # | 洞察描述 | 置信度 | 业务影响 | 可执行性 |
|---|---|---|---|---|
| 1 | [描述] | ✅/⚠️/🔴 | 高/中/低 | 高/中/低 |
| 2 | [描述] | ✅/⚠️/🔴 | 高/中/低 | 高/中/低 |

【建议行动】
□ [建议1] — 预期效果 [描述] — 责任人 [X]
□ [建议2] — 预期效果 [描述] — 责任人 [X]

【业务对齐确认】
□ 业务负责人确认:[✅ 是 / ⚠️ 待确认]
□ 确认人:[姓名]
□ 确认时间:[YYYY-MM-DD]

【误报处理】(如有)
□ 误报洞察:[描述]
□ 误报原因:[描述]
□ 修正后洞察:[描述]

升级条件

满足以下任一条件须升级:

  • 重大业务风险洞察 → 立即升级 CFO
  • 分析结论与管理层判断冲突 → CEO 裁决
  • 分析方法论存在根本性问题 → CFO 审批新框架

原子 Skill 清单

原子 Skill 用途
topic-data-extraction 专题数据提取
insight-generation 洞察生成
insight-validation 洞察验证
insight-recommendation 洞察建议转化
insight-false-positive 洞察误报识别与处理
insight-update 洞察更新

Finance Skills — business-insight master skill

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. 12d ago First seen · 149 lines · 102 tokens per session scan A 593bd7164228

Subscribe to this mod's changes

business-insight-master is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 102 tokens to every session and 1,245 once invoked, about $0.0005 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

infographics

Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Integrates research-lookup and web search for accurate data. Supports 10 infographic types, 8 industry styles, and colorblind-safe palettes.

foryourhealth111-pixel/Vibe-Skills · 55 tokens

similarity-search-patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

foryourhealth111-pixel/Vibe-Skills · 30 tokens

figma-implement-design

Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a…

foryourhealth111-pixel/Vibe-Skills · 76 tokens

datavis

Comprehensive data visualization toolkit for creating beautiful, mathematically elegant visualizations with D3.js, Chart.js, and custom SVG. Use when (1) building interactive data visualizations, (2) designing color palettes for charts, (3) choosing scales and visual encodings, (4) creating data pipelines from…

foryourhealth111-pixel/Vibe-Skills · 106 tokens

spec-kit-vibe-compat

Compatibility router for /speckit. workflows into /vibe-first Codex execution.

foryourhealth111-pixel/Vibe-Skills · 25 tokens

detecting-data-anomalies

Investigate outliers, rare events, spikes, and suspicious records in datasets. Use as an explicit anomaly-analysis helper when you want concrete anomaly-detection workflow guidance, not generic data validation or end-to-end ML ownership.

foryourhealth111-pixel/Vibe-Skills · 51 tokens