cn-slug-generator

将中文标题转换为SEO友好的URL Slug,支持拼音和英文翻译转换。

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 "cn-slug-generator" with this command: npx skills add freedompixels/cn-slug-generator

<scripts> cn_slug_generator.py: description: URL Slug生成器主脚本 run: python3 cn_slug_generator.py </scripts>

cn-slug-generator - URL Slug生成器

将中文标题转换为SEO友好的URL Slug,用于博客文章、文档链接、文件命名等场景。

功能

  • 中文→英文Slug(可选音译)
  • 中文→拼音Slug
  • 保留数字和常用符号
  • 支持批量转换

使用方法

python3 cn_slug_generator.py "如何用Python写一个爬虫"
python3 cn_slug_generator.py "2026年AI发展趋势分析" --pinyin
python3 cn_slug_generator.py "ChatGPT使用技巧" --output slug.txt

参数

参数说明默认值
text要转换的中文文本(位置参数)必填
--pinyin转换为拼音而非英文False
--separator分隔符-
--output输出文件路径输出到终端
--batch批量模式,每行一个标题False

示例

# 基本转换
python3 cn_slug_generator.py "开源AI工具推荐"
# 输出: kai-yuan-ai-gong-ju-tui-jian

# 拼音模式
python3 cn_slug_generator.py "深度学习入门" --pinyin
# 输出: shendu-xuexi-rumen

# 批量转换
cat titles.txt | python3 cn_slug_generator.py --batch

依赖

  • Python 3.x
  • pypinyin (pip install pypinyin) - 仅拼音模式需要

注意事项

  • 默认使用英文翻译转换(无需API)
  • 拼音模式需安装pypinyin
  • 特殊字符自动过滤
  • 多语言标题保留英文部分

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.

General

习惯追踪器

中文习惯打卡追踪器。每日打卡、连续天数、习惯统计。 本地存储,无账户,隐私安全。 当用户说"打卡"、"习惯"、"连续多少天"、"今天完成了吗"时触发。 Keywords: 打卡, 习惯, 追踪, streak, habit, 日签, 坚持.

Registry SourceRecently Updated
1150Profile unavailable
General

任务清单追踪

中文待办事项管理。添加/完成/查看待办,优先级排序。 本地存储,无需账号。 当用户说"待办"、"todo"、"任务清单"、"今天要做什么"时触发。 Keywords: 待办, todo, 任务, 清单, task, checklist.

Registry SourceRecently Updated
1450Profile unavailable
General

饮食记录追踪

中文饮食记录助手。记录每日饮食、计算热量、营养分析。 本地存储,无需账号。 当用户说"饮食记录"、"今天吃了什么"、"热量计算"、"营养分析"时触发。 Keywords: 饮食, 热量, 卡路里, 营养, diet, food, meal.

Registry SourceRecently Updated
1400Profile unavailable
General

YouTube Content Manager

YouTube内容管理后台,支持AI选题生成、脚本创作、标题优化、SEO描述生成、缩略图文案建议、发布记录管理和数据分析。集成SkillPay支付接口,每次调用收0.001USDT。

Registry Source
1210Profile unavailable