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.
npx skills add trycomp-io/comp-skills --skill stock-options-calculatorgit clone --depth 1 https://github.com/trycomp-io/comp-skillsWrote 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.
[](https://agentmods.dev/skills/trycomp-io/comp-skills/stock-options-calculator)<a href="https://agentmods.dev/skills/trycomp-io/comp-skills/stock-options-calculator"><img src="https://agentmods.dev/badge/skills/trycomp-io/comp-skills/stock-options-calculator/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.
<a href="https://agentmods.dev/skills/trycomp-io/comp-skills/stock-options-calculator"><img src="https://agentmods.dev/badge/skills/trycomp-io/comp-skills/stock-options-calculator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00150 | $0.01806 |
| Opus 5 | $0.00075 | $0.00903 |
| Sonnet 5 | $0.00030 | $0.00361 |
| Haiku 4.5 | $0.00015 | $0.00181 |
Grade A, and why
stock-options-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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stock Options Calculator
Calcula valor potencial de Stock Options em empresas de capital fechado e devolve cenários + talking points pra CHRO conduzir conversa com candidato/colaborador.
Dual-mode operation (Code + Cowork)
- Claude Code:
python3 scripts/stock_options.py ...(output rico com timeline visual). - Claude Cowork: cálculo inline. Mesma matemática, output em markdown.
Inline calculation logic (Cowork)
Inputs obrigatórios
grant(nº de opções)strike(R$/opção)fmv(R$/opção, FMV atual)current_valuation(R$ da empresa)shares_outstanding(total fully diluted)
Inputs opcionais com defaults
vesting_years= 4 ·cliff_months= 12rounds_until_exit= 2 ·dilution_per_round= 20%multipliers= [3, 5, 10, 50]
Cálculos
% da empresa hoje: grant / shares_outstanding × 100
% após diluição: % hoje × (1 - 0,20)^2 = × 0,64 (com defaults)
Valor intrínseco hoje (hipotético, sem liquidez): (fmv - strike) × grant
Vesting timeline (linear pós-cliff):
- Ano 0: 0 opções (cliff)
- Ano 1: 25% das opções
- Ano 2: 50%
- Ano 3: 75%
- Ano 4: 100%
Cenário de exit (pra cada multiplier M):
exit_valuation = current_valuation × Mproceeds_pre_strike = exit_valuation × pct_após_diluiçãostrike_cost = grant × strikenet_proceeds = proceeds_pre_strike - strike_costper_option = net_proceeds / grantvs_strike_multiple = (per_option + strike) / strike
Output markdown (Cowork)
## Stock Options: [empresa]
**Grant**: N opções · **Strike**: R$ X · **FMV**: R$ X
**Vesting**: 4 anos, cliff 12m
**Valuation atual**: R$ X · **% da empresa hoje**: Y%
**% após 2 rounds × 20% diluição**: Z%
### Vesting timeline
| Ano | Opções vested | % |
|---|---|---|
| 0 | 0 | 0% |
| 1 | N | 25% |
| ... | ... | ... |
### Cenários de exit (após diluição, antes de IR)
| Multiplier | Exit Valuation | Net pro você | ×Strike |
|---|---|---|---|
| 3x | R$ X | R$ X | Yx |
| 5x | R$ X | R$ X | Yx |
| 10x | R$ X | R$ X | Yx |
| 50x | R$ X | R$ X | Yx |
> IR sobre ganho de capital (15% até R$5M, escalonado) desconta do "Net", use como teto otimista.
### Talking points
1. **EQUITY ≠ DINHEIRO LÍQUIDO**: options não competem em cash, competem em multiplicação.
2. **SEM CASH SAINDO HOJE**: strike só exercido em exit.
3. **BINÁRIO: ESCALA OU ZERO**: honesto sobre risco.
4. **VESTING ALINHA DECISÃO**: contrato de parceria, não golden handcuff.
5. **PARCERIA, NÃO COMPENSAÇÃO**: pergunte "que tipo de parceiro eu quero ser?"
Framework: artigo Cajuína "Stock Options em empresas de capital fechado".
What ships with it
3 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.
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.
- 9d ago First seen · 165 lines · 150 tokens per session scan A 194f99f71d5a
stock-options-calculator is a skill published in the GitHub repository trycomp-io/comp-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 150 tokens to every session and 1,806 once invoked, about $0.0007 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-31.
Other skills, from other repositories
contingencia-report
Gera relatórios estruturados de contingência jurídica para uso em balanços, auditoria e compliance. Use quando o usuário precisar classificar processos por probabilidade de perda (provável/possível/remota) conforme CPC art. 95-96 e IAS 37 / CPC 25, calcular impacto financeiro no passivo contingente, ou preparar…
Classificação de Risco e Provisão (CPC 25)
Classifica o risco de cada processo judicial como Provável, Possível ou Remoto conforme CPC 25 e calcula o valor de provisão contábil recomendado, com memória de cálculo auditável para reporte ao financeiro e auditoria externa.
Revisão de Fatura Jurídica (Billing Guidelines)
Revisa faturas de escritórios externos contra as billing guidelines da organização, identificando linhas não conformes (horas excessivas, atividades não faturáveis, profissionais não aprovados) e calculando o valor a glosar com justificativa por linha.
irpf-brasil
Use para declaração de IRPF guiada passo a passo, análise de pré-preenchida, cálculo de imposto, deduções, bens e direitos, rendimentos, restituição, malha fina, carnê-leão. Conduz o usuário como se estivesse declarando de verdade.
design-compensation-structure
Use when building or redesigning a salary band structure, total rewards framework, or compensation philosophy for an organization.
fiscaliste
Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…