一键导入
inventory-content
Systematic cataloging of information assets. Creates comprehensive inventories of all content with metadata and characteristics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Systematic cataloging of information assets. Creates comprehensive inventories of all content with metadata and characteristics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Perform exhaustive analysis of a critical IOC. Use when an IOC needs Tier 2+ investigation beyond basic enrichment - includes GTI pivoting, deep SIEM searches, correlation with related entities, and threat attribution. For escalated IOCs requiring comprehensive investigation.
Complete Tier 1 triage workflow. Orchestrates the full alert triage process: check-duplicates, triage-alert, enrich-ioc for each entity, and either close (FP/BTP) or escalate (TP/Suspicious). Use for end-to-end alert processing.
Complete Tier 2 investigation workflow. Orchestrates deep investigation of escalated cases: deep-dive-ioc, correlate-ioc, specialized triage (malware/login), pivot-on-ioc, and generate comprehensive report. Use for escalated cases requiring thorough analysis.
Check for duplicate or similar cases. Use before deep analysis to avoid investigating the same incident twice. Takes a CASE_ID and returns list of similar cases.
Close a case or alert with proper reason and documentation. Use when triage determines an alert is FP/BTP or investigation is complete. Requires artifact ID, type, closure reason, and root cause.
Check for existing SIEM alerts and case management entries related to IOCs. Use to understand if an indicator has triggered previous alerts or is part of ongoing investigations. Takes IOC list and returns related alerts and cases.
| name | inventory-content |
| description | Systematic cataloging of information assets. Creates comprehensive inventories of all content with metadata and characteristics. |
| required_roles | {"scribe":"roles/scribe.viewer"} |
| personas | ["information-architect","content-manager","librarian"] |
Create a systematic catalog of information assets within a specified path. This skill builds a comprehensive inventory including metadata, file characteristics, and format analysis to support content governance and strategic planning.
PATH - The directory or file path to inventory (e.g., "/documentation")OUTPUT_FORMAT - (Optional) The output format for the inventory, e.g., "csv", "json", "markdown" (default: "json")METADATA_EXTRACTION - (Optional) Boolean, whether to extract deep metadata (author, date, tags) (default: true)FORMAT_ANALYSIS - (Optional) Boolean, whether to analyze file formats and types (default: true)Recursively scan the PATH to identify all files and assets.
If METADATA_EXTRACTION is true, extract metadata from each asset:
If FORMAT_ANALYSIS is true, analyze the structure:
Compile the data into a structured inventory format (CSV, JSON, or Markdown Table) as specified by OUTPUT_FORMAT.
A CONTENT_INVENTORY_REPORT in the specified OUTPUT_FORMAT containing: