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.
What it does
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.
Prerequisites
Python, pip
Installation
Use the upstream install or setup path that matches your environment:
- pip install python-slugify
- pip install python-slugify[unidecode]
- Make a slug from the given text.
Requirements and caveats from upstream:
-
Python Slugify
- A Python slugify application that handles unicode.
- However, there is an alternative decoding package called Unidecode (GPL). It can be installed as python-slugify[unidecode] for those who prefer it. Unidecode is believed to be...
Basic usage or getting-started notes:
-
To run the tests against the current environment:
-
Extracted from upstream docs: https://raw.githubusercontent.com/un33k/python-slugify/HEAD/README.md
Documentation
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,384 chars)