← Back to Skills Marketplace
xueyetianya

Fontpick

by bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
313
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install fontpick
Description
Font pairing and typography helper for designers and developers. Use when you need fontpick.
README (SKILL.md)

FontPick

Pick the right fonts. Every time. FontPick gives you selectd pairings and type scales.

Why FontPick?

  • selectd pairings: Tested heading + body combinations
  • Multiple styles: Modern, classic, minimal, bold, and code fonts
  • Font stacks: Ready-to-use CSS font-family declarations
  • Type scales: Calculate harmonious size systems
  • Typography tips: Principles for better font choices

Commands

  • pair [style] — Get font pairings (modern/classic/minimal/bold/code)
  • stack [use] — CSS font stacks (web/email/print)
  • size [base_px] — Generate type scale from base size (default: 16px)
  • contrast — Typography contrast and pairing principles
  • info — Version info
  • help — Show commands

Usage Examples

fontpick pair modern
fontpick pair code
fontpick stack web
fontpick size 18
fontpick contrast

Style Guide

Style Best For
Modern SaaS, tech, startups
Classic Publishing, editorial
Minimal Portfolio, luxury brands
Bold Marketing, headlines
Code Developer tools, IDEs

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Usage Guidance
This skill appears to be what it says: a local font/typography helper that logs your inputs under ~/.local/share/fontpick and can export or search them. It does not request credentials or contact external servers. Before installing or running, review scripts/script.sh yourself (it’s bundled) and confirm how the runtime will execute the script (since there is no installer). If you don’t want inputs persisted, avoid running export/save commands or remove the data directory after use.
Capability Analysis
Type: OpenClaw Skill Name: fontpick Version: 2.0.0 The FontPick skill bundle appears to be a non-functional or placeholder implementation of a typography tool. While SKILL.md describes font pairing and CSS stack features, the actual script (scripts/script.sh) contains no typography logic and instead functions as a simple input logger that saves command arguments to local log files in ~/.local/share/fontpick/. The script contains several coding errors, such as unreachable functions and duplicate case branches, but lacks any indicators of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
Name/description (font pairing, type scales) matches the included script and SKILL.md. The script implements local commands (pair/generate/contrast/export/etc.) that are coherent with a typography helper.
Instruction Scope
SKILL.md only documents `fontpick` commands. The included script stores user inputs and activity in $HOME/.local/share/fontpick (separate .log files and a history.log) and can export/search those logs. This is within scope, but users should be aware that inputs are persisted locally and can be exported.
Install Mechanism
There is no install spec (instruction-only), but a script file (scripts/script.sh) is bundled. No downloads or external installers are used. Note: since there is no installer, the agent or user would need to run the script directly or install it themselves; confirm how the skill runtime plans to execute the script.
Credentials
No environment variables, credentials, or external config paths are requested. The script reads $HOME to create and use a local data directory — appropriate for its functionality.
Persistence & Privilege
always:false and no modification of other skills or system-wide configs. The script persists data only under the user's home (~/.local/share/fontpick), which is proportional to the tool's purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fontpick
  3. After installation, invoke the skill by name or use /fontpick
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
Metadata
Slug fontpick
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 7
Frequently Asked Questions

What is Fontpick?

Font pairing and typography helper for designers and developers. Use when you need fontpick. It is an AI Agent Skill for Claude Code / OpenClaw, with 313 downloads so far.

How do I install Fontpick?

Run "/install fontpick" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fontpick free?

Yes, Fontpick is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Fontpick support?

Fontpick is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fontpick?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.0.

💬 Comments