Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计通过

ttf-converterttf 转换器

Agent Skill

ttf-converter 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,160

周安装

133

GitHub Stars

1

下载量

1,107
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ttf-converter(ttf 转换器)
来源仓库:https://github.com/aster-copilot/ttf-converter
安装命令:
openclaw skills install ttf-converter
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ttf-converter

简介

ttf-converter 将水平排列的中英文字体转换为垂直阅读的高质量 TTF 字体。

  • 适用于 OpenClaw 中处理古籍排版、竖排文字设计或特殊字体需求的项目。
  • 采用预览优先工作流与分组字形规则确保视觉一致性。
  • 安装命令为 openclaw skills install ttf-converter,仅限本地运行不联网。
  • 建议测试输出字体在不同设备上的渲染效果后再投入生产使用。

SKILL.md

name
vertical-font-conversion
description
Local-only skill for converting horizontal Chinese fonts into high-quality vertical-reading TTF fonts with a preview-first workflow, grouped glyph rules, and local audit/test artifacts. Use when the user asks to make a 竖版字体 / 竖排 TTF, fix vertical punctuation, quotes, ellipsis, Latin, or digits, generate test images, or explicitly asks for Vertical Font Conversion.

Vertical Font Conversion

Use this skill when the task is about turning a horizontal font into a vertical-reading TTF font, or adjusting an existing vertical font result.

This skill is intentionally local-only. It focuses on source checking, grouped conversion, preview generation, local audit, and local test artifacts. It does not include remote conversion services, cloud uploads, or device-transfer steps.

Chinese display name

竖版字体转换

What this skill covers

  • Source font precheck before vertical conversion
  • Local vertical TTF production workflow
  • Stable glyph-group handling rules
  • Horizontal and vertical browser preview generation before delivery
  • Reader test TXT generation
  • Local audit for representative glyph placement
  • Grouped conversion aimed at high-satisfaction vertical TTF output

Trigger conditions

Activate this skill when the user asks for any of the following:

  • “制作竖版字体”
  • “做竖排 ttf”
  • “制作竖版 TTF”
  • “改竖排标点 / 引号 / 省略号 / 西文 / 数字”
  • “启动 Vertical Font Conversion”
  • “按竖版字体转换流程来”

Default execution meaning

Unless the user explicitly asks to skip steps, “use Vertical Font Conversion” means:

  • check the source font first
  • make a horizontal preview first
  • wait for user confirmation before building the vertical TTF
  • make a vertical preview before delivering the font
  • generate a reader test TXT
  • stay fully local: horizontal preview, vertical TTF, vertical preview, reader test TXT, and audit output when needed

Mandatory workflow

Follow this order unless the user explicitly asks to skip steps:

  1. Read the source horizontal TTF and check that the font opens normally and is not obviously broken.
  2. Generate a browser test image from the original horizontal font first.
  3. The preview must include:

- Chinese body text - Latin letters - Arabic digits - single-point punctuation - book-title marks / quotes / brackets - dash / ellipsis - one mixed-script sentence

  1. Ask the user to judge whether the source font itself is worth continuing.
  2. If confirmed, make the vertical TTF by glyph groups.
  3. Do not send the TTF immediately. Generate and show a browser test image for the vertical result first.
  4. Also generate a TXT test file for reader-side validation.
  5. Only after user confirmation, send the TTF and related local test artifacts.

If the original horizontal font already has obvious missing punctuation / Latin / digits / rendering defects, stop and tell the user it is not a good source candidate.

Read next

Before operating, read these references:

Script entry points

Prefer these bundled scripts before inventing fresh one-off code:

  • scripts/render_original_preview.py — generate original horizontal preview image
  • scripts/make_vertical_font.py — build glyf-based vertical TTF with the bundled grouped-conversion logic
  • scripts/make_vertical_font_cff.py — build CFF-based vertical font with preserved CharString metadata
  • scripts/render_vertical_preview.py — generate vertical result preview image
  • scripts/generate_reader_test_txt.py — generate reader-side TXT sample
  • scripts/audit_font_rules.py — inspect representative glyph bbox / center data after conversion
  • scripts/run_full_pipeline.py — one-shot local pipeline for preview → build → preview → TXT

Use the bundled builders as the default baseline. If future tuning is needed, preserve the stable script paths and update the rule implementations behind them.

Scope boundary

This skill stops at local vertical-TTF deliverables.

Out of scope for this skill:

  • epdfont conversion
  • upload to /fonts
  • remote processing services
  • cloud transfer / device transfer steps

If a later workflow needs those actions, handle them in a separate skill or a separate explicitly user-directed procedure.

Operational rules

  • Preserve the user-confirmed workflow; do not skip preview steps by default.
  • Apply rules to the full font character set, not only the demo sentence.
  • Process by glyph group; do not use one parameter set for all glyphs.
  • For special symbols, prefer preprocessing in horizontal coordinates first, then produce the vertical result.
  • Do not rely on only vert/vrt2 substitutions as the whole solution.
  • Do not rotate first and then blindly patch positions.
  • If the user provides a reference image, prefer matching the reference while keeping the same grouping logic.
  • When a parameter tweak is needed, adjust the minimum necessary group rather than rewriting the whole rule set.
  • Before sending a user-facing test image, do your own basic inspection first; do not throw raw debug output at the user as a substitute for checking.
  • When the result still feels off, inspect representative glyph bbox / center data with the audit script instead of blind re-guessing.
  • For one-shot execution, prefer the bundled full-pipeline script so the output order stays consistent.
  • In the current WeChat direct channel, local file delivery should prefer the channel’s real file-send path with an absolute path rather than relying on MEDIA: lines alone.

Output expectations

Typical outputs include:

  • horizontal preview image
  • vertical preview image
  • vertical .ttf
  • test .txt
  • optional audit JSON / terminal report

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.51%
按下载量换算969

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills