font-extractor

Installation
SKILL.md

Font Extractor

Extract all fonts used on a website and save them locally, organized by font family.

Workflow

  1. Ask — confirm where to save fonts (default: ./fonts/)
  2. Download — find and download all font files from the site
  3. Organize — run the bundled script to sort them into family subdirectories

The heavy lifting of family detection is done by reading each font file's internal name table — no need to parse CSS family names.


Step 0: Confirm output location

Before downloading, ask the user where they'd like the fonts saved. Default to ./fonts/ if they don't have a preference. Use their chosen path in place of ./fonts/ throughout the remaining steps.


Related skills

More from trtmn/agent-skills

Installs
4
First Seen
Mar 11, 2026