ワンクリックで
finops-agent
FinOps agent template orkestratörü — intake → canlı veri → subagent'lar → net-değer + senaryo raporu
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
FinOps agent template orkestratörü — intake → canlı veri → subagent'lar → net-değer + senaryo raporu
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Discounted Cash Flow valuation with step-by-step auditable reasoning. Claude reasons through revenue projections, EBITDA margins, CapEx, working capital, WACC components, and terminal value — writing every assumption, its justification, and the sensitivity analysis into the visible output. The written reasoning is the deliverable: every assumption is auditable.
Macro stress-test: simulate how a portfolio reacts to central bank rate changes, inflation shocks, currency devaluations or commodity price shifts. Claude builds the sensitivity model from the portfolio's own data — no hardcoded assumptions. Step-by-step impact reasoning is written into the output so it stays auditable.
Portföy veya tek varlık için senaryo & projeksiyon modeli kurar — FX yolu, fiyat senaryoları (bear/base/bull), katkı planı, yıl-sonu/çok-yıllık projeksiyon. "senaryo kur", "projeksiyon yap", "TL zayıflarsa", "çocuk fonu 17 yıl" dendiğinde tetiklenir.
Chart vision analysis. Given a screenshot or image of a financial chart, Claude reads it using native vision capabilities — no OCR, no pre-processing. Identifies trend, key levels (support/resistance), candlestick patterns, technical indicators visible in the chart, and provides a bias (bullish/bearish/neutral).
Bond and credit analysis. Prices bonds, computes yield to maturity, duration, convexity, and spread-to-benchmark. Analyzes credit quality, covenant risk, and refinancing risk. Compares corporate bonds vs sovereign alternatives. Works for Turkish Eurobonds, BIST bonds, US Treasuries, and corporate bonds.
Dividend Reinvestment Plan (DRIP) optimizer. Projects compound growth from reinvesting dividends, compares DRIP vs cash dividend strategies, identifies optimal reinvestment timing, and quantifies the impact of dividend growth rate on long-term wealth accumulation.
| name | finops-agent |
| description | FinOps agent template orkestratörü — intake → canlı veri → subagent'lar → net-değer + senaryo raporu |
Portföyün canlı net-değerini, varlık kırılımını ve FX senaryolarını hesapla. 5 aşama:
data/portfolio.json oku:
owner, as_of, base_currency (TRY)holdings[]: id, name, type (commodity/cash/equity/crypto), ticker (Yahoo), ccy, quantity ya da amountfx_assumptions: usdtry, eurtryKontrol: Quantity null? Hata yok; 0 kabul et ve devam et.
Subagent çağrı: data-retriever
Her holding'in type + ticker'ına göre WebFetch yap (Yahoo Finance v8 chart API):
equity → holding'in ticker'ı (BIST hisseleri .IS son ekli: TUPRS.IS, ASELS.IS)commodity → holding'in ticker'ı (ör. altın GC=F)crypto → holding'in ticker'ı (ör. BTC-USD)cash → TRY ise sabit (fetch yok); değilse FX çevir (ör. USDTRY=X)Output: Structured JSON
{
"holdings": [
{"id":"TUPRS","type":"equity","ticker":"TUPRS.IS","quantity":100,"price":227.00,"currency":"TRY","source":"yahoo/TUPRS.IS","timestamp":"2026-06-16T15:30Z"},
{"id":"GOLD_GRAM","type":"commodity","ticker":"GC=F","quantity":50,"price":6500,"currency":"TRY","source":"yahoo/GC=F"},
{"id":"BTC","type":"crypto","ticker":"BTC-USD","quantity":0.05,"price":4370000,"currency":"TRY","source":"yahoo/BTC-USD"}
],
"fx_rates": {"usdtry":46.71,"eurtry":53.60},
"quality": "100% fetched, latency <2min"
}
Subagent çağrı: data-retriever (devam)
Subagent çağrı: reviewer
Denetim:
type mix'i (equity + cash + commodity + crypto) para birimi tutarlı mı?Output: Bulguları severity ile raporla (KRITIK / ONEMLI / ONERI / BILGI)
Markdown dosyaları yaz: output/<template>-<YYYYMMDD>.md
net-worth-<YYYYMMDD>.mdportfolio-snapshot-<YYYYMMDD>.md (opsiyonel)Tetik: Her gün 17:00 UTC
1. portfolio.json oku → portfolio quantity'ler sabit
2. Canlı fiyat çek (WebFetch): BIST, Nasdaq, altın, kur
3. Net-değer hesapla, `output/net-worth-<tarih>.md` yaz
4. HTML dashboard (finops-terminal.html) yeni çıktıyı oku
User: "finops-agent çalıştır"
→ Önce portfolio.json'ı kontrol et
→ Eksik miktar varsa "X kalem eksik" uyar
→ Onay alırsa canlı veri çek + hesapla
→ output/ dosya yaz
.claude/skills/finops-agent/SKILL.md (bu).claude/agents/data-retriever.md (fiyat çekme + normalize).claude/agents/reviewer.md (kontrol)data/portfolio.json (girdi fixture)output/*.md (rapor)finops-terminal.html (FX senaryo + output paneli)connectors/live-quotes/README.md (type + ticker → kaynak)