font
Work with system fonts. Use when listing, searching, previewing, getting metadata, finding pairings, or installing font files.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/fontFont — Font Management Tool
Manage system fonts: list installed fonts, search by name, preview samples, get metadata, find pairings, and install new fonts.
Commands
list — List installed fonts
bash scripts/script.sh list [--family] [--limit N]
Shows all installed system fonts. Use --family to group by family. Use --limit N to cap output.
search — Search fonts by name
bash scripts/script.sh search "<query>"
Searches installed fonts matching the query string (case-insensitive).
preview — Preview a font sample
bash scripts/script.sh preview "<font_name>" ["sample text"]
Prints a text sample rendered as ASCII art banner using the specified font. Falls back to a formatted display if figlet is not available.
pair — Font pairing suggestions
bash scripts/script.sh pair "<font_name>"
Suggests complementary fonts for pairing based on font classification (serif, sans-serif, monospace, display).
info — Font metadata
bash scripts/script.sh info "<font_name_or_path>"
Shows metadata for a font: family, style, weight, file path, format, and character count.
install — Install a font file
bash scripts/script.sh install "<font_file_path>"
Installs a .ttf, .otf, or .woff2 font file to the user font directory and refreshes the font cache.
Output
All commands print plain text to stdout. Font operations use fc-list, fc-query, and fc-cache on Linux; system_profiler on macOS.
Requirements
- bash 4+
- python3 (standard library only)
Feedback
Report issues or suggestions: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-font": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
designer-intelligence-station
Designer intelligence collection tool. Monitors 46 public sources (AI/hardware/mobile/design), dynamic quality-based filtering v2.1.8, generates structured daily/weekly reports. All data stored locally.
douyin-cover-builder
这是一个面向中文创作者的 OpenClaw Skill,输入主题与人物气质后,会输出可直接用于生图模型的高质量提示词与创意说明。
SeedFlip Dashboard Theme
Re-theme your OpenClaw dashboard with 104 curated design seeds from SeedFlip. Fonts, colors, shadows, radii. One command, instant transformation.
shadow
Generate and preview CSS shadow effects using CLI tools. Use when you need box-shadow, text-shadow, drop-shadow, layered shadows, presets, animations,
ColorLab
Convert colors and generate palettes with WCAG contrast checks. Use when building palettes, converting hex/RGB, checking accessibility.