website: metadata: name: "Website Content Parser" core_info: "A tool to convert website content into structured YAML." header: primary_elements: - "Website Content Parser" navigation: [] actions: [] content: - section: title: "Given this website content from , create a structured YAML document with:" description: "" elements: - "1. BASE STRUCTURE:" - "website:" - " metadata:" - " name/title" - " core_info" - " header:" - " primary_elements" - " navigation" - " actions" - " content:" - " - section:" - " title" - " description" - " elements" - " actions" - " footer:" - " links" - " info" - " social" - "2. CONTENT RULES:" - "- 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" - "3. FORMATTING:" - "- Use consistent 2-space indentation" - "- List similar items in arrays" - "- Keep full URLs" - "- Group related content logically" - "- Maintain section relationships" actions: [] - section: title: "Input content:" description: "" elements: - "" - "" - "" actions: [] - section: title: "Output clean YAML without formatting markers. Focus on capturing complete content while keeping structure flexible." description: "" elements: [] actions: [] - section: title: "Important RULEs:" description: "" elements: - "- Do not include any other descriptions, comments or explanations. (e.g. \"Here are ...\")" - "- Do not use markdown code notations such as \"```\", \"```plaintext\", \"```json\", \"```yaml\", \"```xml\", \"```markdown\" to wrap entire content." actions: [] footer: links: [] info: [] social: []