creating-financial-models

creating-financial-models is a skill for Claude Code, Codex from LuizEduPP/Rememb. It costs 44 tokens per session (1,105 once invoked), scanned A, a copy of creating-financial-models, MIT.

A set of methods for building financial models, including discounted cash flow valuation, sensitivity tests, simulations, and best-case or worst-case scenarios.

In plain words
What is it for?
Use it to value investments or companies, test important assumptions, simulate possible outcomes, and compare financial scenarios.
Why use it?
It helps turn financial assumptions into comparable results and show how uncertainty or changing inputs affects a decision.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/luizedupp/rememb/creating-financial-models
Any agent
npx skills add LuizEduPP/Rememb --skill creating-financial-models
Clone the repo
git clone --depth 1 https://github.com/LuizEduPP/Rememb

Made for: Claude Code, Codex.

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 creating-financial-models

README.md
[![agentmods](https://agentmods.dev/badge/skills/luizedupp/rememb/creating-financial-models.svg)](https://agentmods.dev/skills/luizedupp/rememb/creating-financial-models)
Your own site
<a href="https://agentmods.dev/skills/luizedupp/rememb/creating-financial-models"><img src="https://agentmods.dev/badge/skills/luizedupp/rememb/creating-financial-models.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,105 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 84% copy Near-identical to another mod 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 $0.00044 $0.01105
Opus 5 $0.00022 $0.00553
Sonnet 5 $0.00009 $0.00221
Haiku 4.5 $0.00004 $0.00111

Measured 5d ago against content hash 0680d021520f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

creating-financial-models 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (dcf_model.py, sensitivity_analysis.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

84% identical to creating-financial-models — 24 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

src/rememb_skills/creating-financial-models/SKILL.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Financial Modeling Suite

A comprehensive financial modeling toolkit for investment analysis, valuation, and risk assessment using industry-standard methodologies.

Core Capabilities

1. Discounted Cash Flow (DCF) Analysis

  • Build complete DCF models with multiple growth scenarios
  • Calculate terminal values using perpetuity growth and exit multiple methods
  • Determine weighted average cost of capital (WACC)
  • Generate enterprise and equity valuations

2. Sensitivity Analysis

  • Test key assumptions impact on valuation
  • Create data tables for multiple variables
  • Generate tornado charts for sensitivity ranking
  • Identify critical value drivers

3. Monte Carlo Simulation

  • Run thousands of scenarios with probability distributions
  • Model uncertainty in key inputs
  • Generate confidence intervals for valuations
  • Calculate probability of achieving targets

4. Scenario Planning

  • Build best/base/worst case scenarios
  • Model different economic environments
  • Test strategic alternatives
  • Compare outcome probabilities

Input Requirements

For DCF Analysis

  • Historical financial statements (3-5 years)
  • Revenue growth assumptions
  • Operating margin projections
  • Capital expenditure forecasts
  • Working capital requirements
  • Terminal growth rate or exit multiple
  • Discount rate components (risk-free rate, beta, market premium)

For Sensitivity Analysis

  • Base case model
  • Variable ranges to test
  • Key metrics to track

For Monte Carlo Simulation

  • Probability distributions for uncertain variables
  • Correlation assumptions between variables
  • Number of iterations (typically 1,000-10,000)

For Scenario Planning

  • Scenario definitions and assumptions
  • Probability weights for scenarios
  • Key performance indicators to track

Output Formats

DCF Model Output

  • Complete financial projections
  • Free cash flow calculations
  • Terminal value computation
  • Enterprise and equity value summary
  • Valuation multiples implied
  • Excel workbook with full model

Read the full file on GitHub · 194 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 194 lines · 44 tokens per session scan A 0680d021520f

Subscribe to this mod's changes

creating-financial-models is a skill published in the GitHub repository LuizEduPP/Rememb (4 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 1,105 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to creating-financial-models, differing in 24 lines, and is treated as a copy.

Related

Other skills, from other repositories

finance-data

Get stock quotes, company info, market data, and crypto prices. No API key needed.

Bitterbot-AI/bitterbot-desktop · 22 tokens

Effective Memory

The essential habits for an AI agent with memory — session bookends, learning triggers, verification, safety, and the operational discipline that turns raw recall into compounding intelligence. Pinned, always-injected.

plur-ai/plur · 44 tokens

recall

Recall this repository's OwnMem local memory before changing code, and keep it healthy. Use when a repository contains .ownmem/, when past debugging lessons could apply ("have we hit this before", "why is it done this way"), or when the user mentions ownmem, project memory, or recalling across sessions.

grpcer/ownmem · 66 tokens

init

Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.

grpcer/ownmem · 43 tokens

honcho-integration

Integrate Honcho memory into existing Python or TypeScript codebases. Use when adding Honcho SDK, setting up peers, configuring sessions, and accessing Honcho's representation.

plastic-labs/honcho · 40 tokens

honcho-memory

Concepts and strategy for using a connected Honcho as persistent memory of the user — the recall/record loop and session and peer design. Start here to understand how Honcho memory works, then connect — via a first-class integration for your environment if one exists (preferred), or raw MCP tools (covered here) or the…

plastic-labs/honcho · 91 tokens