← Back to Skills Marketplace
ckchzh

Font Pairing

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
478
Downloads
0
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install font-pairing
Description
字体搭配推荐、中文字体指南、Web字体加载、标题字体、系统字体栈、预览HTML生成。Font pairing recommendations, Chinese fonts guide, web fonts, heading fonts, system font stacks.
README (SKILL.md)

font-pairing

字体搭配推荐、中文字体指南、Web字体加载、标题字体、系统字体栈、预览HTML生成。Font pairing recommendations, Chinese fonts guide, web fonts, heading fonts, system font stacks, preview HTML.

核心特点

🎯 精准 — 针对具体场景定制化输出 📋 全面 — 多个命令覆盖完整工作流 🇨🇳 本土化 — 完全适配中文用户习惯

命令列表

命令 功能
pair pair
chinese chinese
web web
heading heading
system system
preview preview

专业建议

  • 对比** — 标题和正文用不同类型(如衬线+无衬线)
  • 层次** — 最多3种字体:标题、正文、强调
  • 一致性** — 同一项目保持字体统一
  • 可读性优先** — 正文用易读字体,装饰字体只用于标题
  • | 标题 | 正文 | 风格 |

font-pairing by BytesAgain

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

Examples

# Show help
font-pairing help

# Run
font-pairing run

Commands

Run font-pairing help to see all available commands.

Usage Guidance
This skill appears to be what it claims: a font/design helper that prints recommendations and can generate preview HTML. Before installing, note that the scripts will create a per-user data directory (by default ~/.local/share/font-pairing) and append to history.log; you can override the location via FONT_PAIRING_DIR if you prefer. There are no network calls or credential requirements. If you are uncomfortable with any local file writes, review or run the scripts manually to confirm behavior, or set FONT_PAIRING_DIR to a location you control or to /tmp before use.
Capability Analysis
Type: OpenClaw Skill Name: font-pairing Version: 2.0.0 The font-pairing skill is a design utility for font recommendations and web optimization. The scripts (scripts/font.sh and scripts/script.sh) primarily output static design guides or structured prompts for the AI agent to generate CSS/HTML, and include a local logging mechanism for command history in the user's local data directory. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (font pairing, Chinese fonts, web-font loading, preview HTML) align with the provided SKILL.md and the two scripts. The scripts produce text prompts, sample output, and a small set of design helper commands — all coherent with a font/design utility.
Instruction Scope
SKILL.md and scripts limit their actions to producing recommendations, example HTML/CSS, and CLI-style output. They do not attempt to read unrelated system files, network-post data, or ask for credentials. The runtime behavior is constrained to generating content and handling CLI args.
Install Mechanism
No install specification is present (instruction-only plus small scripts). No downloads, package installs, or external installers are declared.
Credentials
The repository declares no required env vars, which matches its purpose. The script references optional environment variables FONT_PAIRING_DIR and XDG_DATA_HOME and uses HOME as a fallback to build a data directory (~/.local/share/font-pairing). This is reasonable for storing a local history log, but users should know the skill will create and write files under that path.
Persistence & Privilege
always:false and model invocation is allowed by default (normal). The only persistence is creation of a per-user data directory and appending to history.log there; the skill does not modify other skills or system settings. Users should be aware of the small local file write.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install font-pairing
  3. After installation, invoke the skill by name or use /font-pairing
  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
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.0
Initial release of the font-pairing skill: - Provides font pairing recommendations and Chinese font guides. - Features commands for web fonts, heading fonts, system font stacks, and generating preview HTML. - Designed with localized support for Chinese typography and workflow. - Includes professional typography tips and best practices.
Metadata
Slug font-pairing
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 10
Frequently Asked Questions

What is Font Pairing?

字体搭配推荐、中文字体指南、Web字体加载、标题字体、系统字体栈、预览HTML生成。Font pairing recommendations, Chinese fonts guide, web fonts, heading fonts, system font stacks. It is an AI Agent Skill for Claude Code / OpenClaw, with 478 downloads so far.

How do I install Font Pairing?

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

Is Font Pairing free?

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

Which platforms does Font Pairing support?

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

Who created Font Pairing?

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

💬 Comments