データ分析
#finance
finance-skills
Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics').
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=alirezarezvani-claude-skills-finance-skills-finance-skills-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name finance-skills description Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics'). version 2.9.0 author Alireza Rezvani license MIT tags ["finance","financial-analysis","dcf","valuation","budgeting"] agents ["claude-code","codex-cli","openclaw"] Finance Skills — Router This plugin bundles 2 finance skills (this router is the 3rd folder under finance/skills/ ). Each skill is self-contained. Routing table Request signals Skill Path Ratio analysis, DCF valuation, budget variance, driver-based forecasts financial-analyst skills/financial-analyst/ ARR/MRR, churn, CAC/LTV, NRR, quick ratio, SaaS benchmarks saas-metrics-coach skills/saas-metrics-coach/ If both match (e.g., "value my SaaS company"), ask whether the user wants statement-level analysis (financial-analyst) or SaaS operating metrics (saas-metrics-coach). Quick start # Example: route a statement-analysis request cat finance/skills/financial-analyst/SKILL.md python3 finance/skills/financial-analyst/scripts/ratio_calculator.py -- help # Or a SaaS metrics request python3 finance/skills/saas-metrics-coach/scripts/metrics_calculator.py -- help Related (packaged separately, not in this bundle) finance/business-investment-advisor/ — investment thesis evaluation, ROI modeling (prompt-only skill, separate nested plugin) Root commands /financial-health and /saas-health wrap these skills' scripts. Rules Route to exactly one skill, then follow that skill's workflow. This router ships no tools of its own. Always validate financial outputs against the user's source data; outputs are analysis support, not investment advice.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |