---
title: Generate stable URL slugs from multilingual titles before publishing pages, docs, or filenames
slug: generate-stable-url-slugs-from-multilingual-titles-before-publishing-pages-docs-or-filenames
description: Use python-slugify when an agent has messy human titles and needs safe, repeatable slugs for URLs, filenames, or record IDs. This skill stays tightly focused on transliteration and normalization, not routing, redirects, or full publishing workflows.
github_stars: 1604
verification: security_reviewed
source: https://github.com/un33k/python-slugify
category: Content Writing & SEO
framework: Multi-Framework
tool_ecosystem:
  github_repo: un33k/python-slugify
  github_stars: 1604
---
# Generate stable URL slugs from multilingual titles before publishing pages, docs, or filenames

Use python-slugify when an agent has messy human titles and needs safe, repeatable slugs for URLs, filenames, or record IDs. This skill stays tightly focused on transliteration and normalization, not routing, redirects, or full publishing workflows.

## Installation

1. Clone this skill repository.
2. Open this skill folder.
3. Review prerequisites and setup needs.
4. Install required dependencies.
5. Run and test in your environment.

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/generate-stable-url-slugs-from-multilingual-titles-before-publishing-pages-docs-or-filenames/)
