Timeline Chart Generator
PassAudited by VirusTotal on May 6, 2026.
Overview
Type: OpenClaw Skill Name: timeline-chart Version: 1.0.0 The skill bundle is a legitimate tool for generating timeline chart images using the Python Pillow library. The code in `template.py` performs standard image drawing operations and file saving without any network activity, sensitive data access, or obfuscated logic. The instructions in `SKILL.md` regarding font installation are consistent with the tool's requirement for rendering Chinese characters.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
You may need to install packages before using the skill, which can modify your local system or Python environment.
The skill asks the user to install system fonts and depends on Pillow for image generation. This is expected for Chinese text rendering and chart creation, but it changes the local environment and should come from trusted package sources.
Install Chinese fonts: ```bash apt-get install -y fonts-noto-cjk fc-cache -fv ``` ... - Pillow >= 8.0.0
Install fonts and Python packages only from trusted repositories, and consider using a Python virtual environment for the Pillow dependency.
