graph TD
A[Start] --> B[Input: VSL Script]
B --> C[Skill #223 LLM]
C --> D[Process VSL Script]
D --> E[Identify Key Segments]
E --> F[Label Segments]
F --> G[Extract Exact Script Text]
G --> H[Format Output]
H --> I[Output: Segmented VSL Script]
I --> J[End]
subgraph Skill_223_Process
D
E
F
G
end