← Back to Skills Marketplace
xiaosai

Dotline Art

by xiaosai · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
244
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install dotline-art
Description
生成点线字符艺术画,在终端显示漂亮的文字点线图。当用户想要生成终端艺术字、ASCII art、命令行banner、文字转点线图、终端横幅、CLI文字艺术时触发此技能。支持中英文输入(中文自动转拼音)。
README (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 个字符,太长会影响显示效果
  • 中文字符会自动转换为拼音显示
  • 大小写字母都会转换为大写显示
  • 数字和特殊符号会被忽略或替换
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dotline-art
  3. After installation, invoke the skill by name or use /dotline-art
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
dotline-art 0.1.0 - 首次发布:终端点线风格 ASCII 艺术字生成工具 - 支持中英文输入,中文自动转为拼音 - 一键生成终端横幅、ASCII art、CLI 文字艺术 - 轻松通过命令行展示美观的点线字符画
Metadata
Slug dotline-art
Version 0.1.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Dotline Art?

生成点线字符艺术画,在终端显示漂亮的文字点线图。当用户想要生成终端艺术字、ASCII art、命令行banner、文字转点线图、终端横幅、CLI文字艺术时触发此技能。支持中英文输入(中文自动转拼音)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 244 downloads so far.

How do I install Dotline Art?

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

Is Dotline Art free?

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

Which platforms does Dotline Art support?

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

Who created Dotline Art?

It is built and maintained by xiaosai (@xiaosai); the current version is v0.1.0.

💬 Comments