← 返回 Skills 市场
xiaosai

Dotline Art

作者 xiaosai · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
244
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install dotline-art
功能描述
生成点线字符艺术画,在终端显示漂亮的文字点线图。当用户想要生成终端艺术字、ASCII art、命令行banner、文字转点线图、终端横幅、CLI文字艺术时触发此技能。支持中英文输入(中文自动转拼音)。
使用说明 (SKILL.md)

点线艺术生成器

将用户输入的文字转换成漂亮的点线风格 ASCII 艺术,在终端中显示。

触发场景

当用户说以下类似的话时触发:

  • "给我生成一个 xxx 的点线图"
  • "把 spring 做成终端艺术字"
  • "生成一个 banner"
  • "显示一个漂亮的 CLI 文字"
  • "帮我做个 ASCII art"
  • "终端横幅"

工作流程

  1. 获取输入文字:从用户请求中提取要转换的文字
  2. 处理中文:如果输入包含中文,自动转换为拼音
  3. 生成点线艺术:调用脚本生成点线风格的字符画
  4. 显示结果:在终端中展示最终的点线艺术

调用脚本

执行以下 Python 脚本生成点线艺术:

python3 \x3Cskill-path>/scripts/dotline_art.py "\x3C用户输入的文字>"

脚本会自动:

  • 处理中英文混合输入
  • 转换中文为拼音
  • 生成点线风格艺术字
  • 输出到终端

示例

输入: "给我生成一个 spring 的点线图"

输出效果:

 .----..----. .----. .---..---.  .----.
/      |    | |    |   |  |   | /
\  .--.|----' |----'   |  |\  | |  .---
 \    ||      |  \     |  | \ | |  |  |
  `   ||      |   \    |  |  \| \  '  /
 `----''      '    ' '---''   '  '----'

输入: "你好"

输出效果:(中文自动转拼音 NIHAO)

.---. .---..     .  .-.   .---.
|   |   |  |     | (   ) /     \
|\  |   |  |-ooo-|/     \|     |
| \ |   |  |     ||-ooo-||     |
|  \|   |  |     ||     |\     /
'   ' '---''     ''     ' '---'

注意事项

  • 输入文字长度建议不超过 10 个字符,太长会影响显示效果
  • 中文字符会自动转换为拼音显示
  • 大小写字母都会转换为大写显示
  • 数字和特殊符号会被忽略或替换
安全使用建议
This skill runs a local Python script to print ASCII 'dot-line' art. It does not access the network or any secrets. Before installing/using: ensure python3 is available on the agent runtime (the registry metadata does not declare this), and if you want proper Chinese->pinyin conversion, install the optional pypinyin package (pip install pypinyin). Note: the included evals expect ANSI color codes, but the provided script does not add color — if colored output is important, review/modify the script accordingly.
功能分析
Type: OpenClaw Skill Name: dotline-art Version: 0.1.0 The skill is a straightforward ASCII art generator that converts user-provided text into terminal-based dot-line art. The core logic in `scripts/dotline_art.py` uses a hardcoded dictionary for character mapping and includes optional support for Chinese-to-pinyin conversion; it performs no network requests, file system operations, or sensitive data access.
能力评估
Purpose & Capability
The name, description, SKILL.md, and included Python script all align: the skill converts input text (Chinese -> pinyin if available) into ASCII point-line art. Minor mismatch: the skill metadata lists no required binaries, but SKILL.md instructs running python3 and the script optionally uses the pypinyin library; those runtime requirements are not declared in the registry metadata.
Instruction Scope
The SKILL.md instructs only to extract user input, optionally convert Chinese to pinyin, call the included script, and display output in-terminal. It does not request reading unrelated files, environment variables, or sending data externally.
Install Mechanism
There is no install spec; the skill is instruction-only plus an included local Python script. No remote downloads or package installations are automatically performed by the skill bundle.
Credentials
The skill requires no environment variables, credentials, or config paths. The script may optionally use the pypinyin package if installed, but this is a benign, local dependency and not a credential/secret.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent presence or modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dotline-art
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dotline-art 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
dotline-art 0.1.0 - 首次发布:终端点线风格 ASCII 艺术字生成工具 - 支持中英文输入,中文自动转为拼音 - 一键生成终端横幅、ASCII art、CLI 文字艺术 - 轻松通过命令行展示美观的点线字符画
元数据
Slug dotline-art
版本 0.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Dotline Art 是什么?

生成点线字符艺术画,在终端显示漂亮的文字点线图。当用户想要生成终端艺术字、ASCII art、命令行banner、文字转点线图、终端横幅、CLI文字艺术时触发此技能。支持中英文输入(中文自动转拼音)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 244 次。

如何安装 Dotline Art?

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

Dotline Art 是免费的吗?

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

Dotline Art 支持哪些平台?

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

谁开发了 Dotline Art?

由 xiaosai(@xiaosai)开发并维护,当前版本 v0.1.0。

💬 留言讨论