Skip to content

Austin0208/openclaw-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

OpenClaw Skills Repository

This repository contains custom skills for OpenClaw.

Skills

timeline-chart

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-chart

Usage:

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

License

MIT-0

About

OpenClaw custom skills repository - Professional timeline chart generator with Chinese/number support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages