graph TD
    A[Start] --> B[Receive website URL input]
    B --> C[Pass URL to Screenshot Video Tool]
    C --> D[Skill #175: Get Screenshot Video]
    D --> E[Generate 10s scroll capture MP4]
    E --> F[Return MP4 video URL]
    F --> G[End]
    
    style A fill:#f9f,stroke:#333
    style G fill:#f9f,stroke:#333
    style D fill:#bbf,stroke:#333