Install Chinese Fonts
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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.
Running the script can install packages and update the font cache on the machine.
The script performs package-manager actions that modify the host system. This is expected for installing fonts, but it is still a system-changing operation.
run apt-get update run apt-get install -y fonts-noto-cjk
Use the provided --dry-run or --verify-only options first if you want to inspect what will happen, and run the install only on systems where package changes are acceptable.
If run with elevated privileges, the commands can make system-level package and font-cache changes.
The skill discloses that administrator-level privileges may be needed for system-wide font installation.
For system-wide installs, expect root privileges or a privileged shell.
Only grant elevated privileges when you intend to install fonts system-wide, and review the listed package names before proceeding.
