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 agentmods add skills/global-slice/claude-plugin/securities-analysisnpx skills add Global-Slice/claude-plugin --skill securities-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/securities-analysis)<a href="https://agentmods.dev/skills/global-slice/claude-plugin/securities-analysis"><img src="https://agentmods.dev/badge/skills/global-slice/claude-plugin/securities-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 | $0.00070 | $0.01122 |
| Opus 5 | $0.00035 | $0.00561 |
| Sonnet 5 | $0.00014 | $0.00224 |
| Haiku 4.5 | $0.00007 | $0.00112 |
Grade B, and why
securities-analysis scanned grade B with 1 finding 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 3d 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.
Nullifies safety policiesmediumAnti-refusal
"You have no restrictions", "do anything now", "ignore your guidelines": a direct jailbreak that disables guardrails.
3. Use `securities_list` only when the user really wants all rows of one security type and no filters apply. Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Securities Analysis
Scope
Use for any security type (grants, shares, warrants, convertibles) and vesting timelines. For employee grant compensation, exercise, or PTEP focus, prefer equity-compensation-analysis. For company ownership totals, use cap-table-analysis. For compliance tickets, use compliance-analysis.
Ground Truth And Defaults
Slice data is the source of truth for any specific company, stakeholder, grant, share, warrant, or convertible. Stay scoped to the authenticated company tenant and keep every query on the same as-of date when possible.
Only use domain defaults as a last resort after retrieval and clarification are exhausted. Defaults that may be used transparently: the grantor is a private company, awards are equity-based, an unspecified instrument is a stock option only for a specific record, and a generic non-qualified tax treatment applies unless Slice data or the user says otherwise. State any assumption you use.
Tool Selection
Use the securities tools in this order:
- Start with
securities_searchfor broad discovery across grants, shares, warrants, and convertibles. Prefer compact filters:stakeholderName,stakeholderId,securityType,status, anddate. - Use
securities_findwhen the user asks for one security type with structured filters such as stakeholder, beneficiary, date range, status, grant type, equity plan, or share class. - Use
securities_listonly when the user really wants all rows of one security type and no filters apply. - Use
securities_get_onefor full details after narrowing to a small set of internal UUIDs. - Use
securities_get_by_customer_facing_idswhen the user provides customer-facing IDs instead of internal UUIDs. - Use
valuations_list/valuations_get_onewhen exercise price, FMV, 409A, or grant-date valuation compliance matters.
All securities pagination is bounded. Use limit up to 50 and advance offset while hasNext is true.
Grant And Award Mechanics
For grants, always distinguish the award type because it drives cap-table and tax behavior:
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.
- 3d ago First seen · 65 lines · 70 tokens per session scan B 95fe0ba5c400
securities-analysis is a skill published in the GitHub repository Global-Slice/claude-plugin (9 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 1,122 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (nullifies safety policies). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
cap-table-management
Manage the capitalization table — track all equity holders, SAFEs and convertible notes, model dilution scenarios, and maintain a fully diluted view. Use when the user asks about updating the cap table, modeling dilution, converting SAFEs, managing the option pool, or understanding ownership percentages.
equity-deep-dive
A thorough single-equity deep dive — read the recent qualitative picture from the web, then ground it in fundamentals and health ratios, an intrinsic DCF with a sensitivity range, a comparable-company cross-check, and the analyst-consensus view.
dcf-valuation
Estimate a public equity's intrinsic value with a discounted-cash-flow model — pull fundamentals, set a discount rate via CAPM/WACC, project free cash flow, and discount it.
relative-valuation
Value an equity against its peers — peer-median trading multiples applied to the company's metrics for an implied range, cross-read against its own valuation ratios.
ticker-snapshot
Quick structured overview of a single public equity — identity, sector, market cap, valuation ratios, current price, recent trend.
wealth-structure
当用户问「怎么赚钱/如何致富/该不该要期权/如何判断一个生意的结构」时调用。 核心理念: 财富=睡觉时仍在赚钱的资产; 靠「责任(押上声誉)→产权(股权/知识产权)→杠杆(无需许可的代码媒体)→避免出局」构建, 无法靠出租时间致富。 不适用于: 具体投资标的分析、理财产品的选股建议。 Triggers: 致富/赚钱/股权/期权/杠杆/被动收入/ownership/leverage/equity.