dotline-art

生成点线字符艺术画,在终端显示漂亮的文字点线图。当用户想要生成终端艺术字、ASCII art、命令行banner、文字转点线图、终端横幅、CLI文字艺术时触发此技能。支持中英文输入(中文自动转拼音)。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dotline-art" with this command: npx skills add xiaosai/dotline-art

点线艺术生成器

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

触发场景

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

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

工作流程

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

调用脚本

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

python3 <skill-path>/scripts/dotline_art.py "<用户输入的文字>"

脚本会自动:

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

示例

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

输出效果:

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

输入: "你好"

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

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

注意事项

  • 输入文字长度建议不超过 10 个字符,太长会影响显示效果
  • 中文字符会自动转换为拼音显示
  • 大小写字母都会转换为大写显示
  • 数字和特殊符号会被忽略或替换

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Workspace Init

Use this skill to initialize or update a multi-repo workspace created from dev-config-template. Invoke whenever the user wants to: set up a fresh workspace c...

Registry SourceRecently Updated
Coding

Google Seo Assistant

A client-facing SEO assistant grounded in Google's official SEO Starter Guide. Use this skill whenever a user mentions SEO, search rankings, Google visibilit...

Registry SourceRecently Updated
Coding

Version Drift

One command to check if your entire stack is up to date. SSHes into servers, queries APIs, and compares installed versions against latest — across every serv...

Registry SourceRecently Updated