timeline-chart

Professional timeline chart generator with Chinese/number support and dynamic layout

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "timeline-chart" with this command: npx skills add austin0208/timeline-chart

Timeline Chart Generator

Professional timeline chart generator for project milestones, historical events, and process flows.

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

Use Cases

  • Project timeline display
  • Historical event timeline
  • Process evolution diagram
  • Milestone showcase
  • Decision flow chart

Quick Start

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')

Technical Details

Font Requirements

Install Chinese fonts:

apt-get install -y fonts-noto-cjk
fc-cache -fv

Recommended Fonts

  • Noto Serif CJK SC: Songti style, for formal business
  • Noto Sans CJK SC: Heiti style, for modern tech
  • WenQuanYi Zen Hei: Open-source Chinese font

Color Scheme

  • Primary Blue: #1E40AF
  • Secondary Blue: #3B82F6
  • Light Blue: #DBEAFE
  • Success Green: #059669
  • Warning Orange: #D97706

Files

  • SKILL.md: This documentation
  • template.py: Complete code template
  • skill.json: Skill metadata

Requirements

  • Python 3.7+
  • Pillow >= 8.0.0
  • fonts-noto-cjk

License

MIT-0

Author

制图创作引领大师 (Image Creation Master)

Version History

1.0.0 (2026-05-06)

  • First release
  • Chinese and number display support
  • Dynamic layout system
  • Complete code template

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

崖州区企业服务

崖州区企业服务技能,用于查询企业基本情况、推荐针对性优惠政策、监管企业安全生产、结合崖州区产业发展情况提供企业发展建议等。支持同时为多家企业生成服务报告。触发词:崖州企业、企业服务、优惠政策、安全生产、企业查询、政策推荐、企业监管、发展建议、产业分析。

Registry SourceRecently Updated
General

REDCap CRF Generator

开发者:邹和建、刘从进 REDCap 数据字典生成器 - 将 Word 文档(CRF/方案)转换为 CSV 格式的 REDCap 数据字典。 适用场景: - 用户上传临床试验 CRF/方案 Word 文档,要求生成数据字典 - 将问卷/调查表转换为 REDCap 可导入的 CSV 格式 功能特点: - 智能识别表...

Registry SourceRecently Updated
General

EcoCompute — LLM Energy Efficiency Advisor

Evidence-first, stateless consulting skill for LLM inference energy optimization using measured benchmark priors and anti-pattern detection.

Registry SourceRecently Updated
General

ccf-events

查询 CCF 近期活动、会议和通知。当用户询问 CCF 近期活动、会议通知、即将举办的研讨会、一个月内将举办的会议、刚刚结束的会议等信息时使用此 skill。

Registry SourceRecently Updated