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 Global-Slice/claude-plugin --skill funding-rounds-analysisgit clone --depth 1 https://github.com/Global-Slice/claude-pluginWrote 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/global-slice/claude-plugin/funding-rounds-analysis)<a href="https://agentmods.dev/skills/global-slice/claude-plugin/funding-rounds-analysis"><img src="https://agentmods.dev/badge/skills/global-slice/claude-plugin/funding-rounds-analysis.svg" alt="Measured on agentmods" 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.00080 | $0.00638 |
| Opus 5 | $0.00040 | $0.00319 |
| Sonnet 5 | $0.00016 | $0.00128 |
| Haiku 4.5 | $0.00008 | $0.00064 |
Grade A, and why
funding-rounds-analysis 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 8d 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 — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Funding Rounds Analysis
Scope
Use for round mechanics, proceeds, and dilution. For company-wide cap-table structure without round focus, use cap-table-analysis. For exit proceeds allocation, use waterfall-analysis.
Tool Workflow
- Use
rounds_listto discover rounds and the share classes associated with each round. - Use
rounds_get_display_dataonly when names/IDs are enough. - Use
rounds_get_total_raisedafter collecting the target round's share class IDs fromrounds_list. - Use
share_classes_listandshare_classes_get_onefor share-class terms and names. - Use
cap_table_get_summary,cap_table_search_entries,securities_find, andsecurities_searchto inspect investors, issued shares, convertibles, warrants, and stakeholder positions around the round. - Use
valuations_listwhen valuation/FMV context is relevant.
Keep the same as-of date across tools when comparing pre/post or current round effects.
Round Mechanics
A priced round usually has: pre-money valuation, pre-money fully diluted share count, optional pool top-up, price per share, new primary shares issued, post-money valuation, and post-money fully diluted ownership.
Do not conflate primary and secondary transactions. Primary issuances create new shares and cash goes to the company. Secondary transfers move existing shares between stakeholders and cash goes to the seller, so they do not increase company proceeds or outstanding shares.
Founder shares issued at nil or nominal consideration are normal formation shares. SAFE and convertible instruments may affect fully diluted calculations before they convert and become shares at a priced round.
Option Pool Top-Ups
Investors often require the unissued option pool to be refreshed before closing. That top-up is typically pre-money, diluting existing holders before the new investment price is set. Use equity pool and cap-table tools to understand pool size and availability; do not infer a top-up unless round, pool, or share-class data supports it.
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.
- 8d ago First seen · 43 lines · 80 tokens per session scan A 93b8d49d351d
funding-rounds-analysis is a skill published in the GitHub repository Global-Slice/claude-plugin (9 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 638 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-31.
Other skills, from other repositories
better-auth
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
cloudflare-cron-triggers
Cloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering handler not found, invalid cron expression, timezone errors.
aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
cloudflare-durable-objects
Cloudflare Durable Objects for stateful coordination and real-time apps. Use for chat, multiplayer games, WebSocket hibernation, or encountering class export, migration, alarm errors.
cloudflare-nextjs
Deploy Next.js to Cloudflare Workers via the OpenNext adapter (@opennextjs/cloudflare). Use for SSR/ISR/SSG/App or Pages Router, getCloudflareContext, bindings (D1/R2/KV/AI/Hyperdrive), caching tiers, skew protection, multi-worker, custom worker, env vars, or worker…
cloudflare-sandbox
Cloudflare Sandboxes SDK for secure code execution in Linux containers at edge. Use for untrusted code, Python/Node.js scripts, AI code interpreters, git operations.