This repository contains custom skills for OpenClaw.
Professional timeline chart generator with Chinese/number support and dynamic layout.
Features:
- Auto-parse timeline event data
- Smart layout for time nodes and event cards
- Full Chinese, number, and punctuation support
- Dynamic card height to avoid text overflow
- Professional business-style design
- Color-coded node types
Installation:
clawhub install timeline-chartUsage:
from template import create_timeline
events = [
('2024-01-01', 'Project Started', 'Start', None),
('2024-06-01', 'Milestone 1', 'M1', 'Team: 5 people'),
('2024-12-01', 'Project Completed', 'End', 'Success rate: 95%'),
]
create_timeline(events, 'output.png', 'Project Timeline')ClawHub: https://clawhub.ai/skill/timeline-chart
MIT-0