← 返回 Skills 市场
ckchzh

Font Pairing

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
478
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install font-pairing
功能描述
字体搭配推荐、中文字体指南、Web字体加载、标题字体、系统字体栈、预览HTML生成。Font pairing recommendations, Chinese fonts guide, web fonts, heading fonts, system font stacks.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install font-pairing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /font-pairing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug font-pairing
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 10
常见问题

Font Pairing 是什么?

字体搭配推荐、中文字体指南、Web字体加载、标题字体、系统字体栈、预览HTML生成。Font pairing recommendations, Chinese fonts guide, web fonts, heading fonts, system font stacks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 478 次。

如何安装 Font Pairing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install font-pairing」即可一键安装,无需额外配置。

Font Pairing 是免费的吗?

是的,Font Pairing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Font Pairing 支持哪些平台?

Font Pairing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Font Pairing?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论