一键导入
deidentify
Detect and redact PII in the bundled document, then report the privacy/utility tradeoff. Usage /deidentify [path]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detect and redact PII in the bundled document, then report the privacy/utility tradeoff. Usage /deidentify [path]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Value a public company's equity end-to-end (FCFE at CAPM cost of equity) with an IB deal team — multi-year EDGAR data, scenario forecasting, Monte-Carlo DCF, dual-source comps, a verification gate, and an investment-committee sign-off. Run `/valuation <cik|ticker>`.
Value a public company end-to-end from its CIK or ticker. Run `/valuation <cik|ticker>`. Orchestrates EDGAR fetch, three parallel valuation lanes (Monte-Carlo DCF, dual-source comparables, qualitative/risk), and reconciliation into a fair-value median + P10–P90, benchmarked against the real market price.
Generate a professional 2-page report on a publicly-traded company as a self-contained HTML website. Given a company name, orchestrates five subagents in order (Generalist, Data Retriever, Data Scientist, Financial Analyst, Report Writer) — pulling the latest 10-K from SEC EDGAR, cleaning the financials, analyzing them, and writing the report. Use when the user asks for a company report, equity write-up, or 10-K-based analysis. Triggers include "write a report on <company>", "company report for <X>", "/company-report".
One sentence on what this command does and when to invoke it. Usage /my-skill "<arg>"
Answer a question about the bundled NovaCorp filings, grounded and graded. Usage /ask "<question>"
Route a research question, gather grounded evidence, and write a cited brief. Usage /brief "<question>"
| name | deidentify |
| description | Detect and redact PII in the bundled document, then report the privacy/utility tradeoff. Usage /deidentify [path] |
Run the full Detect → Redact → Measure pipeline on a document (defaults to the
bundled data/customer_support_ticket.txt) and save a grounded report.
python -m tools.deidentify --json > reports/_scan.json
Read it; note the entity counts per type (EMAIL, SSN, PHONE, PERSON, ACCOUNT).redacted field from reports/_scan.json
to reports/<doc>.redacted.txt. Confirm each placeholder appears.python -m tools.metrics > reports/_metrics.json
Read the privacy and utility numbers.privacy < 1.0, an identifier leaked — name the type and re-run
detection before reporting. If utility is low, redaction was too aggressive —
flag the over-redacted span. Loop at most 3 times.reports/<doc>.md:
reports/_metrics.json),Cite only the tool outputs — entity counts and the two metrics. Do not claim PII was
removed without the privacy number, and never estimate a score by hand.
Try these to start:
/deidentify ← the bundled support ticket.data/customer_support_ticket.txt and re-run; watch the
counts change.utility stays at 1.0 —
the detector should not redact it.