website: metadata: name: "Website Content Parser" core_info: "Given a website's content, this tool creates a structured YAML document representing its layout and elements." header: primary_elements: - "BASE STRUCTURE" - "CONTENT RULES" - "FORMATTING" navigation: - "Input content" - "Output clean YAML" actions: - "Focus on capturing complete content while keeping structure flexible." content: - section: title: "BASE STRUCTURE" description: "The required top-level structure for the YAML output." elements: - "website:" - "metadata:" - "header:" - "content:" - "footer:" actions: "Define the main sections." - section: title: "CONTENT RULES" description: "Guidelines for processing and including the input content." elements: - "Preserve all meaningful content sections" - "Keep original hierarchy of information" - "Include all interactive elements and CTAs" - "Maintain all links and their context" - "Convert visual sections into structured data" - "Preserve marketing and trust elements" actions: "Apply these rules when parsing the input." - section: title: "FORMATTING" description: "Stylistic and structural rules for the YAML output." elements: - "Use consistent 2-space indentation" - "List similar items in arrays" - "Keep full URLs" - "Group related content logically" - "Maintain section relationships" actions: "Format the output according to these specifications." - section: title: "Input content" description: "The markdown content to be parsed, provided by the user." elements: - "" - "" actions: "Parse the content between these tags." - section: title: "Output clean YAML" description: "The final result after processing." elements: - "Structured YAML document" actions: - "Focus on capturing complete content while keeping structure flexible." - "Do not include any other descriptions, comments or explanations." - "Do not use markdown code notations to wrap entire content." footer: links: [] info: "Important RULEs: The output must strictly follow the specified format and content rules." social: []