원클릭으로
semantic-extract
Extract structured data and entities from existing HTML, Markdown, or text files to audit metadata availability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract structured data and entities from existing HTML, Markdown, or text files to audit metadata availability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Normalize named entities and concept variants into canonical forms using controlled vocabularies or standard taxonomies.
Analyze vocabulary overlap and identify named entities unique to domain/document corpora.
Transform lengthy documents into a semantic tree structure. It extracts sections, summaries, and hierarchies optimized for use with Large Language Models (LLMs).
Design formal ontologies using OWL/RDFS. Defines classes, properties, and relationships for complex semantic modeling.
Systematic cataloging of information assets. Creates comprehensive inventories or card sorting materials from content.
Generate JSON-LD structured data for web content. Maps content to Schema.org types to improve search engine understanding and rich result eligibility.
| name | semantic-extract |
| description | Extract structured data and entities from existing HTML, Markdown, or text files to audit metadata availability. |
| required_roles | {"scribe":"roles/scribe.editor"} |
| personas | ["content-strategist","data-analyst"] |
Parse documents to identify and extract existing structured data (tables, lists, headers) and potential entities, converting them into a raw structured format for audit or migration.
PATH - The source document to process.OUTPUT_FORMAT - (Optional) "json", "csv", "yaml" (default: "json").PATH.OUTPUT_FORMAT.A structured object containing the extracted data, keyed by the source element (e.g., "Table 1", "Frontmatter").