carta-conversion-calculator

carta-conversion-calculator is a skill for Claude Code, Codex from carta/plugins. It costs 87 tokens per session (2,012 once invoked), scanned A, original, Apache-2.0.

A calculator for converting SAFEs and convertible notes into company shares when a priced funding round closes. A SAFE is an agreement for future equity, while a convertible note is a loan that can turn into equity.

In plain words
What is it for?
Use it to calculate conversion shares for SAFEs and notes, using terms such as the round’s pre-money valuation or price per share.
Why use it?
It works through the share-conversion math so you can see what happens to existing instruments at the new round’s price or valuation.

Skill for Claude CodeCodex

Part of the carta-cap-table plugin — 22 skills, 5 hooks shipped together

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/carta/plugins/carta-conversion-calculator
Any agent
npx skills add carta/plugins --skill carta-conversion-calculator
Clone the repo
git clone --depth 1 https://github.com/carta/plugins

Made for: Claude Code, Codex.

Or install carta-cap-table, the plugin that ships this one along with the rest of its 22 skills, 5 hooks.

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 carta-conversion-calculator

README.md
[![agentmods](https://agentmods.dev/badge/skills/carta/plugins/carta-conversion-calculator.svg)](https://agentmods.dev/skills/carta/plugins/carta-conversion-calculator)
Your own site
<a href="https://agentmods.dev/skills/carta/plugins/carta-conversion-calculator"><img src="https://agentmods.dev/badge/skills/carta/plugins/carta-conversion-calculator.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00087 $0.02012
Opus 5 $0.00044 $0.01006
Sonnet 5 $0.00017 $0.00402
Haiku 4.5 $0.00009 $0.00201

Measured today against content hash bdae77dee082, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

carta-conversion-calculator 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 today.

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.

plugins/carta-cap-table/skills/carta-conversion-calculator/SKILL.md · 174 lines

How it starts

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

Conversion Calculator

Calculate how SAFEs and convertible notes convert into equity at a given round price or valuation.

When to Use

  • "How many shares would the SAFEs convert into at a $50M pre?"
  • "Calculate SAFE conversions for the Series A"
  • "What happens to the convertible notes if we raise at $10/share?"
  • "Show me the conversion math for all outstanding instruments"

Prerequisites

You need:

  1. corporation_id — get from list_accounts
  2. Round terms — user must provide at least a pre-money valuation or price per share

Data Retrieval

The gateway defaults to detail=summary for list commands. This skill needs individual records, so "detail": "full" is passed explicitly.

  • call_tool({"name": "cap_table__get__convertible_notes", "arguments": {"corporation_id": corporation_id, "detail": "full"}}) — SAFEs + convertible notes
  • call_tool({"name": "cap_table__get__cap_table_by_share_class", "arguments": {"corporation_id": corporation_id}}) — current fully diluted count
  • call_tool({"name": "cap_table__get__409a_valuations", "arguments": {"corporation_id": corporation_id}}) — current FMV (for reference)

Read the full file on GitHub · 174 lines

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. today Changed · +1 lines bdae77dee082
  2. 4d ago First seen · 173 lines · 87 tokens per session scan A 3c5e9b7a2718

Subscribe to this mod's changes

carta-conversion-calculator is a skill published in the GitHub repository carta/plugins (12 stars, last pushed today), licensed Apache-2.0. It adds 87 tokens to every session and 2,012 once invoked, about $0.0004 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

configure-auth

Add authentication and authorization to a Blazor Web App, accounting for the app's render mode. USE WHEN the user needs [Authorize] on pages, AuthorizeView, role or policy-based access, login/logout Identity pages, or AuthenticationStateProvider. Also USE WHEN auth state is null after WebAssembly loads, SignInManager…

managedcode/dotnet-skills · 137 tokens

polymarket-trading

Use when the user wants to actually PLACE, manage, or redeem bets on Polymarket (not just read odds — that's the blockrunpredexon data tools). Covers setup (deposit wallet, funding, approvals), buy/sell with confirm gating, positions, redeeming winnings, geoblock handling, and the end-to-end flow.

BlockRunAI/ClawRouter · 76 tokens

skill-cost-projections

Project remaining workflow cost from per-phase averages — warns on budget ceiling overruns.

nyldn/claude-octopus · 20 tokens

release

Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…

devoxx/DevoxxGenieIDEAPlugin · 121 tokens

close-task-commit-push-pr

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 64 tokens

zenith-execution

Unified trade execution suite: Half-Kelly sizing, stop-loss calculation, Monte Carlo simulation, and portfolio rebalancing. Absorbs: kelly-mandate, stop-loss-calc, monte-carlo-sim, portfolio-rebalancer.

winstonkoh87/Athena-Public · 55 tokens