font-extractor
Installation
SKILL.md
Font Extractor
Extract all fonts used on a website and save them locally, organized by font family.
Workflow
- Ask — confirm where to save fonts (default:
./fonts/) - Download — find and download all font files from the site
- 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.